package p138.p176.p177.p242.p246;

import android.os.Parcel;
import android.os.Parcelable;
import java.util.Arrays;
import p000.p001.p002.p003.p004.C0567;
import p138.p176.p177.p242.p246.p249.C4281;
import p138.p176.p177.p242.p246.p249.p250.AbstractC4283;

/* JADX INFO: renamed from: ދ.ހ.֏.ހ.ހ.ށ, reason: contains not printable characters */
/* JADX INFO: loaded from: classes.dex */
public class C4193 extends AbstractC4283 {
    public static final Parcelable.Creator<C4193> CREATOR = new C4324();

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

    /* JADX INFO: renamed from: ބ, reason: contains not printable characters */
    @Deprecated
    public final int f13399;

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

    public C4193(String str, int i, long j) {
        this.f13398 = str;
        this.f13399 = i;
        this.f13400 = j;
    }

    public boolean equals(Object obj) {
        if (obj instanceof C4193) {
            C4193 c4193 = (C4193) obj;
            String str = this.f13398;
            if (((str != null && str.equals(c4193.f13398)) || (this.f13398 == null && c4193.f13398 == null)) && m6842() == c4193.m6842()) {
                return true;
            }
        }
        return false;
    }

    public int hashCode() {
        return Arrays.hashCode(new Object[]{this.f13398, Long.valueOf(m6842())});
    }

    public String toString() {
        C4281 c4281M1935 = C0567.m1935(this);
        c4281M1935.m6962("name", this.f13398);
        c4281M1935.m6962("version", Long.valueOf(m6842()));
        return c4281M1935.toString();
    }

    @Override // android.os.Parcelable
    public void writeToParcel(Parcel parcel, int i) {
        int iM1843 = C0567.m1843(parcel);
        C0567.m1885(parcel, 1, this.f13398, false);
        C0567.m1880(parcel, 2, this.f13399);
        C0567.m1881(parcel, 3, m6842());
        C0567.m1955(parcel, iM1843);
    }

    /* JADX INFO: renamed from: ހ, reason: contains not printable characters */
    public long m6842() {
        long j = this.f13400;
        return j == -1 ? this.f13399 : j;
    }
}
