129 lines
3.4 KiB
Java
129 lines
3.4 KiB
Java
|
package o;
|
||
|
|
||
|
import android.os.Parcel;
|
||
|
import android.os.Parcelable;
|
||
|
import o.QO;
|
||
|
|
||
|
/* loaded from: classes3.dex */
|
||
|
public class QK extends QO implements Parcelable {
|
||
|
public static final Parcelable.Creator<QK> CREATOR = new Parcelable.Creator<QK>() { // from class: o.QK.1
|
||
|
@Override // android.os.Parcelable.Creator
|
||
|
public final /* synthetic */ QK createFromParcel(Parcel parcel) {
|
||
|
return new QK(parcel);
|
||
|
}
|
||
|
|
||
|
@Override // android.os.Parcelable.Creator
|
||
|
public final /* bridge */ /* synthetic */ QK[] newArray(int i) {
|
||
|
return new QK[i];
|
||
|
}
|
||
|
};
|
||
|
public boolean a;
|
||
|
public String b;
|
||
|
public int c;
|
||
|
public String e;
|
||
|
|
||
|
@Override // o.QO, o.EM, android.os.Parcelable
|
||
|
public int describeContents() {
|
||
|
return 0;
|
||
|
}
|
||
|
|
||
|
private QK(LWm lWm) {
|
||
|
super(lWm);
|
||
|
this.b = lWm.a;
|
||
|
this.e = lWm.c;
|
||
|
this.c = lWm.d;
|
||
|
this.a = lWm.e;
|
||
|
}
|
||
|
|
||
|
protected QK(Parcel parcel) {
|
||
|
super(parcel);
|
||
|
this.b = parcel.readString();
|
||
|
this.e = parcel.readString();
|
||
|
this.a = parcel.readByte() != 0;
|
||
|
this.c = parcel.readInt();
|
||
|
}
|
||
|
|
||
|
@Override // o.QO, o.EM
|
||
|
public final void UU_(Parcel parcel, int i) {
|
||
|
super.UU_(parcel, i);
|
||
|
parcel.writeString(this.b);
|
||
|
parcel.writeString(this.e);
|
||
|
parcel.writeByte(this.a ? (byte) 1 : (byte) 0);
|
||
|
parcel.writeInt(this.c);
|
||
|
}
|
||
|
|
||
|
public static LWm e() {
|
||
|
return new LWm((byte) 0);
|
||
|
}
|
||
|
|
||
|
/* loaded from: classes3.dex */
|
||
|
public static final class LWm extends QO.IeS<LWm> {
|
||
|
public String a;
|
||
|
public String c;
|
||
|
public int d;
|
||
|
public boolean e;
|
||
|
|
||
|
private LWm() {
|
||
|
super(YD.ICON);
|
||
|
this.e = false;
|
||
|
}
|
||
|
|
||
|
@Override // o.QO.IeS
|
||
|
public final /* synthetic */ QO d() {
|
||
|
return new QK(this, (byte) 0);
|
||
|
}
|
||
|
|
||
|
/* synthetic */ LWm(byte b) {
|
||
|
this();
|
||
|
}
|
||
|
}
|
||
|
|
||
|
@Override // o.QO, o.EM
|
||
|
public String toString() {
|
||
|
StringBuilder sb = new StringBuilder("ItemIconCustomDisplay{componentRightExtraDetails='");
|
||
|
sb.append(this.b);
|
||
|
sb.append("', imagePath='");
|
||
|
sb.append(this.e);
|
||
|
sb.append("', usePSLfont='");
|
||
|
sb.append(this.a);
|
||
|
sb.append("', defaultIcon='");
|
||
|
sb.append(this.c);
|
||
|
sb.append("'}");
|
||
|
return sb.toString();
|
||
|
}
|
||
|
|
||
|
@Override // o.QO, o.EM
|
||
|
public boolean equals(Object obj) {
|
||
|
if (this == obj) {
|
||
|
return true;
|
||
|
}
|
||
|
if (obj == null || getClass() != obj.getClass() || !super.equals(obj)) {
|
||
|
return false;
|
||
|
}
|
||
|
QK qk = (QK) obj;
|
||
|
if (this.a != qk.a || this.c != qk.c) {
|
||
|
return false;
|
||
|
}
|
||
|
String str = this.b;
|
||
|
if (str == null ? qk.b != null : !str.equals(qk.b)) {
|
||
|
return false;
|
||
|
}
|
||
|
String str2 = this.e;
|
||
|
String str3 = qk.e;
|
||
|
return str2 != null ? str2.equals(str3) : str3 == null;
|
||
|
}
|
||
|
|
||
|
@Override // o.QO, o.EM
|
||
|
public int hashCode() {
|
||
|
int hashCode = super.hashCode();
|
||
|
String str = this.b;
|
||
|
int hashCode2 = str != null ? str.hashCode() : 0;
|
||
|
String str2 = this.e;
|
||
|
return (((((((hashCode * 31) + hashCode2) * 31) + (str2 != null ? str2.hashCode() : 0)) * 31) + (this.a ? 1 : 0)) * 31) + this.c;
|
||
|
}
|
||
|
|
||
|
public /* synthetic */ QK(LWm lWm, byte b) {
|
||
|
this(lWm);
|
||
|
}
|
||
|
}
|