package p138.p176.p177.p190;

import android.os.Parcel;
import android.os.Parcelable;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.Collections;
import java.util.List;
import p138.p139.p143.p144.C2803;
import p138.p176.p177.p190.p194.C3526;
import p138.p176.p177.p190.p194.InterfaceC3536;
import p138.p176.p177.p190.p210.C3710;
import p138.p176.p177.p190.p239.C4134;
import p138.p176.p177.p190.p239.C4150;
import p138.p176.p177.p190.p240.C4159;

/* JADX INFO: renamed from: ދ.ހ.֏.ؠ.ޚ, reason: contains not printable characters */
/* JADX INFO: loaded from: classes.dex */
public final class C3431 implements Parcelable {
    public static final Parcelable.Creator<C3431> CREATOR = new C3432();

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

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

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

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

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

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

    /* JADX INFO: renamed from: މ, reason: contains not printable characters */
    public final C3710 f10088;

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

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

    /* JADX INFO: renamed from: ތ, reason: contains not printable characters */
    public final int f10091;

    /* JADX INFO: renamed from: ލ, reason: contains not printable characters */
    public final List<byte[]> f10092;

    /* JADX INFO: renamed from: ގ, reason: contains not printable characters */
    public final C3526 f10093;

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

    /* JADX INFO: renamed from: ސ, reason: contains not printable characters */
    public final int f10095;

    /* JADX INFO: renamed from: ޑ, reason: contains not printable characters */
    public final int f10096;

    /* JADX INFO: renamed from: ޒ, reason: contains not printable characters */
    public final float f10097;

    /* JADX INFO: renamed from: ޓ, reason: contains not printable characters */
    public final int f10098;

    /* JADX INFO: renamed from: ޔ, reason: contains not printable characters */
    public final float f10099;

    /* JADX INFO: renamed from: ޕ, reason: contains not printable characters */
    public final int f10100;

    /* JADX INFO: renamed from: ޖ, reason: contains not printable characters */
    public final byte[] f10101;

    /* JADX INFO: renamed from: ޗ, reason: contains not printable characters */
    public final C4159 f10102;

    /* JADX INFO: renamed from: ޘ, reason: contains not printable characters */
    public final int f10103;

    /* JADX INFO: renamed from: ޙ, reason: contains not printable characters */
    public final int f10104;

    /* JADX INFO: renamed from: ޚ, reason: contains not printable characters */
    public final int f10105;

    /* JADX INFO: renamed from: ޛ, reason: contains not printable characters */
    public final int f10106;

    /* JADX INFO: renamed from: ޜ, reason: contains not printable characters */
    public final int f10107;

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

    /* JADX INFO: renamed from: ޞ, reason: contains not printable characters */
    public final int f10109;

    /* JADX INFO: renamed from: ޟ, reason: contains not printable characters */
    public final Class<? extends InterfaceC3536> f10110;

    /* JADX INFO: renamed from: ޠ, reason: contains not printable characters */
    public int f10111;

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

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

    public C3431(Parcel parcel) {
        this.f10082 = parcel.readString();
        this.f10083 = parcel.readString();
        this.f10084 = parcel.readInt();
        this.f10085 = parcel.readInt();
        this.f10086 = parcel.readInt();
        this.f10087 = parcel.readString();
        this.f10088 = (C3710) parcel.readParcelable(C3710.class.getClassLoader());
        this.f10089 = parcel.readString();
        this.f10090 = parcel.readString();
        this.f10091 = parcel.readInt();
        int i = parcel.readInt();
        this.f10092 = new ArrayList(i);
        for (int i2 = 0; i2 < i; i2++) {
            this.f10092.add(parcel.createByteArray());
        }
        this.f10093 = (C3526) parcel.readParcelable(C3526.class.getClassLoader());
        this.f10094 = parcel.readLong();
        this.f10095 = parcel.readInt();
        this.f10096 = parcel.readInt();
        this.f10097 = parcel.readFloat();
        this.f10098 = parcel.readInt();
        this.f10099 = parcel.readFloat();
        this.f10101 = C4150.m6768(parcel) ? parcel.createByteArray() : null;
        this.f10100 = parcel.readInt();
        this.f10102 = (C4159) parcel.readParcelable(C4159.class.getClassLoader());
        this.f10103 = parcel.readInt();
        this.f10104 = parcel.readInt();
        this.f10105 = parcel.readInt();
        this.f10106 = parcel.readInt();
        this.f10107 = parcel.readInt();
        this.f10108 = parcel.readString();
        this.f10109 = parcel.readInt();
        this.f10110 = null;
    }

