BackendResponse.smali
.class public abstract Lcom/google/android/datatransport/runtime/backends/BackendResponse;
.super Ljava/lang/Object;
.source "BackendResponse.java"
# annotations
.annotation system Ldalvik/annotation/MemberClasses;
value = {
Lcom/google/android/datatransport/runtime/backends/BackendResponse$Status;
}
.end annotation
# direct methods
.method public constructor <init>()V
.registers 1
.line 1
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
return-void
.end method
.method public static a()Lcom/google/android/datatransport/runtime/backends/BackendResponse;
.registers 4
.line 1
new-instance v0, Lcom/google/android/datatransport/runtime/backends/c;
sget-object v1, Lcom/google/android/datatransport/runtime/backends/BackendResponse$Status;->FATAL_ERROR:Lcom/google/android/datatransport/runtime/backends/BackendResponse$Status;
const-wide/16 v2, -0x1
invoke-direct {v0, v1, v2, v3}, Lcom/google/android/datatransport/runtime/backends/c;-><init>(Lcom/google/android/datatransport/runtime/backends/BackendResponse$Status;J)V
return-object v0
.end method
.method public static a(J)Lcom/google/android/datatransport/runtime/backends/BackendResponse;
.registers 4
.line 2
new-instance v0, Lcom/google/android/datatransport/runtime/backends/c;
sget-object v1, Lcom/google/android/datatransport/runtime/backends/BackendResponse$Status;->OK:Lcom/google/android/datatransport/runtime/backends/BackendResponse$Status;
invoke-direct {v0, v1, p0, p1}, Lcom/google/android/datatransport/runtime/backends/c;-><init>(Lcom/google/android/datatransport/runtime/backends/BackendResponse$Status;J)V
return-object v0
.end method
.method public static d()Lcom/google/android/datatransport/runtime/backends/BackendResponse;
.registers 4
.line 1
new-instance v0, Lcom/google/android/datatransport/runtime/backends/c;
sget-object v1, Lcom/google/android/datatransport/runtime/backends/BackendResponse$Status;->TRANSIENT_ERROR:Lcom/google/android/datatransport/runtime/backends/BackendResponse$Status;
const-wide/16 v2, -0x1
invoke-direct {v0, v1, v2, v3}, Lcom/google/android/datatransport/runtime/backends/c;-><init>(Lcom/google/android/datatransport/runtime/backends/BackendResponse$Status;J)V
return-object v0
.end method
# virtual methods
.method public abstract b()J
.end method
.method public abstract c()Lcom/google/android/datatransport/runtime/backends/BackendResponse$Status;
.end method