- 28,932 files - Full Java source code - Smali files - Resources Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
27 lines
624 B
Java
27 lines
624 B
Java
package com.google.android.gms.internal.ads;
|
|
|
|
import java.util.concurrent.atomic.AtomicBoolean;
|
|
import java.util.concurrent.atomic.AtomicReference;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public final class zzbfc {
|
|
private static final AtomicReference zza = new AtomicReference();
|
|
private static final AtomicReference zzb = new AtomicReference();
|
|
|
|
static {
|
|
new AtomicBoolean();
|
|
}
|
|
|
|
public static zzbfa zza() {
|
|
return (zzbfa) zza.get();
|
|
}
|
|
|
|
public static zzbfb zzb() {
|
|
return (zzbfb) zzb.get();
|
|
}
|
|
|
|
public static void zzc(zzbfa zzbfaVar) {
|
|
zza.set(zzbfaVar);
|
|
}
|
|
}
|