PendingResult.smali
.class public abstract Lcom/google/android/gms/common/api/PendingResult;
.super Ljava/lang/Object;
.source ""
# annotations
.annotation build Lcom/google/android/gms/common/annotation/KeepForSdk;
.end annotation
.annotation system Ldalvik/annotation/MemberClasses;
value = {
Lcom/google/android/gms/common/api/PendingResult$StatusListener;
}
.end annotation
.annotation system Ldalvik/annotation/Signature;
value = {
"<R::",
"Lcom/google/android/gms/common/api/Result;",
">",
"Ljava/lang/Object;"
}
.end annotation
# direct methods
.method public constructor <init>()V
.registers 1
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
return-void
.end method
# virtual methods
.method public addStatusListener(Lcom/google/android/gms/common/api/PendingResult$StatusListener;)V
.registers 2
.param p1 # Lcom/google/android/gms/common/api/PendingResult$StatusListener;
.annotation build Landroidx/annotation/RecentlyNonNull;
.end annotation
.end param
.annotation build Lcom/google/android/gms/common/annotation/KeepForSdk;
.end annotation
new-instance p1, Ljava/lang/UnsupportedOperationException;
invoke-direct {p1}, Ljava/lang/UnsupportedOperationException;-><init>()V
throw p1
.end method
.method public abstract await()Lcom/google/android/gms/common/api/Result;
.annotation system Ldalvik/annotation/Signature;
value = {
"()TR;"
}
.end annotation
.end method
.method public abstract await(JLjava/util/concurrent/TimeUnit;)Lcom/google/android/gms/common/api/Result;
.param p3 # Ljava/util/concurrent/TimeUnit;
.annotation build Landroidx/annotation/RecentlyNonNull;
.end annotation
.end param
.annotation system Ldalvik/annotation/Signature;
value = {
"(J",
"Ljava/util/concurrent/TimeUnit;",
")TR;"
}
.end annotation
.end method
.method public abstract cancel()V
.end method
.method public abstract isCanceled()Z
.end method
.method public abstract setResultCallback(Lcom/google/android/gms/common/api/ResultCallback;)V
.param p1 # Lcom/google/android/gms/common/api/ResultCallback;
.annotation build Landroidx/annotation/RecentlyNonNull;
.end annotation
.end param
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Lcom/google/android/gms/common/api/ResultCallback<",
"-TR;>;)V"
}
.end annotation
.end method
.method public abstract setResultCallback(Lcom/google/android/gms/common/api/ResultCallback;JLjava/util/concurrent/TimeUnit;)V
.param p1 # Lcom/google/android/gms/common/api/ResultCallback;
.annotation build Landroidx/annotation/RecentlyNonNull;
.end annotation
.end param
.param p4 # Ljava/util/concurrent/TimeUnit;
.annotation build Landroidx/annotation/RecentlyNonNull;
.end annotation
.end param
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Lcom/google/android/gms/common/api/ResultCallback<",
"-TR;>;J",
"Ljava/util/concurrent/TimeUnit;",
")V"
}
.end annotation
.end method
.method public then(Lcom/google/android/gms/common/api/ResultTransform;)Lcom/google/android/gms/common/api/TransformedResult;
.registers 2
.param p1 # Lcom/google/android/gms/common/api/ResultTransform;
.annotation build Landroidx/annotation/RecentlyNonNull;
.end annotation
.end param
.annotation system Ldalvik/annotation/Signature;
value = {
"<S::",
"Lcom/google/android/gms/common/api/Result;",
">(",
"Lcom/google/android/gms/common/api/ResultTransform<",
"-TR;+TS;>;)",
"Lcom/google/android/gms/common/api/TransformedResult<",
"TS;>;"
}
.end annotation
new-instance p1, Ljava/lang/UnsupportedOperationException;
invoke-direct {p1},