    public C3431(String str, String str2, int i, int i2, int i3, String str3, C3710 c3710, String str4, String str5, int i4, List<byte[]> list, C3526 c3526, long j, int i5, int i6, float f, int i7, float f2, byte[] bArr, int i8, C4159 c4159, int i9, int i10, int i11, int i12, int i13, String str6, int i14, Class<? extends InterfaceC3536> cls) {
        this.f10082 = str;
        this.f10083 = str2;
        this.f10084 = i;
        this.f10085 = i2;
        this.f10086 = i3;
        this.f10087 = str3;
        this.f10088 = c3710;
        this.f10089 = str4;
        this.f10090 = str5;
        this.f10091 = i4;
        this.f10092 = list == null ? Collections.emptyList() : list;
        this.f10093 = c3526;
        this.f10094 = j;
        this.f10095 = i5;
        this.f10096 = i6;
        this.f10097 = f;
        int i15 = i7;
        this.f10098 = i15 == -1 ? 0 : i15;
        this.f10099 = f2 == -1.0f ? 1.0f : f2;
        this.f10101 = bArr;
        this.f10100 = i8;
        this.f10102 = c4159;
        this.f10103 = i9;
        this.f10104 = i10;
        this.f10105 = i11;
        int i16 = i12;
        this.f10106 = i16 == -1 ? 0 : i16;
        this.f10107 = i13 != -1 ? i13 : 0;
        this.f10108 = C4150.m6803(str6);
        this.f10109 = i14;
        this.f10110 = cls;
    }

    /* JADX INFO: renamed from: ֏, reason: contains not printable characters */
    public static C3431 m5579(String str, String str2, int i, String str3, C3526 c3526) {
        return m5586(str, str2, (String) null, -1, i, str3, -1, c3526, Long.MAX_VALUE, (List<byte[]>) Collections.emptyList());
    }

    /* JADX INFO: renamed from: ֏, reason: contains not printable characters */
    public static C3431 m5580(String str, String str2, long j) {
        return new C3431(str, null, 0, 0, -1, null, null, null, str2, -1, null, null, j, -1, -1, -1.0f, -1, -1.0f, null, -1, null, -1, -1, -1, -1, -1, null, -1, null);
    }

    /* JADX INFO: renamed from: ֏, reason: contains not printable characters */
    public static C3431 m5581(String str, String str2, String str3, int i, int i2, int i3, int i4, float f, List<byte[]> list, int i5, float f2, C3526 c3526) {
        return m5582(str, str2, str3, i, i2, i3, i4, f, list, i5, f2, (byte[]) null, -1, (C4159) null, c3526);
    }

    /* JADX INFO: renamed from: ֏, reason: contains not printable characters */
    public static C3431 m5582(String str, String str2, String str3, int i, int i2, int i3, int i4, float f, List<byte[]> list, int i5, float f2, byte[] bArr, int i6, C4159 c4159, C3526 c3526) {
        return new C3431(str, null, 0, 0, i, str3, null, null, str2, i2, list, c3526, Long.MAX_VALUE, i3, i4, f, i5, f2, bArr, i6, c4159, -1, -1, -1, -1, -1, null, -1, null);
    }

    /* JADX INFO: renamed from: ֏, reason: contains not printable characters */
    public static C3431 m5583(String str, String str2, String str3, int i, int i2, int i3, int i4, int i5, int i6, int i7, List<byte[]> list, C3526 c3526, int i8, String str4, C3710 c3710) {
        return new C3431(str, null, i8, 0, i, str3, c3710, null, str2, i2, list, c3526, Long.MAX_VALUE, -1, -1, -1.0f, -1, -1.0f, null, -1, null, i3, i4, i5, i6, i7, str4, -1, null);
    }

