- 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
69 lines
2.4 KiB
Smali
69 lines
2.4 KiB
Smali
.class public final synthetic Lcom/google/android/gms/internal/auth/zzs;
|
|
.super Ljava/lang/Object;
|
|
.source "SourceFile"
|
|
|
|
# interfaces
|
|
.implements Lcom/google/android/gms/common/api/internal/RemoteCall;
|
|
|
|
|
|
# instance fields
|
|
.field public final synthetic zza:Lcom/google/android/gms/internal/auth/zzab;
|
|
|
|
.field public final synthetic zzb:Landroid/accounts/Account;
|
|
|
|
.field public final synthetic zzc:Ljava/lang/String;
|
|
|
|
.field public final synthetic zzd:Landroid/os/Bundle;
|
|
|
|
|
|
# direct methods
|
|
.method public synthetic constructor <init>(Lcom/google/android/gms/internal/auth/zzab;Landroid/accounts/Account;Ljava/lang/String;Landroid/os/Bundle;)V
|
|
.locals 0
|
|
|
|
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
|
|
|
iput-object p1, p0, Lcom/google/android/gms/internal/auth/zzs;->zza:Lcom/google/android/gms/internal/auth/zzab;
|
|
|
|
iput-object p2, p0, Lcom/google/android/gms/internal/auth/zzs;->zzb:Landroid/accounts/Account;
|
|
|
|
iput-object p3, p0, Lcom/google/android/gms/internal/auth/zzs;->zzc:Ljava/lang/String;
|
|
|
|
iput-object p4, p0, Lcom/google/android/gms/internal/auth/zzs;->zzd:Landroid/os/Bundle;
|
|
|
|
return-void
|
|
.end method
|
|
|
|
|
|
# virtual methods
|
|
.method public final accept(Ljava/lang/Object;Ljava/lang/Object;)V
|
|
.locals 5
|
|
|
|
iget-object v0, p0, Lcom/google/android/gms/internal/auth/zzs;->zza:Lcom/google/android/gms/internal/auth/zzab;
|
|
|
|
iget-object v1, p0, Lcom/google/android/gms/internal/auth/zzs;->zzb:Landroid/accounts/Account;
|
|
|
|
iget-object v2, p0, Lcom/google/android/gms/internal/auth/zzs;->zzc:Ljava/lang/String;
|
|
|
|
iget-object v3, p0, Lcom/google/android/gms/internal/auth/zzs;->zzd:Landroid/os/Bundle;
|
|
|
|
check-cast p1, Lcom/google/android/gms/internal/auth/zzi;
|
|
|
|
check-cast p2, Lcom/google/android/gms/tasks/TaskCompletionSource;
|
|
|
|
.line 1
|
|
invoke-virtual {p1}, Lcom/google/android/gms/common/internal/BaseGmsClient;->getService()Landroid/os/IInterface;
|
|
|
|
move-result-object p1
|
|
|
|
check-cast p1, Lcom/google/android/gms/internal/auth/zzp;
|
|
|
|
new-instance v4, Lcom/google/android/gms/internal/auth/zzw;
|
|
|
|
invoke-direct {v4, v0, p2}, Lcom/google/android/gms/internal/auth/zzw;-><init>(Lcom/google/android/gms/internal/auth/zzab;Lcom/google/android/gms/tasks/TaskCompletionSource;)V
|
|
|
|
.line 2
|
|
invoke-virtual {p1, v4, v1, v2, v3}, Lcom/google/android/gms/internal/auth/zzp;->zzf(Lcom/google/android/gms/internal/auth/zzo;Landroid/accounts/Account;Ljava/lang/String;Landroid/os/Bundle;)V
|
|
|
|
return-void
|
|
.end method
|