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,46 @@
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;
}
}