222 lines
7.7 KiB
Java
222 lines
7.7 KiB
Java
package o;
|
|
|
|
import android.os.Parcel;
|
|
import android.os.Parcelable;
|
|
|
|
/* renamed from: o.Xp, reason: case insensitive filesystem */
|
|
/* loaded from: classes3.dex */
|
|
public class C1191Xp implements Parcelable {
|
|
public static final Parcelable.Creator<C1191Xp> CREATOR = new Parcelable.Creator<C1191Xp>() { // from class: o.Xp.3
|
|
@Override // android.os.Parcelable.Creator
|
|
public final /* synthetic */ C1191Xp createFromParcel(Parcel parcel) {
|
|
return new C1191Xp(parcel);
|
|
}
|
|
|
|
@Override // android.os.Parcelable.Creator
|
|
public final /* bridge */ /* synthetic */ C1191Xp[] newArray(int i) {
|
|
return new C1191Xp[i];
|
|
}
|
|
};
|
|
public Boolean a;
|
|
private String b;
|
|
public String f;
|
|
public String g;
|
|
public XY h;
|
|
public String i;
|
|
public TO j;
|
|
public C1188Xn k;
|
|
public String l;
|
|
public boolean m;
|
|
public String n;
|
|
|
|
/* renamed from: o, reason: collision with root package name */
|
|
public boolean f8452o;
|
|
public C1189Xo p;
|
|
public String q;
|
|
public String r;
|
|
public String s;
|
|
public String t;
|
|
public XU x;
|
|
|
|
@Override // android.os.Parcelable
|
|
public int describeContents() {
|
|
return 0;
|
|
}
|
|
|
|
public C1191Xp() {
|
|
this.f8452o = false;
|
|
}
|
|
|
|
public C1191Xp(Parcel parcel) {
|
|
Boolean valueOf;
|
|
this.f8452o = false;
|
|
this.l = parcel.readString();
|
|
this.s = parcel.readString();
|
|
this.f = parcel.readString();
|
|
this.r = parcel.readString();
|
|
this.t = parcel.readString();
|
|
this.g = parcel.readString();
|
|
this.b = parcel.readString();
|
|
this.m = parcel.readByte() != 0;
|
|
this.n = parcel.readString();
|
|
this.i = parcel.readString();
|
|
this.h = (XY) parcel.readParcelable(XY.class.getClassLoader());
|
|
this.p = (C1189Xo) parcel.readParcelable(C1189Xo.class.getClassLoader());
|
|
byte readByte = parcel.readByte();
|
|
if (readByte == 0) {
|
|
valueOf = null;
|
|
} else {
|
|
valueOf = Boolean.valueOf(readByte == 1);
|
|
}
|
|
this.a = valueOf;
|
|
this.j = (TO) parcel.readParcelable(TO.class.getClassLoader());
|
|
this.q = parcel.readString();
|
|
this.f8452o = parcel.readByte() != 0;
|
|
this.x = (XU) parcel.readParcelable(XU.class.getClassLoader());
|
|
}
|
|
|
|
@Override // android.os.Parcelable
|
|
public void writeToParcel(Parcel parcel, int i) {
|
|
int i2;
|
|
parcel.writeString(this.l);
|
|
parcel.writeString(this.s);
|
|
parcel.writeString(this.f);
|
|
parcel.writeString(this.r);
|
|
parcel.writeString(this.t);
|
|
parcel.writeString(this.g);
|
|
parcel.writeString(this.b);
|
|
parcel.writeByte(this.m ? (byte) 1 : (byte) 0);
|
|
parcel.writeString(this.n);
|
|
parcel.writeString(this.i);
|
|
parcel.writeParcelable(this.h, i);
|
|
parcel.writeParcelable(this.p, i);
|
|
Boolean bool = this.a;
|
|
if (bool == null) {
|
|
i2 = 0;
|
|
} else {
|
|
i2 = bool.booleanValue() ? 1 : 2;
|
|
}
|
|
parcel.writeByte((byte) i2);
|
|
parcel.writeParcelable(this.j, i);
|
|
parcel.writeString(this.q);
|
|
parcel.writeByte(this.f8452o ? (byte) 1 : (byte) 0);
|
|
parcel.writeParcelable(this.x, i);
|
|
}
|
|
|
|
public boolean equals(Object obj) {
|
|
if (this == obj) {
|
|
return true;
|
|
}
|
|
if (obj == null || getClass() != obj.getClass()) {
|
|
return false;
|
|
}
|
|
C1191Xp c1191Xp = (C1191Xp) obj;
|
|
if (this.m != c1191Xp.m) {
|
|
return false;
|
|
}
|
|
String str = this.l;
|
|
if (str == null ? c1191Xp.l != null : !str.equals(c1191Xp.l)) {
|
|
return false;
|
|
}
|
|
String str2 = this.s;
|
|
if (str2 == null ? c1191Xp.s != null : !str2.equals(c1191Xp.s)) {
|
|
return false;
|
|
}
|
|
String str3 = this.f;
|
|
if (str3 == null ? c1191Xp.f != null : !str3.equals(c1191Xp.f)) {
|
|
return false;
|
|
}
|
|
String str4 = this.r;
|
|
if (str4 == null ? c1191Xp.r != null : !str4.equals(c1191Xp.r)) {
|
|
return false;
|
|
}
|
|
String str5 = this.t;
|
|
if (str5 == null ? c1191Xp.t != null : !str5.equals(c1191Xp.t)) {
|
|
return false;
|
|
}
|
|
String str6 = this.g;
|
|
if (str6 == null ? c1191Xp.g != null : !str6.equals(c1191Xp.g)) {
|
|
return false;
|
|
}
|
|
String str7 = this.b;
|
|
if (str7 == null ? c1191Xp.b != null : !str7.equals(c1191Xp.b)) {
|
|
return false;
|
|
}
|
|
String str8 = this.n;
|
|
if (str8 == null ? c1191Xp.n != null : !str8.equals(c1191Xp.n)) {
|
|
return false;
|
|
}
|
|
String str9 = this.q;
|
|
if (str9 == null ? c1191Xp.q != null : !str9.equals(c1191Xp.q)) {
|
|
return false;
|
|
}
|
|
String str10 = this.i;
|
|
if (str10 == null ? c1191Xp.i != null : !str10.equals(c1191Xp.i)) {
|
|
return false;
|
|
}
|
|
XY xy = this.h;
|
|
if (xy == null ? c1191Xp.h != null : !xy.equals(c1191Xp.h)) {
|
|
return false;
|
|
}
|
|
TO to = this.j;
|
|
if (to == null ? c1191Xp.j != null : !to.equals(c1191Xp.j)) {
|
|
return false;
|
|
}
|
|
Boolean bool = this.a;
|
|
if (bool == null ? c1191Xp.a != null : !bool.equals(c1191Xp.a)) {
|
|
return false;
|
|
}
|
|
if (this.f8452o != c1191Xp.f8452o) {
|
|
return false;
|
|
}
|
|
C1188Xn c1188Xn = this.k;
|
|
if (c1188Xn == null ? c1191Xp.k != null : c1188Xn.equals(c1191Xp.k)) {
|
|
return false;
|
|
}
|
|
XU xu = this.x;
|
|
if (xu == null ? c1191Xp.x != null : !xu.equals(c1191Xp.x)) {
|
|
return false;
|
|
}
|
|
C1189Xo c1189Xo = this.p;
|
|
C1189Xo c1189Xo2 = c1191Xp.p;
|
|
return c1189Xo != null ? c1189Xo.equals(c1189Xo2) : c1189Xo2 == null;
|
|
}
|
|
|
|
public int hashCode() {
|
|
String str = this.l;
|
|
int hashCode = str != null ? str.hashCode() : 0;
|
|
String str2 = this.s;
|
|
int hashCode2 = str2 != null ? str2.hashCode() : 0;
|
|
String str3 = this.f;
|
|
int hashCode3 = str3 != null ? str3.hashCode() : 0;
|
|
String str4 = this.r;
|
|
int hashCode4 = str4 != null ? str4.hashCode() : 0;
|
|
String str5 = this.t;
|
|
int hashCode5 = str5 != null ? str5.hashCode() : 0;
|
|
String str6 = this.g;
|
|
int hashCode6 = str6 != null ? str6.hashCode() : 0;
|
|
String str7 = this.b;
|
|
int hashCode7 = str7 != null ? str7.hashCode() : 0;
|
|
boolean z = this.m;
|
|
String str8 = this.n;
|
|
int hashCode8 = str8 != null ? str8.hashCode() : 0;
|
|
String str9 = this.q;
|
|
int hashCode9 = str9 != null ? str9.hashCode() : 0;
|
|
String str10 = this.i;
|
|
int hashCode10 = str10 != null ? str10.hashCode() : 0;
|
|
XY xy = this.h;
|
|
int hashCode11 = xy != null ? xy.hashCode() : 0;
|
|
C1189Xo c1189Xo = this.p;
|
|
int hashCode12 = c1189Xo != null ? c1189Xo.hashCode() : 0;
|
|
C1188Xn c1188Xn = this.k;
|
|
int hashCode13 = c1188Xn != null ? c1188Xn.hashCode() : 0;
|
|
Boolean bool = this.a;
|
|
int hashCode14 = bool != null ? bool.hashCode() : 0;
|
|
TO to = this.j;
|
|
int hashCode15 = to != null ? to.hashCode() : 0;
|
|
boolean z2 = this.f8452o;
|
|
XU xu = this.x;
|
|
return (((((((((((((((((((((((((((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + hashCode6) * 31) + hashCode7) * 31) + (z ? 1 : 0)) * 31) + hashCode8) * 31) + hashCode9) * 31) + hashCode10) * 31) + hashCode11) * 31) + hashCode12) * 31) + hashCode13) * 31) + hashCode14) * 31) + hashCode15) * 31) + (z2 ? 1 : 0)) * 31) + (xu != null ? xu.hashCode() : 0);
|
|
}
|
|
}
|