88 lines
2.7 KiB
Java
88 lines
2.7 KiB
Java
package o;
|
|
|
|
import android.os.Parcel;
|
|
import android.os.Parcelable;
|
|
|
|
/* renamed from: o.Fc, reason: case insensitive filesystem */
|
|
/* loaded from: classes3.dex */
|
|
public final class C0369Fc implements Parcelable {
|
|
public static final Parcelable.Creator<C0369Fc> CREATOR = new LWm();
|
|
public final boolean c;
|
|
public final String d;
|
|
public final String e;
|
|
|
|
@Override // android.os.Parcelable
|
|
public final int describeContents() {
|
|
return 0;
|
|
}
|
|
|
|
public C0369Fc(boolean z, String str, String str2) {
|
|
C14957gcv.e(str, "");
|
|
C14957gcv.e(str2, "");
|
|
this.c = z;
|
|
this.d = str;
|
|
this.e = str2;
|
|
}
|
|
|
|
/* renamed from: o.Fc$LWm */
|
|
/* loaded from: classes3.dex */
|
|
public static final class LWm implements Parcelable.Creator<C0369Fc> {
|
|
@Override // android.os.Parcelable.Creator
|
|
public final /* synthetic */ C0369Fc createFromParcel(Parcel parcel) {
|
|
C14957gcv.e(parcel, "");
|
|
return new C0369Fc(parcel.readInt() != 0, parcel.readString(), parcel.readString());
|
|
}
|
|
|
|
@Override // android.os.Parcelable.Creator
|
|
public final /* bridge */ /* synthetic */ C0369Fc[] newArray(int i) {
|
|
return new C0369Fc[i];
|
|
}
|
|
}
|
|
|
|
@Override // android.os.Parcelable
|
|
public final void writeToParcel(Parcel parcel, int i) {
|
|
C14957gcv.e(parcel, "");
|
|
parcel.writeInt(this.c ? 1 : 0);
|
|
parcel.writeString(this.d);
|
|
parcel.writeString(this.e);
|
|
}
|
|
|
|
public final String toString() {
|
|
boolean z = this.c;
|
|
String str = this.d;
|
|
String str2 = this.e;
|
|
StringBuilder sb = new StringBuilder("TermsAndConsCheckBoxDisplay(showBothCheckbox=");
|
|
sb.append(z);
|
|
sb.append(", firstCheckboxMessage=");
|
|
sb.append(str);
|
|
sb.append(", secondCheckboxMessage=");
|
|
sb.append(str2);
|
|
sb.append(")");
|
|
return sb.toString();
|
|
}
|
|
|
|
/* JADX WARN: Multi-variable type inference failed */
|
|
/* JADX WARN: Type inference failed for: r0v1, types: [int] */
|
|
/* JADX WARN: Type inference failed for: r0v6 */
|
|
/* JADX WARN: Type inference failed for: r0v7 */
|
|
public final int hashCode() {
|
|
boolean z = this.c;
|
|
?? r0 = z;
|
|
if (z) {
|
|
r0 = 1;
|
|
}
|
|
return (((r0 * 31) + this.d.hashCode()) * 31) + this.e.hashCode();
|
|
}
|
|
|
|
public final boolean equals(Object obj) {
|
|
if (this == obj) {
|
|
return true;
|
|
}
|
|
if (!(obj instanceof C0369Fc)) {
|
|
return false;
|
|
}
|
|
C0369Fc c0369Fc = (C0369Fc) obj;
|
|
return this.c == c0369Fc.c && C14957gcv.b((Object) this.d, (Object) c0369Fc.d) && C14957gcv.b((Object) this.e, (Object) c0369Fc.e);
|
|
}
|
|
}
|