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 C3742 extends AbstractC3749 {
    public static final Parcelable.Creator<C3742> CREATOR = new C3743();

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

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

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

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

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

    public C3742(Parcel parcel) {
        super("COMM");
        String string = parcel.readString();
        C4150.m6755(string);
        this.f11503 = string;
        this.f11504 = parcel.readString();
        this.f11505 = parcel.readString();
    }

    public C3742(String str, String str2, String str3) {
        super("COMM");
        this.f11503 = str;
        this.f11504 = str2;
        this.f11505 = str3;
    }

    public boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (obj == null || C3742.class != obj.getClass()) {
            return false;
        }
        C3742 c3742 = (C3742) obj;
        return C4150.m6769((Object) this.f11504, (Object) c3742.f11504) && C4150.m6769((Object) this.f11503, (Object) c3742.f11503) && C4150.m6769((Object) this.f11505, (Object) c3742.f11505);
    }

    public int hashCode() {
        String str = this.f11503;
        int iHashCode = (527 + (str != null ? str.hashCode() : 0)) * 31;
        String str2 = this.f11504;
        int iHashCode2 = (iHashCode + (str2 != null ? str2.hashCode() : 0)) * 31;
        String str3 = this.f11505;
        return iHashCode2 + (str3 != null ? str3.hashCode() : 0);
    }

    @Override // p138.p176.p177.p190.p210.p214.AbstractC3749
    public String toString() {
        return this.f11515 + ": language=" + this.f11503 + ", description=" + this.f11504;
    }

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