package o; import android.os.Parcel; import android.os.Parcelable; /* renamed from: o.Vc, reason: case insensitive filesystem */ /* loaded from: classes3.dex */ public final class C1078Vc extends UV { public static final Parcelable.Creator CREATOR = new Parcelable.Creator() { // from class: o.Vc.5 @Override // android.os.Parcelable.Creator public final /* synthetic */ C1078Vc createFromParcel(Parcel parcel) { return new C1078Vc(parcel); } @Override // android.os.Parcelable.Creator public final /* bridge */ /* synthetic */ C1078Vc[] newArray(int i) { return new C1078Vc[i]; } }; public String b; @Override // android.os.Parcelable public final int describeContents() { return 0; } private C1078Vc(LWm lWm) { this.r = lWm.d; this.s = lWm.a; this.b = lWm.b; } public static LWm e() { return new LWm((byte) 0); } public final boolean equals(Object obj) { if (this == obj) { return true; } if (obj == null || getClass() != obj.getClass()) { return false; } String str = this.b; String str2 = ((C1078Vc) obj).b; if (str != null) { if (!str.equals(str2)) { return true; } } else if (str2 != null) { return true; } return false; } public final int hashCode() { String str = this.b; if (str != null) { return str.hashCode(); } return 0; } @Override // android.os.Parcelable public final void writeToParcel(Parcel parcel, int i) { parcel.writeString(this.b); parcel.writeByte(this.r ? (byte) 1 : (byte) 0); parcel.writeInt(this.s); } protected C1078Vc(Parcel parcel) { this.b = parcel.readString(); this.r = parcel.readByte() != 0; this.s = parcel.readInt(); } /* renamed from: o.Vc$LWm */ /* loaded from: classes3.dex */ public static final class LWm { public int a; public String b; public boolean d; private LWm() { } /* synthetic */ LWm(byte b) { this(); } } public /* synthetic */ C1078Vc(LWm lWm, byte b) { this(lWm); } }