    /* JADX INFO: renamed from: ֏, reason: contains not printable characters */
    public static C3431 m5584(String str, String str2, String str3, int i, int i2, int i3, int i4, int i5, List<byte[]> list, C3526 c3526, int i6, String str4) {
        return m5583(str, str2, str3, i, i2, i3, i4, i5, -1, -1, list, c3526, i6, str4, (C3710) null);
    }

    /* JADX INFO: renamed from: ֏, reason: contains not printable characters */
    public static C3431 m5585(String str, String str2, String str3, int i, int i2, int i3, int i4, List<byte[]> list, C3526 c3526, int i5, String str4) {
        return m5584(str, str2, str3, i, i2, i3, i4, -1, list, c3526, i5, str4);
    }

    /* JADX INFO: renamed from: ֏, reason: contains not printable characters */
    public static C3431 m5586(String str, String str2, String str3, int i, int i2, String str4, int i3, C3526 c3526, long j, List<byte[]> list) {
        return new C3431(str, null, i2, 0, i, str3, null, null, str2, -1, list, c3526, j, -1, -1, -1.0f, -1, -1.0f, null, -1, null, -1, -1, -1, -1, -1, str4, i3, null);
    }

    /* JADX INFO: renamed from: ֏, reason: contains not printable characters */
    public static C3431 m5587(String str, String str2, String str3, int i, int i2, String str4, C3526 c3526, long j) {
        return m5586(str, str2, str3, i, i2, str4, -1, c3526, j, (List<byte[]>) Collections.emptyList());
    }

    /* JADX INFO: renamed from: ֏, reason: contains not printable characters */
    public static C3431 m5588(String str, String str2, String str3, int i, int i2, List<byte[]> list, String str4, C3526 c3526) {
        return new C3431(str, null, i2, 0, i, str3, null, null, str2, -1, list, c3526, Long.MAX_VALUE, -1, -1, -1.0f, -1, -1.0f, null, -1, null, -1, -1, -1, -1, -1, str4, -1, null);
    }

    /* JADX INFO: renamed from: ֏, reason: contains not printable characters */
    public static C3431 m5589(String str, String str2, String str3, int i, C3526 c3526) {
        return new C3431(str, null, 0, 0, i, str3, null, null, str2, -1, null, c3526, Long.MAX_VALUE, -1, -1, -1.0f, -1, -1.0f, null, -1, null, -1, -1, -1, -1, -1, null, -1, null);
    }

    /* JADX INFO: renamed from: ֏, reason: contains not printable characters */
    public static C3431 m5590(String str, String str2, String str3, String str4, String str5, int i, int i2, int i3, String str6) {
        return new C3431(str, str2, i2, i3, i, str5, null, str3, str4, -1, null, null, Long.MAX_VALUE, -1, -1, -1.0f, -1, -1.0f, null, -1, null, -1, -1, -1, -1, -1, str6, -1, null);
    }

    /* JADX INFO: renamed from: ֏, reason: contains not printable characters */
    public static C3431 m5591(String str, String str2, String str3, String str4, String str5, int i, int i2, int i3, String str6, int i4) {
        return new C3431(str, str2, i2, i3, i, str5, null, str3, str4, -1, null, null, Long.MAX_VALUE, -1, -1, -1.0f, -1, -1.0f, null, -1, null, -1, -1, -1, -1, -1, str6, i4, null);
    }

    /* JADX INFO: renamed from: ֏, reason: contains not printable characters */
    public static C3431 m5592(String str, String str2, String str3, String str4, String str5, C3710 c3710, int i, int i2, int i3, float f, List<byte[]> list, int i4, int i5) {
        return new C3431(str, str2, i4, i5, i, str5, c3710, str3, str4, -1, list, null, Long.MAX_VALUE, i2, i3, f, -1, -1.0f, null, -1, null, -1, -1, -1, -1, -1, null, -1, null);
    }

