Add decompiled APK source code (JADX)

- 28,932 files
- Full Java source code
- Smali files
- Resources

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
2026-02-18 14:52:23 -08:00
parent cc210a65ea
commit f9d20bb3fc
26991 changed files with 2541449 additions and 0 deletions

View File

@@ -0,0 +1,57 @@
package com.google.android.gms.internal.ads;
/* loaded from: classes3.dex */
final class zzbnh implements zzcaf {
final /* synthetic */ zzbnr zza;
final /* synthetic */ zzfgw zzb;
final /* synthetic */ zzbns zzc;
public zzbnh(zzbns zzbnsVar, zzbnr zzbnrVar, zzfgw zzfgwVar) {
this.zza = zzbnrVar;
this.zzb = zzfgwVar;
this.zzc = zzbnsVar;
}
@Override // com.google.android.gms.internal.ads.zzcaf
public final /* bridge */ /* synthetic */ void zza(Object obj) {
Object obj2;
zzbnr zzbnrVar;
zzfhk zzfhkVar;
zzfhk zzfhkVar2;
zzbnr zzbnrVar2;
zzbnr zzbnrVar3;
com.google.android.gms.ads.internal.util.zze.zza("loadNewJavascriptEngine (success): Trying to acquire lock");
obj2 = this.zzc.zza;
synchronized (obj2) {
try {
com.google.android.gms.ads.internal.util.zze.zza("loadNewJavascriptEngine (success): Lock acquired");
this.zzc.zzi = 0;
zzbns zzbnsVar = this.zzc;
zzbnrVar = zzbnsVar.zzh;
if (zzbnrVar != null) {
zzbnr zzbnrVar4 = this.zza;
zzbnrVar2 = zzbnsVar.zzh;
if (zzbnrVar4 != zzbnrVar2) {
com.google.android.gms.ads.internal.util.zze.zza("New JS engine is loaded, marking previous one as destroyable.");
zzbnrVar3 = this.zzc.zzh;
zzbnrVar3.zzb();
}
}
this.zzc.zzh = this.zza;
if (((Boolean) zzbee.zzd.zze()).booleanValue()) {
zzbns zzbnsVar2 = this.zzc;
zzfhkVar = zzbnsVar2.zze;
if (zzfhkVar != null) {
zzfhkVar2 = zzbnsVar2.zze;
zzfgw zzfgwVar = this.zzb;
zzfgwVar.zzg(true);
zzfhkVar2.zzb(zzfgwVar.zzm());
}
}
} catch (Throwable th) {
throw th;
}
}
com.google.android.gms.ads.internal.util.zze.zza("loadNewJavascriptEngine (success): Lock released");
}
}