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,41 @@
package com.google.android.gms.internal.ads;
import java.util.Map;
/* loaded from: classes3.dex */
final class zzbnd implements zzbjp {
final /* synthetic */ long zza;
final /* synthetic */ zzbnr zzb;
final /* synthetic */ zzbmn zzc;
final /* synthetic */ zzbns zzd;
public zzbnd(zzbns zzbnsVar, long j, zzbnr zzbnrVar, zzbmn zzbmnVar) {
this.zza = j;
this.zzb = zzbnrVar;
this.zzc = zzbmnVar;
this.zzd = zzbnsVar;
}
@Override // com.google.android.gms.internal.ads.zzbjp
public final /* bridge */ /* synthetic */ void zza(Object obj, Map map) {
Object obj2;
com.google.android.gms.ads.internal.util.zze.zza("onGmsg /jsLoaded. JsLoaded latency is " + (com.google.android.gms.ads.internal.zzv.zzC().currentTimeMillis() - this.zza) + " ms.");
com.google.android.gms.ads.internal.util.zze.zza("loadJavascriptEngine > /jsLoaded handler: Trying to acquire lock");
obj2 = this.zzd.zza;
synchronized (obj2) {
com.google.android.gms.ads.internal.util.zze.zza("loadJavascriptEngine > /jsLoaded handler: Lock acquired");
if (this.zzb.zze() != -1 && this.zzb.zze() != 1) {
this.zzd.zzi = 0;
zzbmn zzbmnVar = this.zzc;
zzbmnVar.zzq("/log", zzbjo.zzg);
zzbmnVar.zzq("/result", zzbjo.zzo);
this.zzb.zzi(this.zzc);
this.zzd.zzh = this.zzb;
com.google.android.gms.ads.internal.util.zze.zza("Successfully loaded JS Engine.");
com.google.android.gms.ads.internal.util.zze.zza("loadJavascriptEngine > /jsLoaded handler: Lock released");
return;
}
com.google.android.gms.ads.internal.util.zze.zza("loadJavascriptEngine > /jsLoaded handler: Lock released, the promise is already settled");
}
}
}