- Imported from https://github.com/supermegamestre/Project-Real-Resurrection-3 - APKTool decompilation (Smali bytecode) for modding and rebuilding APK - Supports both 32-bit (armeabi-v7a) and 64-bit (arm64-v8a) architectures - Includes full Smali source, resources, and native libraries - Ready to rebuild APK after modifications with apktool b command - Added comprehensive README-apktool.md with modding guide This branch complements the JADX branches: - Use JADX (main/discord-community) to UNDERSTAND code (readable Java) - Use APKTool (this branch) to MODIFY and REBUILD APK (editable Smali) Total: 44,417 files, 538.51 MB Smali source code
87 lines
2.4 KiB
Smali
87 lines
2.4 KiB
Smali
.class public final Lcom/google/android/gms/internal/ads/zzgcz;
|
|
.super Ljava/lang/Object;
|
|
.source "SourceFile"
|
|
|
|
|
|
# direct methods
|
|
.method public static zza(Ljava/util/concurrent/ExecutorService;)Lcom/google/android/gms/internal/ads/zzgcs;
|
|
.locals 1
|
|
|
|
.line 1
|
|
instance-of v0, p0, Lcom/google/android/gms/internal/ads/zzgcs;
|
|
|
|
if-eqz v0, :cond_0
|
|
|
|
check-cast p0, Lcom/google/android/gms/internal/ads/zzgcs;
|
|
|
|
goto :goto_1
|
|
|
|
.line 2
|
|
:cond_0
|
|
instance-of v0, p0, Ljava/util/concurrent/ScheduledExecutorService;
|
|
|
|
if-eqz v0, :cond_1
|
|
|
|
.line 3
|
|
new-instance v0, Lcom/google/android/gms/internal/ads/zzgcy;
|
|
|
|
check-cast p0, Ljava/util/concurrent/ScheduledExecutorService;
|
|
|
|
invoke-direct {v0, p0}, Lcom/google/android/gms/internal/ads/zzgcy;-><init>(Ljava/util/concurrent/ScheduledExecutorService;)V
|
|
|
|
:goto_0
|
|
move-object p0, v0
|
|
|
|
goto :goto_1
|
|
|
|
:cond_1
|
|
new-instance v0, Lcom/google/android/gms/internal/ads/zzgcv;
|
|
|
|
.line 4
|
|
invoke-direct {v0, p0}, Lcom/google/android/gms/internal/ads/zzgcv;-><init>(Ljava/util/concurrent/ExecutorService;)V
|
|
|
|
goto :goto_0
|
|
|
|
:goto_1
|
|
return-object p0
|
|
.end method
|
|
|
|
.method public static zzb(Ljava/util/concurrent/ScheduledExecutorService;)Lcom/google/android/gms/internal/ads/zzgct;
|
|
.locals 1
|
|
|
|
.line 1
|
|
new-instance v0, Lcom/google/android/gms/internal/ads/zzgcy;
|
|
|
|
invoke-direct {v0, p0}, Lcom/google/android/gms/internal/ads/zzgcy;-><init>(Ljava/util/concurrent/ScheduledExecutorService;)V
|
|
|
|
return-object v0
|
|
.end method
|
|
|
|
.method public static zzc()Ljava/util/concurrent/Executor;
|
|
.locals 1
|
|
|
|
sget-object v0, Lcom/google/android/gms/internal/ads/zzgbv;->zza:Lcom/google/android/gms/internal/ads/zzgbv;
|
|
|
|
return-object v0
|
|
.end method
|
|
|
|
.method public static zzd(Ljava/util/concurrent/Executor;Lcom/google/android/gms/internal/ads/zzgax;)Ljava/util/concurrent/Executor;
|
|
.locals 1
|
|
|
|
.line 1
|
|
invoke-virtual {p0}, Ljava/lang/Object;->getClass()Ljava/lang/Class;
|
|
|
|
sget-object v0, Lcom/google/android/gms/internal/ads/zzgbv;->zza:Lcom/google/android/gms/internal/ads/zzgbv;
|
|
|
|
if-ne p0, v0, :cond_0
|
|
|
|
return-object p0
|
|
|
|
:cond_0
|
|
new-instance v0, Lcom/google/android/gms/internal/ads/zzgcu;
|
|
|
|
invoke-direct {v0, p0, p1}, Lcom/google/android/gms/internal/ads/zzgcu;-><init>(Ljava/util/concurrent/Executor;Lcom/google/android/gms/internal/ads/zzgax;)V
|
|
|
|
return-object v0
|
|
.end method
|