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 */
final class zzfvi implements zzfvf {
private static final zzfvf zza = new zzfvf() { // from class: com.google.android.gms.internal.ads.zzfvh
@Override // com.google.android.gms.internal.ads.zzfvf
public final Object zza() {
throw new IllegalStateException();
}
};
private final zzfvm zzb = new zzfvm();
private volatile zzfvf zzc;
private Object zzd;
public zzfvi(zzfvf zzfvfVar) {
this.zzc = zzfvfVar;
}
public final String toString() {
Object obj = this.zzc;
if (obj == zza) {
obj = "<supplier that returned " + String.valueOf(this.zzd) + ">";
}
return "Suppliers.memoize(" + String.valueOf(obj) + ")";
}
@Override // com.google.android.gms.internal.ads.zzfvf
public final Object zza() {
zzfvf zzfvfVar = this.zzc;
zzfvf zzfvfVar2 = zza;
if (zzfvfVar != zzfvfVar2) {
synchronized (this.zzb) {
try {
if (this.zzc != zzfvfVar2) {
Object zza2 = this.zzc.zza();
this.zzd = zza2;
this.zzc = zzfvfVar2;
return zza2;
}
} finally {
}
}
}
return this.zzd;
}
}