- 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
76 lines
2.7 KiB
Smali
76 lines
2.7 KiB
Smali
.class public final synthetic Lcom/google/android/gms/ads/query/zza;
|
|
.super Ljava/lang/Object;
|
|
.source "SourceFile"
|
|
|
|
# interfaces
|
|
.implements Ljava/lang/Runnable;
|
|
|
|
|
|
# instance fields
|
|
.field public final synthetic zza:Landroid/content/Context;
|
|
|
|
.field public final synthetic zzb:Lcom/google/android/gms/ads/AdFormat;
|
|
|
|
.field public final synthetic zzc:Lcom/google/android/gms/ads/AdRequest;
|
|
|
|
.field public final synthetic zzd:Ljava/lang/String;
|
|
|
|
.field public final synthetic zze:Lcom/google/android/gms/ads/query/QueryInfoGenerationCallback;
|
|
|
|
|
|
# direct methods
|
|
.method public synthetic constructor <init>(Landroid/content/Context;Lcom/google/android/gms/ads/AdFormat;Lcom/google/android/gms/ads/AdRequest;Ljava/lang/String;Lcom/google/android/gms/ads/query/QueryInfoGenerationCallback;)V
|
|
.locals 0
|
|
|
|
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
|
|
|
iput-object p1, p0, Lcom/google/android/gms/ads/query/zza;->zza:Landroid/content/Context;
|
|
|
|
iput-object p2, p0, Lcom/google/android/gms/ads/query/zza;->zzb:Lcom/google/android/gms/ads/AdFormat;
|
|
|
|
iput-object p3, p0, Lcom/google/android/gms/ads/query/zza;->zzc:Lcom/google/android/gms/ads/AdRequest;
|
|
|
|
iput-object p4, p0, Lcom/google/android/gms/ads/query/zza;->zzd:Ljava/lang/String;
|
|
|
|
iput-object p5, p0, Lcom/google/android/gms/ads/query/zza;->zze:Lcom/google/android/gms/ads/query/QueryInfoGenerationCallback;
|
|
|
|
return-void
|
|
.end method
|
|
|
|
|
|
# virtual methods
|
|
.method public final run()V
|
|
.locals 6
|
|
|
|
iget-object v0, p0, Lcom/google/android/gms/ads/query/zza;->zzc:Lcom/google/android/gms/ads/AdRequest;
|
|
|
|
.line 1
|
|
new-instance v1, Lcom/google/android/gms/internal/ads/zzbtv;
|
|
|
|
if-nez v0, :cond_0
|
|
|
|
const/4 v0, 0x0
|
|
|
|
goto :goto_0
|
|
|
|
:cond_0
|
|
invoke-virtual {v0}, Lcom/google/android/gms/ads/AdRequest;->zza()Lcom/google/android/gms/ads/internal/client/zzei;
|
|
|
|
move-result-object v0
|
|
|
|
:goto_0
|
|
iget-object v2, p0, Lcom/google/android/gms/ads/query/zza;->zze:Lcom/google/android/gms/ads/query/QueryInfoGenerationCallback;
|
|
|
|
iget-object v3, p0, Lcom/google/android/gms/ads/query/zza;->zzd:Ljava/lang/String;
|
|
|
|
iget-object v4, p0, Lcom/google/android/gms/ads/query/zza;->zzb:Lcom/google/android/gms/ads/AdFormat;
|
|
|
|
iget-object v5, p0, Lcom/google/android/gms/ads/query/zza;->zza:Landroid/content/Context;
|
|
|
|
invoke-direct {v1, v5, v4, v0, v3}, Lcom/google/android/gms/internal/ads/zzbtv;-><init>(Landroid/content/Context;Lcom/google/android/gms/ads/AdFormat;Lcom/google/android/gms/ads/internal/client/zzei;Ljava/lang/String;)V
|
|
|
|
invoke-virtual {v1, v2}, Lcom/google/android/gms/internal/ads/zzbtv;->zzb(Lcom/google/android/gms/ads/query/QueryInfoGenerationCallback;)V
|
|
|
|
return-void
|
|
.end method
|