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,48 @@
package com.google.android.gms.internal.ads;
import android.content.Context;
import androidx.annotation.Nullable;
import com.google.android.gms.ads.internal.util.client.VersionInfoParcel;
/* loaded from: classes3.dex */
public final class zzbnx {
private final Object zza = new Object();
private final Object zzb = new Object();
private zzbog zzc;
private zzbog zzd;
private static final Context zzc(Context context) {
Context applicationContext = context.getApplicationContext();
return applicationContext == null ? context : applicationContext;
}
public final zzbog zza(Context context, VersionInfoParcel versionInfoParcel, @Nullable zzfhk zzfhkVar) {
zzbog zzbogVar;
synchronized (this.zza) {
try {
if (this.zzc == null) {
this.zzc = new zzbog(zzc(context), versionInfoParcel, (String) com.google.android.gms.ads.internal.client.zzbe.zzc().zza(zzbcl.zza), zzfhkVar);
}
zzbogVar = this.zzc;
} catch (Throwable th) {
throw th;
}
}
return zzbogVar;
}
public final zzbog zzb(Context context, VersionInfoParcel versionInfoParcel, zzfhk zzfhkVar) {
zzbog zzbogVar;
synchronized (this.zzb) {
try {
if (this.zzd == null) {
this.zzd = new zzbog(zzc(context), versionInfoParcel, (String) zzbev.zza.zze(), zzfhkVar);
}
zzbogVar = this.zzd;
} catch (Throwable th) {
throw th;
}
}
return zzbogVar;
}
}