    /* JADX INFO: renamed from: ֏, reason: contains not printable characters */
    public static C3431 m5593(String str, String str2, String str3, String str4, String str5, C3710 c3710, int i, int i2, int i3, List<byte[]> list, int i4, int i5, String str6) {
        return new C3431(str, str2, i4, i5, i, str5, c3710, str3, str4, -1, list, null, Long.MAX_VALUE, -1, -1, -1.0f, -1, -1.0f, null, -1, null, i2, i3, -1, -1, -1, str6, -1, null);
    }

    /* JADX INFO: renamed from: ؠ, reason: contains not printable characters */
    public static C3431 m5594(String str, String str2, String str3, String str4, String str5, int i, int i2, int i3, String str6) {
        return m5591(str, str2, str3, str4, str5, i, i2, i3, str6, -1);
    }

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

    public boolean equals(Object obj) {
        int i;
        if (this == obj) {
            return true;
        }
        if (obj == null || C3431.class != obj.getClass()) {
            return false;
        }
        C3431 c3431 = (C3431) obj;
        int i2 = this.f10111;
        return (i2 == 0 || (i = c3431.f10111) == 0 || i2 == i) && this.f10084 == c3431.f10084 && this.f10085 == c3431.f10085 && this.f10086 == c3431.f10086 && this.f10091 == c3431.f10091 && this.f10094 == c3431.f10094 && this.f10095 == c3431.f10095 && this.f10096 == c3431.f10096 && this.f10098 == c3431.f10098 && this.f10100 == c3431.f10100 && this.f10103 == c3431.f10103 && this.f10104 == c3431.f10104 && this.f10105 == c3431.f10105 && this.f10106 == c3431.f10106 && this.f10107 == c3431.f10107 && this.f10109 == c3431.f10109 && Float.compare(this.f10097, c3431.f10097) == 0 && Float.compare(this.f10099, c3431.f10099) == 0 && C4150.m6769(this.f10110, c3431.f10110) && C4150.m6769((Object) this.f10082, (Object) c3431.f10082) && C4150.m6769((Object) this.f10083, (Object) c3431.f10083) && C4150.m6769((Object) this.f10087, (Object) c3431.f10087) && C4150.m6769((Object) this.f10089, (Object) c3431.f10089) && C4150.m6769((Object) this.f10090, (Object) c3431.f10090) && C4150.m6769((Object) this.f10108, (Object) c3431.f10108) && Arrays.equals(this.f10101, c3431.f10101) && C4150.m6769(this.f10088, c3431.f10088) && C4150.m6769(this.f10102, c3431.f10102) && C4150.m6769(this.f10093, c3431.f10093) && m5602(c3431);
    }

    public int hashCode() {
        if (this.f10111 == 0) {
            String str = this.f10082;
            int iHashCode = (527 + (str == null ? 0 : str.hashCode())) * 31;
            String str2 = this.f10083;
            int iHashCode2 = (((((((iHashCode + (str2 != null ? str2.hashCode() : 0)) * 31) + this.f10084) * 31) + this.f10085) * 31) + this.f10086) * 31;
            String str3 = this.f10087;
            int iHashCode3 = (iHashCode2 + (str3 == null ? 0 : str3.hashCode())) * 31;
            C3710 c3710 = this.f10088;
            int iHashCode4 = (iHashCode3 + (c3710 == null ? 0 : c3710.hashCode())) * 31;
            String str4 = this.f10089;
            int iHashCode5 = (iHashCode4 + (str4 == null ? 0 : str4.hashCode())) * 31;
            String str5 = this.f10090;
            int iFloatToIntBits = (((((((((((((Float.floatToIntBits(this.f10099) + ((((Float.floatToIntBits(this.f10097) + ((((((((((iHashCode5 + (str5 == null ? 0 : str5.hashCode())) * 31) + this.f10091) * 31) + ((int) this.f10094)) * 31) + this.f10095) * 31) + this.f10096) * 31)) * 31) + this.f10098) * 31)) * 31) + this.f10100) * 31) + this.f10103) * 31) + this.f10104) * 31) + this.f10105) * 31) + this.f10106) * 31) + this.f10107) * 31;
            String str6 = this.f10108;
            int iHashCode6 = (((iFloatToIntBits + (str6 == null ? 0 : str6.hashCode())) * 31) + this.f10109) * 31;
            Class<? extends InterfaceC3536> cls = this.f10110;
            this.f10111 = iHashCode6 + (cls != null ? cls.hashCode() : 0);
        }
        return this.f10111;
    }

