package o; import android.os.Parcel; import android.os.Parcelable; /* renamed from: o.La, reason: case insensitive filesystem */ /* loaded from: classes3.dex */ public final class C0632La implements Parcelable { public static final Parcelable.Creator CREATOR = new Parcelable.Creator() { // from class: o.La.4 @Override // android.os.Parcelable.Creator public final /* synthetic */ C0632La createFromParcel(Parcel parcel) { return new C0632La(parcel); } @Override // android.os.Parcelable.Creator public final /* bridge */ /* synthetic */ C0632La[] newArray(int i) { return new C0632La[i]; } }; public String c; public String d; public String e; /* renamed from: o.La$RVV */ /* loaded from: classes3.dex */ public static final class RVV { public String a; public String b; public String c; } @Override // android.os.Parcelable public final int describeContents() { return 0; } protected C0632La(Parcel parcel) { this.d = parcel.readString(); this.e = parcel.readString(); this.c = parcel.readString(); } private C0632La(RVV rvv) { this.d = rvv.a; this.e = rvv.b; this.c = rvv.c; } @Override // android.os.Parcelable public final void writeToParcel(Parcel parcel, int i) { parcel.writeString(this.d); parcel.writeString(this.e); parcel.writeString(this.c); } public final boolean equals(Object obj) { if (this == obj) { return true; } if (obj == null || getClass() != obj.getClass()) { return false; } C0632La c0632La = (C0632La) obj; String str = this.d; if (str == null ? c0632La.d == null : str.equals(c0632La.d)) { String str2 = this.e; if (str2 == null ? c0632La.e == null : str2.equals(c0632La.e)) { String str3 = this.c; if (str3 != null) { if (!str3.equals(c0632La.c)) { return true; } } else if (c0632La.c != null) { return true; } } } return false; } public final int hashCode() { String str = this.d; int hashCode = str != null ? str.hashCode() : 0; String str2 = this.e; int hashCode2 = str2 != null ? str2.hashCode() : 0; String str3 = this.c; return (((hashCode * 31) + hashCode2) * 31) + (str3 != null ? str3.hashCode() : 0); } public /* synthetic */ C0632La(RVV rvv, byte b) { this(rvv); } }