74 lines
2.4 KiB
Java
74 lines
2.4 KiB
Java
|
package o;
|
||
|
|
||
|
import android.os.Parcel;
|
||
|
import android.os.Parcelable;
|
||
|
import java.util.ArrayList;
|
||
|
import java.util.Iterator;
|
||
|
import java.util.List;
|
||
|
|
||
|
/* renamed from: o.Fr, reason: case insensitive filesystem */
|
||
|
/* loaded from: classes3.dex */
|
||
|
public final class C0398Fr implements Parcelable {
|
||
|
public static final Parcelable.Creator<C0398Fr> CREATOR = new RVV();
|
||
|
private final String a;
|
||
|
public final List<C0406Fx> b;
|
||
|
public final String c;
|
||
|
public final YM d;
|
||
|
public final String e;
|
||
|
|
||
|
@Override // android.os.Parcelable
|
||
|
public final int describeContents() {
|
||
|
return 0;
|
||
|
}
|
||
|
|
||
|
public C0398Fr(YM ym, String str, String str2, List<C0406Fx> list, String str3) {
|
||
|
C14957gcv.e(ym, "");
|
||
|
C14957gcv.e(str, "");
|
||
|
C14957gcv.e(str2, "");
|
||
|
C14957gcv.e(list, "");
|
||
|
this.d = ym;
|
||
|
this.c = str;
|
||
|
this.e = str2;
|
||
|
this.b = list;
|
||
|
this.a = str3;
|
||
|
}
|
||
|
|
||
|
/* renamed from: o.Fr$RVV */
|
||
|
/* loaded from: classes3.dex */
|
||
|
public static final class RVV implements Parcelable.Creator<C0398Fr> {
|
||
|
@Override // android.os.Parcelable.Creator
|
||
|
public final /* synthetic */ C0398Fr createFromParcel(Parcel parcel) {
|
||
|
C14957gcv.e(parcel, "");
|
||
|
YM valueOf = YM.valueOf(parcel.readString());
|
||
|
String readString = parcel.readString();
|
||
|
String readString2 = parcel.readString();
|
||
|
int readInt = parcel.readInt();
|
||
|
ArrayList arrayList = new ArrayList(readInt);
|
||
|
for (int i = 0; i != readInt; i++) {
|
||
|
arrayList.add(C0406Fx.CREATOR.createFromParcel(parcel));
|
||
|
}
|
||
|
return new C0398Fr(valueOf, readString, readString2, arrayList, parcel.readString());
|
||
|
}
|
||
|
|
||
|
@Override // android.os.Parcelable.Creator
|
||
|
public final /* bridge */ /* synthetic */ C0398Fr[] newArray(int i) {
|
||
|
return new C0398Fr[i];
|
||
|
}
|
||
|
}
|
||
|
|
||
|
@Override // android.os.Parcelable
|
||
|
public final void writeToParcel(Parcel parcel, int i) {
|
||
|
C14957gcv.e(parcel, "");
|
||
|
parcel.writeString(this.d.name());
|
||
|
parcel.writeString(this.c);
|
||
|
parcel.writeString(this.e);
|
||
|
List<C0406Fx> list = this.b;
|
||
|
parcel.writeInt(list.size());
|
||
|
Iterator<C0406Fx> it = list.iterator();
|
||
|
while (it.hasNext()) {
|
||
|
it.next().writeToParcel(parcel, i);
|
||
|
}
|
||
|
parcel.writeString(this.a);
|
||
|
}
|
||
|
}
|