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

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