Files
rr3-apk/decompiled/sources/com/google/android/gms/internal/ads/zzheq.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

47 lines
1.5 KiB
Java

package com.google.android.gms.internal.ads;
/* loaded from: classes3.dex */
public final class zzheq implements zzhfa, zzhel {
private static final Object zza = new Object();
private volatile zzhfa zzb;
private volatile Object zzc = zza;
private zzheq(zzhfa zzhfaVar) {
this.zzb = zzhfaVar;
}
public static zzhel zza(zzhfa zzhfaVar) {
return zzhfaVar instanceof zzhel ? (zzhel) zzhfaVar : new zzheq(zzhfaVar);
}
public static zzhfa zzc(zzhfa zzhfaVar) {
return zzhfaVar instanceof zzheq ? zzhfaVar : new zzheq(zzhfaVar);
}
private final synchronized Object zzd() {
try {
Object obj = this.zzc;
Object obj2 = zza;
if (obj != obj2) {
return obj;
}
Object zzb = this.zzb.zzb();
Object obj3 = this.zzc;
if (obj3 != obj2 && obj3 != zzb) {
throw new IllegalStateException("Scoped provider was invoked recursively returning different results: " + obj3 + " & " + zzb + ". This is likely due to a circular dependency.");
}
this.zzc = zzb;
this.zzb = null;
return zzb;
} catch (Throwable th) {
throw th;
}
}
@Override // com.google.android.gms.internal.ads.zzhfj, com.google.android.gms.internal.ads.zzhfi
public final Object zzb() {
Object obj = this.zzc;
return obj == zza ? zzd() : obj;
}
}