package u0;

import java.util.HashSet;

/* JADX INFO: renamed from: u0.z, reason: case insensitive filesystem */
/* JADX INFO: loaded from: classes.dex */
public abstract class AbstractC1589z {

    /* JADX INFO: renamed from: a, reason: collision with root package name */
    public static final HashSet f17401a = new HashSet();

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    public static String f17402b = "media3.common";

    public static synchronized void a(String str) {
        if (f17401a.add(str)) {
            f17402b += ", " + str;
        }
    }
}
