- 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
125 lines
3.0 KiB
Smali
125 lines
3.0 KiB
Smali
.class public final Lcom/google/android/gms/internal/ads/zzfdq;
|
|
.super Ljava/lang/Object;
|
|
.source "SourceFile"
|
|
|
|
# interfaces
|
|
.implements Lcom/google/android/gms/internal/ads/zzcvw;
|
|
|
|
|
|
# instance fields
|
|
.field private final zza:Ljava/util/HashSet;
|
|
|
|
.field private final zzb:Landroid/content/Context;
|
|
|
|
.field private final zzc:Lcom/google/android/gms/internal/ads/zzbzq;
|
|
|
|
|
|
# direct methods
|
|
.method public constructor <init>(Landroid/content/Context;Lcom/google/android/gms/internal/ads/zzbzq;)V
|
|
.locals 1
|
|
|
|
.line 1
|
|
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
|
|
|
new-instance v0, Ljava/util/HashSet;
|
|
|
|
invoke-direct {v0}, Ljava/util/HashSet;-><init>()V
|
|
|
|
iput-object v0, p0, Lcom/google/android/gms/internal/ads/zzfdq;->zza:Ljava/util/HashSet;
|
|
|
|
iput-object p1, p0, Lcom/google/android/gms/internal/ads/zzfdq;->zzb:Landroid/content/Context;
|
|
|
|
iput-object p2, p0, Lcom/google/android/gms/internal/ads/zzfdq;->zzc:Lcom/google/android/gms/internal/ads/zzbzq;
|
|
|
|
return-void
|
|
.end method
|
|
|
|
|
|
# virtual methods
|
|
.method public final zzb()Landroid/os/Bundle;
|
|
.locals 2
|
|
|
|
iget-object v0, p0, Lcom/google/android/gms/internal/ads/zzfdq;->zzc:Lcom/google/android/gms/internal/ads/zzbzq;
|
|
|
|
iget-object v1, p0, Lcom/google/android/gms/internal/ads/zzfdq;->zzb:Landroid/content/Context;
|
|
|
|
.line 1
|
|
invoke-virtual {v0, v1, p0}, Lcom/google/android/gms/internal/ads/zzbzq;->zzn(Landroid/content/Context;Lcom/google/android/gms/internal/ads/zzfdq;)Landroid/os/Bundle;
|
|
|
|
move-result-object v0
|
|
|
|
return-object v0
|
|
.end method
|
|
|
|
.method public final declared-synchronized zzc(Ljava/util/HashSet;)V
|
|
.locals 1
|
|
|
|
monitor-enter p0
|
|
|
|
:try_start_0
|
|
iget-object v0, p0, Lcom/google/android/gms/internal/ads/zzfdq;->zza:Ljava/util/HashSet;
|
|
|
|
.line 1
|
|
invoke-virtual {v0}, Ljava/util/HashSet;->clear()V
|
|
|
|
iget-object v0, p0, Lcom/google/android/gms/internal/ads/zzfdq;->zza:Ljava/util/HashSet;
|
|
|
|
.line 2
|
|
invoke-virtual {v0, p1}, Ljava/util/AbstractCollection;->addAll(Ljava/util/Collection;)Z
|
|
:try_end_0
|
|
.catchall {:try_start_0 .. :try_end_0} :catchall_0
|
|
|
|
monitor-exit p0
|
|
|
|
return-void
|
|
|
|
:catchall_0
|
|
move-exception p1
|
|
|
|
monitor-exit p0
|
|
|
|
throw p1
|
|
.end method
|
|
|
|
.method public final declared-synchronized zzdz(Lcom/google/android/gms/ads/internal/client/zze;)V
|
|
.locals 1
|
|
|
|
monitor-enter p0
|
|
|
|
.line 1
|
|
:try_start_0
|
|
iget p1, p1, Lcom/google/android/gms/ads/internal/client/zze;->zza:I
|
|
|
|
const/4 v0, 0x3
|
|
|
|
if-eq p1, v0, :cond_0
|
|
|
|
iget-object p1, p0, Lcom/google/android/gms/internal/ads/zzfdq;->zzc:Lcom/google/android/gms/internal/ads/zzbzq;
|
|
|
|
iget-object v0, p0, Lcom/google/android/gms/internal/ads/zzfdq;->zza:Ljava/util/HashSet;
|
|
|
|
.line 2
|
|
invoke-virtual {p1, v0}, Lcom/google/android/gms/internal/ads/zzbzq;->zzl(Ljava/util/HashSet;)V
|
|
:try_end_0
|
|
.catchall {:try_start_0 .. :try_end_0} :catchall_0
|
|
|
|
monitor-exit p0
|
|
|
|
return-void
|
|
|
|
:catchall_0
|
|
move-exception p1
|
|
|
|
goto :goto_0
|
|
|
|
:cond_0
|
|
monitor-exit p0
|
|
|
|
return-void
|
|
|
|
:goto_0
|
|
monitor-exit p0
|
|
|
|
throw p1
|
|
.end method
|