Files
rr3-apk/smali_classes3/com/google/firebase/concurrent/FirebaseExecutors.smali
supermegamestre 4bbd74a497 First Upload
Just the APK
Force update disabled, will only work offline.
2026-01-26 00:26:29 -03:00

34 lines
981 B
Smali

.class public abstract Lcom/google/firebase/concurrent/FirebaseExecutors;
.super Ljava/lang/Object;
.source "SourceFile"
# annotations
.annotation system Ldalvik/annotation/MemberClasses;
value = {
Lcom/google/firebase/concurrent/FirebaseExecutors$DirectExecutor;
}
.end annotation
# direct methods
.method public static directExecutor()Ljava/util/concurrent/Executor;
.locals 1
.line 128
sget-object v0, Lcom/google/firebase/concurrent/FirebaseExecutors$DirectExecutor;->INSTANCE:Lcom/google/firebase/concurrent/FirebaseExecutors$DirectExecutor;
return-object v0
.end method
.method public static newSequentialExecutor(Ljava/util/concurrent/Executor;)Ljava/util/concurrent/Executor;
.locals 1
.line 35
new-instance v0, Lcom/google/firebase/concurrent/SequentialExecutor;
invoke-direct {v0, p0}, Lcom/google/firebase/concurrent/SequentialExecutor;-><init>(Ljava/util/concurrent/Executor;)V
return-object v0
.end method