Files
rr3-apk/decompiled/sources/com/google/android/gms/internal/ads/zzbnx.java
Daniel Elliott f9d20bb3fc 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>
2026-02-18 14:52:23 -08:00

49 lines
1.6 KiB
Java

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;
}
}