package u3;

import java.util.ArrayList;
import java.util.Collections;
import java.util.List;

/* JADX INFO: renamed from: u3.a, reason: case insensitive filesystem */
/* JADX INFO: loaded from: classes.dex */
public final class C2964a {

    /* JADX INFO: renamed from: e, reason: collision with root package name */
    public static final /* synthetic */ int f24563e = 0;

    /* JADX INFO: renamed from: a, reason: collision with root package name */
    public final g f24564a;

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    public final List f24565b;

    /* JADX INFO: renamed from: c, reason: collision with root package name */
    public final b f24566c;

    /* JADX INFO: renamed from: d, reason: collision with root package name */
    public final String f24567d;

    static {
        Collections.unmodifiableList(new ArrayList());
    }

    public C2964a(g gVar, List list, b bVar, String str) {
        this.f24564a = gVar;
        this.f24565b = list;
        this.f24566c = bVar;
        this.f24567d = str;
    }
}
