Files
rr3-apk/smali/androidx/work/multiprocess/RemoteWorkContinuation.smali
supermegamestre 4bbd74a497 First Upload
Just the APK
Force update disabled, will only work offline.
2026-01-26 00:26:29 -03:00

134 lines
4.0 KiB
Smali

.class public abstract Landroidx/work/multiprocess/RemoteWorkContinuation;
.super Ljava/lang/Object;
.source "SourceFile"
# direct methods
.method public constructor <init>()V
.locals 0
.annotation build Landroidx/annotation/RestrictTo;
value = {
.enum Landroidx/annotation/RestrictTo$Scope;->LIBRARY_GROUP:Landroidx/annotation/RestrictTo$Scope;
}
.end annotation
.line 37
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
return-void
.end method
.method public static combine(Ljava/util/List;)Landroidx/work/multiprocess/RemoteWorkContinuation;
.locals 1
.param p0 # Ljava/util/List;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.annotation build Landroidx/annotation/NonNull;
.end annotation
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Ljava/util/List<",
"Landroidx/work/multiprocess/RemoteWorkContinuation;",
">;)",
"Landroidx/work/multiprocess/RemoteWorkContinuation;"
}
.end annotation
const/4 v0, 0x0
.line 85
invoke-interface {p0, v0}, Ljava/util/List;->get(I)Ljava/lang/Object;
move-result-object v0
check-cast v0, Landroidx/work/multiprocess/RemoteWorkContinuation;
invoke-virtual {v0, p0}, Landroidx/work/multiprocess/RemoteWorkContinuation;->combineInternal(Ljava/util/List;)Landroidx/work/multiprocess/RemoteWorkContinuation;
move-result-object p0
return-object p0
.end method
# virtual methods
.method public abstract combineInternal(Ljava/util/List;)Landroidx/work/multiprocess/RemoteWorkContinuation;
.param p1 # Ljava/util/List;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.annotation build Landroidx/annotation/NonNull;
.end annotation
.annotation build Landroidx/annotation/RestrictTo;
value = {
.enum Landroidx/annotation/RestrictTo$Scope;->LIBRARY_GROUP:Landroidx/annotation/RestrictTo$Scope;
}
.end annotation
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Ljava/util/List<",
"Landroidx/work/multiprocess/RemoteWorkContinuation;",
">;)",
"Landroidx/work/multiprocess/RemoteWorkContinuation;"
}
.end annotation
.end method
.method public abstract enqueue()Lcom/google/common/util/concurrent/ListenableFuture;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.annotation system Ldalvik/annotation/Signature;
value = {
"()",
"Lcom/google/common/util/concurrent/ListenableFuture;"
}
.end annotation
.end method
.method public final then(Landroidx/work/OneTimeWorkRequest;)Landroidx/work/multiprocess/RemoteWorkContinuation;
.locals 0
.param p1 # Landroidx/work/OneTimeWorkRequest;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.annotation build Landroidx/annotation/NonNull;
.end annotation
.line 50
invoke-static {p1}, Ljava/util/Collections;->singletonList(Ljava/lang/Object;)Ljava/util/List;
move-result-object p1
invoke-virtual {p0, p1}, Landroidx/work/multiprocess/RemoteWorkContinuation;->then(Ljava/util/List;)Landroidx/work/multiprocess/RemoteWorkContinuation;
move-result-object p1
return-object p1
.end method
.method public abstract then(Ljava/util/List;)Landroidx/work/multiprocess/RemoteWorkContinuation;
.param p1 # Ljava/util/List;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.annotation build Landroidx/annotation/NonNull;
.end annotation
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Ljava/util/List<",
"Landroidx/work/OneTimeWorkRequest;",
">;)",
"Landroidx/work/multiprocess/RemoteWorkContinuation;"
}
.end annotation
.end method