    public String toString() {
        StringBuilder sbM4889 = C2803.m4889("Format(");
        sbM4889.append(this.f10082);
        sbM4889.append(", ");
        sbM4889.append(this.f10083);
        sbM4889.append(", ");
        sbM4889.append(this.f10089);
        sbM4889.append(", ");
        sbM4889.append(this.f10090);
        sbM4889.append(", ");
        sbM4889.append(this.f10087);
        sbM4889.append(", ");
        sbM4889.append(this.f10086);
        sbM4889.append(", ");
        sbM4889.append(this.f10108);
        sbM4889.append(", [");
        sbM4889.append(this.f10095);
        sbM4889.append(", ");
        sbM4889.append(this.f10096);
        sbM4889.append(", ");
        sbM4889.append(this.f10097);
        sbM4889.append("], [");
        sbM4889.append(this.f10103);
        sbM4889.append(", ");
        return C2803.m4882(sbM4889, this.f10104, "])");
    }

    @Override // android.os.Parcelable
    public void writeToParcel(Parcel parcel, int i) {
        parcel.writeString(this.f10082);
        parcel.writeString(this.f10083);
        parcel.writeInt(this.f10084);
        parcel.writeInt(this.f10085);
        parcel.writeInt(this.f10086);
        parcel.writeString(this.f10087);
        parcel.writeParcelable(this.f10088, 0);
        parcel.writeString(this.f10089);
        parcel.writeString(this.f10090);
        parcel.writeInt(this.f10091);
        int size = this.f10092.size();
        parcel.writeInt(size);
        for (int i2 = 0; i2 < size; i2++) {
            parcel.writeByteArray(this.f10092.get(i2));
        }
        parcel.writeParcelable(this.f10093, 0);
        parcel.writeLong(this.f10094);
        parcel.writeInt(this.f10095);
        parcel.writeInt(this.f10096);
        parcel.writeFloat(this.f10097);
        parcel.writeInt(this.f10098);
        parcel.writeFloat(this.f10099);
        C4150.m6763(parcel, this.f10101 != null);
        byte[] bArr = this.f10101;
        if (bArr != null) {
            parcel.writeByteArray(bArr);
        }
        parcel.writeInt(this.f10100);
        parcel.writeParcelable(this.f10102, i);
        parcel.writeInt(this.f10103);
        parcel.writeInt(this.f10104);
        parcel.writeInt(this.f10105);
        parcel.writeInt(this.f10106);
        parcel.writeInt(this.f10107);
        parcel.writeString(this.f10108);
        parcel.writeInt(this.f10109);
    }

    /* JADX INFO: renamed from: ֏, reason: contains not printable characters */
    public int m5595() {
        int i;
        int i2 = this.f10095;
        if (i2 == -1 || (i = this.f10096) == -1) {
            return -1;
        }
        return i2 * i;
    }

    /* JADX INFO: renamed from: ֏, reason: contains not printable characters */
    public C3431 m5596(float f) {
        return new C3431(this.f10082, this.f10083, this.f10084, this.f10085, this.f10086, this.f10087, this.f10088, this.f10089, this.f10090, this.f10091, this.f10092, this.f10093, this.f10094, this.f10095, this.f10096, f, this.f10098, this.f10099, this.f10101, this.f10100, this.f10102, this.f10103, this.f10104, this.f10105, this.f10106, this.f10107, this.f10108, this.f10109, this.f10110);
    }

    /* JADX INFO: renamed from: ֏, reason: contains not printable characters */
    public C3431 m5597(int i, int i2) {
        return new C3431(this.f10082, this.f10083, this.f10084, this.f10085, this.f10086, this.f10087, this.f10088, this.f10089, this.f10090, this.f10091, this.f10092, this.f10093, this.f10094, this.f10095, this.f10096, this.f10097, this.f10098, this.f10099, this.f10101, this.f10100, this.f10102, this.f10103, this.f10104, this.f10105, i, i2, this.f10108, this.f10109, this.f10110);
    }

