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

117 lines
3.5 KiB
Smali

.class public final enum Lcom/google/firebase/concurrent/FirebaseExecutors$DirectExecutor;
.super Ljava/lang/Enum;
.source "SourceFile"
# interfaces
.implements Ljava/util/concurrent/Executor;
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Lcom/google/firebase/concurrent/FirebaseExecutors;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x4019
name = "DirectExecutor"
.end annotation
# static fields
.field private static final synthetic $VALUES:[Lcom/google/firebase/concurrent/FirebaseExecutors$DirectExecutor;
.field public static final enum INSTANCE:Lcom/google/firebase/concurrent/FirebaseExecutors$DirectExecutor;
# direct methods
.method private static synthetic $values()[Lcom/google/firebase/concurrent/FirebaseExecutors$DirectExecutor;
.locals 1
sget-object v0, Lcom/google/firebase/concurrent/FirebaseExecutors$DirectExecutor;->INSTANCE:Lcom/google/firebase/concurrent/FirebaseExecutors$DirectExecutor;
filled-new-array {v0}, [Lcom/google/firebase/concurrent/FirebaseExecutors$DirectExecutor;
move-result-object v0
return-object v0
.end method
.method static constructor <clinit>()V
.locals 3
.line 132
new-instance v0, Lcom/google/firebase/concurrent/FirebaseExecutors$DirectExecutor;
const-string v1, "INSTANCE"
const/4 v2, 0x0
invoke-direct {v0, v1, v2}, Lcom/google/firebase/concurrent/FirebaseExecutors$DirectExecutor;-><init>(Ljava/lang/String;I)V
sput-object v0, Lcom/google/firebase/concurrent/FirebaseExecutors$DirectExecutor;->INSTANCE:Lcom/google/firebase/concurrent/FirebaseExecutors$DirectExecutor;
.line 131
invoke-static {}, Lcom/google/firebase/concurrent/FirebaseExecutors$DirectExecutor;->$values()[Lcom/google/firebase/concurrent/FirebaseExecutors$DirectExecutor;
move-result-object v0
sput-object v0, Lcom/google/firebase/concurrent/FirebaseExecutors$DirectExecutor;->$VALUES:[Lcom/google/firebase/concurrent/FirebaseExecutors$DirectExecutor;
return-void
.end method
.method private constructor <init>(Ljava/lang/String;I)V
.locals 0
.annotation system Ldalvik/annotation/Signature;
value = {
"()V"
}
.end annotation
.line 131
invoke-direct {p0, p1, p2}, Ljava/lang/Enum;-><init>(Ljava/lang/String;I)V
return-void
.end method
.method public static valueOf(Ljava/lang/String;)Lcom/google/firebase/concurrent/FirebaseExecutors$DirectExecutor;
.locals 1
const-class v0, Lcom/google/firebase/concurrent/FirebaseExecutors$DirectExecutor;
.line 131
invoke-static {v0, p0}, Ljava/lang/Enum;->valueOf(Ljava/lang/Class;Ljava/lang/String;)Ljava/lang/Enum;
move-result-object p0
check-cast p0, Lcom/google/firebase/concurrent/FirebaseExecutors$DirectExecutor;
return-object p0
.end method
.method public static values()[Lcom/google/firebase/concurrent/FirebaseExecutors$DirectExecutor;
.locals 1
sget-object v0, Lcom/google/firebase/concurrent/FirebaseExecutors$DirectExecutor;->$VALUES:[Lcom/google/firebase/concurrent/FirebaseExecutors$DirectExecutor;
.line 131
invoke-virtual {v0}, [Lcom/google/firebase/concurrent/FirebaseExecutors$DirectExecutor;->clone()Ljava/lang/Object;
move-result-object v0
check-cast v0, [Lcom/google/firebase/concurrent/FirebaseExecutors$DirectExecutor;
return-object v0
.end method
# virtual methods
.method public execute(Ljava/lang/Runnable;)V
.locals 0
.line 136
invoke-interface {p1}, Ljava/lang/Runnable;->run()V
return-void
.end method