package p138.p176.p177.p190.p217.p222;

import android.os.Parcel;
import android.os.Parcelable;
import android.text.TextUtils;
import java.util.ArrayList;
import java.util.Collections;
import java.util.List;
import p138.p139.p143.p144.C2803;
import p138.p176.p177.p190.C3431;
import p138.p176.p177.p190.p210.C3710;
import p138.p176.p177.p190.p210.C3713;

/* JADX INFO: renamed from: ދ.ހ.֏.ؠ.ໞ.ޟ.ލ, reason: contains not printable characters */
/* JADX INFO: loaded from: classes.dex */
public final class C3915 implements C3710.InterfaceC3712 {
    public static final Parcelable.Creator<C3915> CREATOR = new C3916();

    /* JADX INFO: renamed from: ރ, reason: contains not printable characters */
    public final String f12183;

    /* JADX INFO: renamed from: ބ, reason: contains not printable characters */
    public final String f12184;

    /* JADX INFO: renamed from: ޅ, reason: contains not printable characters */
    public final List<C3917> f12185;

    /* JADX INFO: renamed from: ދ.ހ.֏.ؠ.ໞ.ޟ.ލ$֏, reason: contains not printable characters */
    public static class C3916 implements Parcelable.Creator<C3915> {
        @Override // android.os.Parcelable.Creator
        public C3915 createFromParcel(Parcel parcel) {
            return new C3915(parcel);
        }

        @Override // android.os.Parcelable.Creator
        public C3915[] newArray(int i) {
            return new C3915[i];
        }
    }

    /* JADX INFO: renamed from: ދ.ހ.֏.ؠ.ໞ.ޟ.ލ$ؠ, reason: contains not printable characters */
    public static final class C3917 implements Parcelable {
        public static final Parcelable.Creator<C3917> CREATOR = new C3918();

        /* JADX INFO: renamed from: ރ, reason: contains not printable characters */
        public final long f12186;

        /* JADX INFO: renamed from: ބ, reason: contains not printable characters */
        public final String f12187;

        /* JADX INFO: renamed from: ޅ, reason: contains not printable characters */
        public final String f12188;

        /* JADX INFO: renamed from: ކ, reason: contains not printable characters */
        public final String f12189;

        /* JADX INFO: renamed from: އ, reason: contains not printable characters */
        public final String f12190;

        /* JADX INFO: renamed from: ދ.ހ.֏.ؠ.ໞ.ޟ.ލ$ؠ$֏, reason: contains not printable characters */
        public static class C3918 implements Parcelable.Creator<C3917> {
            @Override // android.os.Parcelable.Creator
            public C3917 createFromParcel(Parcel parcel) {
                return new C3917(parcel);
            }

            @Override // android.os.Parcelable.Creator
            public C3917[] newArray(int i) {
                return new C3917[i];
            }
        }

        public C3917(long j, String str, String str2, String str3, String str4) {
            this.f12186 = j;
            this.f12187 = str;
            this.f12188 = str2;
            this.f12189 = str3;
            this.f12190 = str4;
        }

        public C3917(Parcel parcel) {
            this.f12186 = parcel.readLong();
            this.f12187 = parcel.readString();
            this.f12188 = parcel.readString();
            this.f12189 = parcel.readString();
            this.f12190 = parcel.readString();
        }

        @Override // android.os.Parcelable
        public int describeContents() {
            return 0;
        }

        public boolean equals(Object obj) {
            if (this == obj) {
                return true;
            }
            if (obj == null || C3917.class != obj.getClass()) {
                return false;
            }
            C3917 c3917 = (C3917) obj;
            return this.f12186 == c3917.f12186 && TextUtils.equals(this.f12187, c3917.f12187) && TextUtils.equals(this.f12188, c3917.f12188) && TextUtils.equals(this.f12189, c3917.f12189) && TextUtils.equals(this.f12190, c3917.f12190);
        }

        public int hashCode() {
            long j = this.f12186;
            int i = ((int) (j ^ (j >>> 32))) * 31;
            String str = this.f12187;
            int iHashCode = (i + (str != null ? str.hashCode() : 0)) * 31;
            String str2 = this.f12188;
            int iHashCode2 = (iHashCode + (str2 != null ? str2.hashCode() : 0)) * 31;
            String str3 = this.f12189;
            int iHashCode3 = (iHashCode2 + (str3 != null ? str3.hashCode() : 0)) * 31;
            String str4 = this.f12190;
            return iHashCode3 + (str4 != null ? str4.hashCode() : 0);
        }

        @Override // android.os.Parcelable
        public void writeToParcel(Parcel parcel, int i) {
            parcel.writeLong(this.f12186);
            parcel.writeString(this.f12187);
            parcel.writeString(this.f12188);
            parcel.writeString(this.f12189);
            parcel.writeString(this.f12190);
        }
    }

    public C3915(Parcel parcel) {
        this.f12183 = parcel.readString();
        this.f12184 = parcel.readString();
        int i = parcel.readInt();
        ArrayList arrayList = new ArrayList(i);
        for (int i2 = 0; i2 < i; i2++) {
            arrayList.add(parcel.readParcelable(C3917.class.getClassLoader()));
        }
        this.f12185 = Collections.unmodifiableList(arrayList);
    }

    public C3915(String str, String str2, List<C3917> list) {
        this.f12183 = str;
        this.f12184 = str2;
        this.f12185 = Collections.unmodifiableList(new ArrayList(list));
    }

    @Override // android.os.Parcelable
    public int describeContents() {
        return 0;
    }

    public boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (obj == null || C3915.class != obj.getClass()) {
            return false;
        }
        C3915 c3915 = (C3915) obj;
        return TextUtils.equals(this.f12183, c3915.f12183) && TextUtils.equals(this.f12184, c3915.f12184) && this.f12185.equals(c3915.f12185);
    }

    public int hashCode() {
        String str = this.f12183;
        int iHashCode = (str != null ? str.hashCode() : 0) * 31;
        String str2 = this.f12184;
        return this.f12185.hashCode() + ((iHashCode + (str2 != null ? str2.hashCode() : 0)) * 31);
    }

    public String toString() {
        String strM4884;
        StringBuilder sbM4889 = C2803.m4889("HlsTrackMetadataEntry");
        if (this.f12183 != null) {
            StringBuilder sbM48892 = C2803.m4889(" [");
            sbM48892.append(this.f12183);
            sbM48892.append(", ");
            strM4884 = C2803.m4884(sbM48892, this.f12184, "]");
        } else {
            strM4884 = "";
        }
        sbM4889.append(strM4884);
        return sbM4889.toString();
    }

    @Override // android.os.Parcelable
    public void writeToParcel(Parcel parcel, int i) {
        parcel.writeString(this.f12183);
        parcel.writeString(this.f12184);
        int size = this.f12185.size();
        parcel.writeInt(size);
        for (int i2 = 0; i2 < size; i2++) {
            parcel.writeParcelable(this.f12185.get(i2), 0);
        }
    }

    @Override // p138.p176.p177.p190.p210.C3710.InterfaceC3712
    /* JADX INFO: renamed from: ފ */
    public /* synthetic */ C3431 mo5966() {
        return C3713.m6058(this);
    }

    @Override // p138.p176.p177.p190.p210.C3710.InterfaceC3712
    /* JADX INFO: renamed from: ލ */
    public /* synthetic */ byte[] mo5967() {
        return C3713.m6057(this);
    }
}
