granularity level: instruction
.class public abstract Lcom/google/android/datatransport/runtime/backends/CreationContext;
.super Ljava/lang/Object;
.source "CreationContext.java"
.field private static final DEFAULT_BACKEND_NAME:Ljava/lang/String; = "cct"
.method public constructor <init>()V
.locals 0
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
return-void
.end method
.method public static create(Landroid/content/Context;Lcom/google/android/datatransport/runtime/time/Clock;Lcom/google/android/datatransport/runtime/time/Clock;)Lcom/google/android/datatransport/runtime/backends/CreationContext;
.locals 2
new-instance v0, Lcom/google/android/datatransport/runtime/backends/AutoValue_CreationContext;
const-string v1, "cct"
invoke-direct {v0, p0, p1, p2, v1}, Lcom/google/android/datatransport/runtime/backends/AutoValue_CreationContext;-><init>(Landroid/content/Context;Lcom/google/android/datatransport/runtime/time/Clock;Lcom/google/android/datatransport/runtime/time/Clock;Ljava/lang/String;)V
return-object v0
.end method
.method public static create(Landroid/content/Context;Lcom/google/android/datatransport/runtime/time/Clock;Lcom/google/android/datatransport/runtime/time/Clock;Ljava/lang/String;)Lcom/google/android/datatransport/runtime/backends/CreationContext;
.locals 1
new-instance v0, Lcom/google/android/datatransport/runtime/backends/AutoValue_CreationContext;
invoke-direct {v0, p0, p1, p2, p3}, Lcom/google/android/datatransport/runtime/backends/AutoValue_CreationContext;-><init>(Landroid/content/Context;Lcom/google/android/datatransport/runtime/time/Clock;Lcom/google/android/datatransport/runtime/time/Clock;Ljava/lang/String;)V
return-object v0
.end method
.method public abstract getApplicationContext()Landroid/content/Context;
.end method
.method public abstract getBackendName()Ljava/lang/String;
.end method
.method public abstract getMonotonicClock()Lcom/google/android/datatransport/runtime/time/Clock;
.end method
.method public abstract getWallClock()Lcom/google/android/datatransport/runtime/time/Clock;
.end method