    /* JADX INFO: renamed from: ֏, reason: contains not printable characters */
    public C3431 m5598(long j) {
        return new C3431(this.f10082, this.f10083, this.f10084, this.f10085, this.f10086, this.f10087, this.f10088, this.f10089, this.f10090, this.f10091, this.f10092, this.f10093, j, this.f10095, this.f10096, this.f10097, this.f10098, this.f10099, this.f10101, this.f10100, this.f10102, this.f10103, this.f10104, this.f10105, this.f10106, this.f10107, this.f10108, this.f10109, this.f10110);
    }

    /* JADX INFO: renamed from: ֏, reason: contains not printable characters */
    public C3431 m5599(Class<? extends InterfaceC3536> cls) {
        return new C3431(this.f10082, this.f10083, this.f10084, this.f10085, this.f10086, this.f10087, this.f10088, this.f10089, this.f10090, this.f10091, this.f10092, this.f10093, this.f10094, this.f10095, this.f10096, this.f10097, this.f10098, this.f10099, this.f10101, this.f10100, this.f10102, this.f10103, this.f10104, this.f10105, this.f10106, this.f10107, this.f10108, this.f10109, cls);
    }

    /* JADX WARN: Removed duplicated region for block: B:24:0x0043  */
    /* JADX INFO: renamed from: ֏, reason: contains not printable characters */
    /*
        Code decompiled incorrectly, please refer to instructions dump.
    */
    public C3431 m5600(C3431 c3431) {
        String str;
        String str2;
        if (this == c3431) {
            return this;
        }
        int iM6655 = C4134.m6655(this.f10090);
        String str3 = c3431.f10082;
        String str4 = c3431.f10083;
        if (str4 == null) {
            str4 = this.f10083;
        }
        String str5 = str4;
        String str6 = ((iM6655 == 3 || iM6655 == 1) && (str = c3431.f10108) != null) ? str : this.f10108;
        int i = this.f10086;
        if (i == -1) {
            i = c3431.f10086;
        }
        int i2 = i;
        String str7 = this.f10087;
        if (str7 == null) {
            String strM6757 = C4150.m6757(c3431.f10087, iM6655);
            str2 = C4150.m6808(strM6757).length == 1 ? strM6757 : str7;
        }
        C3710 c3710 = this.f10088;
        C3710 c3710M6056 = c3710 == null ? c3431.f10088 : c3710.m6056(c3431.f10088);
        float f = this.f10097;
        return new C3431(str3, str5, this.f10084 | c3431.f10084, this.f10085 | c3431.f10085, i2, str2, c3710M6056, this.f10089, this.f10090, this.f10091, this.f10092, C3526.m5824(c3431.f10093, this.f10093), this.f10094, this.f10095, this.f10096, (f == -1.0f && iM6655 == 2) ? c3431.f10097 : f, this.f10098, this.f10099, this.f10101, this.f10100, this.f10102, this.f10103, this.f10104, this.f10105, this.f10106, this.f10107, str6, this.f10109, this.f10110);
    }

    /* JADX INFO: renamed from: ֏, reason: contains not printable characters */
    public C3431 m5601(C3526 c3526, C3710 c3710) {
        if (c3526 == this.f10093 && c3710 == this.f10088) {
            return this;
        }
        return new C3431(this.f10082, this.f10083, this.f10084, this.f10085, this.f10086, this.f10087, c3710, this.f10089, this.f10090, this.f10091, this.f10092, c3526, this.f10094, this.f10095, this.f10096, this.f10097, this.f10098, this.f10099, this.f10101, this.f10100, this.f10102, this.f10103, this.f10104, this.f10105, this.f10106, this.f10107, this.f10108, this.f10109, this.f10110);
    }

    /* JADX INFO: renamed from: ؠ, reason: contains not printable characters */
    public boolean m5602(C3431 c3431) {
        if (this.f10092.size() != c3431.f10092.size()) {
            return false;
        }
        for (int i = 0; i < this.f10092.size(); i++) {
            if (!Arrays.equals(this.f10092.get(i), c3431.f10092.get(i))) {
                return false;
            }
        }
        return true;
    }
}
