- 28,932 files - Full Java source code - Smali files - Resources Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
26 lines
591 B
Java
26 lines
591 B
Java
package com.google.android.gms.internal.ads;
|
|
|
|
import java.util.HashSet;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public final class zzas {
|
|
private static final HashSet zza = new HashSet();
|
|
private static String zzb = "media3.common";
|
|
|
|
public static synchronized String zza() {
|
|
String str;
|
|
synchronized (zzas.class) {
|
|
str = zzb;
|
|
}
|
|
return str;
|
|
}
|
|
|
|
public static synchronized void zzb(String str) {
|
|
synchronized (zzas.class) {
|
|
if (zza.add(str)) {
|
|
zzb = zzb + ", " + str;
|
|
}
|
|
}
|
|
}
|
|
}
|