package o; import android.os.Parcel; import android.os.Parcelable; /* renamed from: o.Xy, reason: case insensitive filesystem */ /* loaded from: classes.dex */ public class C1203Xy extends EQ implements Parcelable { private static String A = "PTP"; private static String B = "TP"; public static final Parcelable.Creator CREATOR = new Parcelable.Creator() { // from class: o.Xy.5 @Override // android.os.Parcelable.Creator public final /* synthetic */ C1203Xy createFromParcel(Parcel parcel) { return new C1203Xy(parcel); } @Override // android.os.Parcelable.Creator public final /* bridge */ /* synthetic */ C1203Xy[] newArray(int i) { return new C1203Xy[i]; } }; private static String n = "BP"; private static String p = "FASTPP"; private static String q = "2"; private static String r = "FASTBP"; private static String s = "1"; private static String t = "0"; private static String u = "PULLSLIP"; private static String v = "PPP"; private static String w = "PCC"; private static String x = "PBP"; private static String y = "PP"; public String a; public String b; public double c; public String d; public C1202Xx f; public String g; String h; public String i; public String j; public boolean k; public String l; public String m; /* renamed from: o, reason: collision with root package name */ public String f8457o; @Override // o.EQ, android.os.Parcelable public int describeContents() { return 0; } public C1203Xy(String str, String str2, String str3, String str4, double d, String str5, String str6, C1202Xx c1202Xx, String str7, boolean z, String str8, String str9, String str10) { this.a = str; this.j = str2; this.l = str3; this.m = str4; this.c = d; this.i = str5; this.f8457o = str6; this.f = c1202Xx; this.b = str7; this.k = z; this.d = str8; this.h = str9; this.g = str10; } public boolean equals(Object obj) { if (this == obj) { return true; } if (obj == null || getClass() != obj.getClass()) { return false; } C1203Xy c1203Xy = (C1203Xy) obj; if (Double.compare(c1203Xy.c, this.c) != 0) { return false; } String str = this.a; if (str == null ? c1203Xy.a != null : !str.equals(c1203Xy.a)) { return false; } String str2 = this.g; if (str2 == null ? c1203Xy.g != null : !str2.equals(c1203Xy.g)) { return false; } String str3 = this.j; if (str3 == null ? c1203Xy.j != null : !str3.equals(c1203Xy.j)) { return false; } String str4 = this.l; if (str4 == null ? c1203Xy.l != null : !str4.equals(c1203Xy.l)) { return false; } String str5 = this.m; if (str5 == null ? c1203Xy.m != null : !str5.equals(c1203Xy.m)) { return false; } String str6 = this.i; if (str6 == null ? c1203Xy.i != null : !str6.equals(c1203Xy.i)) { return false; } String str7 = this.f8457o; if (str7 == null ? c1203Xy.f8457o != null : !str7.equals(c1203Xy.f8457o)) { return false; } if (this.k != c1203Xy.k) { return false; } String str8 = this.d; if (str8 == null ? c1203Xy.d != null : !str8.equals(c1203Xy.d)) { return false; } String str9 = this.h; if (str9 == null ? c1203Xy.h != null : !str9.equals(c1203Xy.h)) { return false; } C1202Xx c1202Xx = this.f; C1202Xx c1202Xx2 = c1203Xy.f; return c1202Xx != null ? c1202Xx.equals(c1202Xx2) : c1202Xx2 == null; } public int hashCode() { String str = this.a; int hashCode = str != null ? str.hashCode() : 0; String str2 = this.j; int hashCode2 = str2 != null ? str2.hashCode() : 0; String str3 = this.l; int hashCode3 = str3 != null ? str3.hashCode() : 0; String str4 = this.m; int hashCode4 = str4 != null ? str4.hashCode() : 0; long doubleToLongBits = Double.doubleToLongBits(this.c); int i = (int) (doubleToLongBits ^ (doubleToLongBits >>> 32)); String str5 = this.i; int hashCode5 = str5 != null ? str5.hashCode() : 0; String str6 = this.f8457o; int hashCode6 = str6 != null ? str6.hashCode() : 0; C1202Xx c1202Xx = this.f; int hashCode7 = c1202Xx != null ? c1202Xx.hashCode() : 0; boolean z = this.k; String str7 = this.d; int hashCode8 = str7 != null ? str7.hashCode() : 0; String str8 = this.h; int hashCode9 = str8 != null ? str8.hashCode() : 0; String str9 = this.g; return (((((((((((((((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + i) * 31) + hashCode5) * 31) + hashCode6) * 31) + hashCode7) * 31) + (z ? 1 : 0)) * 31) + hashCode8) * 31) + hashCode9) * 31) + (str9 != null ? str9.hashCode() : 0); } @Override // o.EQ, android.os.Parcelable public void writeToParcel(Parcel parcel, int i) { parcel.writeString(this.a); parcel.writeString(this.j); parcel.writeString(this.l); parcel.writeString(this.m); parcel.writeDouble(this.c); parcel.writeString(this.i); parcel.writeString(this.f8457o); parcel.writeParcelable(this.f, i); parcel.writeString(this.b); parcel.writeByte(this.k ? (byte) 1 : (byte) 0); parcel.writeString(this.d); parcel.writeString(this.h); parcel.writeString(this.g); } protected C1203Xy(Parcel parcel) { this.a = parcel.readString(); this.j = parcel.readString(); this.l = parcel.readString(); this.m = parcel.readString(); this.c = parcel.readDouble(); this.i = parcel.readString(); this.f8457o = parcel.readString(); this.f = (C1202Xx) parcel.readParcelable(C1202Xx.class.getClassLoader()); this.b = parcel.readString(); this.k = parcel.readByte() != 0; this.d = parcel.readString(); this.h = parcel.readString(); this.g = parcel.readString(); } public /* synthetic */ C1203Xy() { } }