package p138.p176.p177.p190.p210.p214;

import android.os.Parcel;
import android.os.Parcelable;
import p138.p176.p177.p190.p239.C4150;

/* JADX INFO: renamed from: ދ.ހ.֏.ؠ.ഺ.ވ.ފ, reason: contains not printable characters */
/* JADX INFO: loaded from: classes.dex */
public final class C3756 extends AbstractC3749 {
    public static final Parcelable.Creator<C3756> CREATOR = new C3757();

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

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

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

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

    /* JADX WARN: Illegal instructions before constructor call */
    public C3756(Parcel parcel) {
        String string = parcel.readString();
        C4150.m6755(string);
        super(string);
        this.f11526 = parcel.readString();
        this.f11527 = parcel.readString();
    }

    public C3756(String str, String str2, String str3) {
        super(str);
        this.f11526 = str2;
        this.f11527 = str3;
    }

    public boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (obj == null || C3756.class != obj.getClass()) {
            return false;
        }
        C3756 c3756 = (C3756) obj;
        return this.f11515.equals(c3756.f11515) && C4150.m6769((Object) this.f11526, (Object) c3756.f11526) && C4150.m6769((Object) this.f11527, (Object) c3756.f11527);
    }

    public int hashCode() {
        int iHashCode = (this.f11515.hashCode() + 527) * 31;
        String str = this.f11526;
        int iHashCode2 = (iHashCode + (str != null ? str.hashCode() : 0)) * 31;
        String str2 = this.f11527;
        return iHashCode2 + (str2 != null ? str2.hashCode() : 0);
    }

    @Override // p138.p176.p177.p190.p210.p214.AbstractC3749
    public String toString() {
        return this.f11515 + ": description=" + this.f11526 + ": value=" + this.f11527;
    }

    @Override // android.os.Parcelable
    public void writeToParcel(Parcel parcel, int i) {
        parcel.writeString(this.f11515);
        parcel.writeString(this.f11526);
        parcel.writeString(this.f11527);
    }
}
