package u0;

import android.net.Uri;
import d5.AbstractC0844a;
import java.util.List;
import java.util.Objects;

/* JADX INFO: renamed from: u0.u, reason: case insensitive filesystem */
/* JADX INFO: loaded from: classes.dex */
public final class C1584u {

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

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

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

    /* JADX INFO: renamed from: d, reason: collision with root package name */
    public final C3.G f17387d;

    /* JADX INFO: renamed from: e, reason: collision with root package name */
    public final long f17388e;

    static {
        AbstractC0844a.r(0, 1, 2, 3, 4);
        x0.v.G(5);
        x0.v.G(6);
        x0.v.G(7);
    }

    public C1584u(Uri uri, String str, W3.b bVar, List list, C3.G g8, long j8) {
        this.f17384a = uri;
        this.f17385b = E.m(str);
        this.f17386c = list;
        this.f17387d = g8;
        C3.D dJ = C3.G.j();
        for (int i = 0; i < g8.size(); i++) {
            C1587x c1587x = (C1587x) g8.get(i);
            A1.I i5 = new A1.I();
            i5.f70s = c1587x.f17390a;
            i5.f71t = c1587x.f17391b;
            i5.f69r = c1587x.f17392c;
            i5.f72u = c1587x.f17393d;
            i5.f73v = c1587x.f17394e;
            dJ.a(new C1586w(i5));
        }
        dJ.g();
        this.f17388e = j8;
    }

    public final boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (!(obj instanceof C1584u)) {
            return false;
        }
        C1584u c1584u = (C1584u) obj;
        return this.f17384a.equals(c1584u.f17384a) && Objects.equals(this.f17385b, c1584u.f17385b) && Objects.equals(null, null) && this.f17386c.equals(c1584u.f17386c) && this.f17387d.equals(c1584u.f17387d) && this.f17388e == c1584u.f17388e;
    }

    public final int hashCode() {
        int iHashCode = this.f17384a.hashCode() * 31;
        String str = this.f17385b;
        return (int) ((((long) ((this.f17387d.hashCode() + ((this.f17386c.hashCode() + ((iHashCode + (str == null ? 0 : str.hashCode())) * 29791)) * 961)) * 31)) * 31) + this.f17388e);
    }
}
