granularity level: instruction
.class public abstract Lcom/google/android/datatransport/runtime/time/TimeModule;
.super Ljava/lang/Object;
.source "TimeModule.java"
.annotation runtime Lcom/google/android/datatransport/runtime/dagger/Module;
.end annotation
.method public constructor <init>()V
.locals 0
invoke-direct/range {p0 .. p0}, Ljava/lang/Object;-><init>()V
return-void
.end method
.method static eventClock()Lcom/google/android/datatransport/runtime/time/Clock;
.locals 1
.annotation runtime Lcom/google/android/datatransport/runtime/dagger/Provides;
.end annotation
new-instance v0, Lcom/google/android/datatransport/runtime/time/WallTimeClock;
invoke-direct {v0}, Lcom/google/android/datatransport/runtime/time/WallTimeClock;-><init>()V
return-object v0
.end method
.method static uptimeClock()Lcom/google/android/datatransport/runtime/time/Clock;
.locals 1
.annotation runtime Lcom/google/android/datatransport/runtime/dagger/Provides;
.end annotation
new-instance v0, Lcom/google/android/datatransport/runtime/time/UptimeClock;
invoke-direct {v0}, Lcom/google/android/datatransport/runtime/time/UptimeClock;-><init>()V
return-object v0
.end method