126 lines
3.7 KiB
Java
126 lines
3.7 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.Fi, reason: case insensitive filesystem */
|
|
/* loaded from: classes3.dex */
|
|
public class C0383Fi extends EQ implements Parcelable {
|
|
public static final Parcelable.Creator<C0383Fi> CREATOR;
|
|
private List<? extends C0386Fk> a;
|
|
public C0375Fe b;
|
|
public Integer c;
|
|
public String d;
|
|
private String f;
|
|
private String i;
|
|
|
|
public C0383Fi(String str, List<? extends C0386Fk> list, C0375Fe c0375Fe, String str2, Integer num, String str3) {
|
|
C14957gcv.e(list, "");
|
|
this.i = str;
|
|
this.a = list;
|
|
this.b = c0375Fe;
|
|
this.f = str2;
|
|
this.c = num;
|
|
this.d = str3;
|
|
}
|
|
|
|
/* renamed from: o.Fi$HBt */
|
|
/* loaded from: classes3.dex */
|
|
public static final class HBt {
|
|
private HBt() {
|
|
}
|
|
|
|
public /* synthetic */ HBt(byte b) {
|
|
this();
|
|
}
|
|
}
|
|
|
|
/* renamed from: o.Fi$LWm */
|
|
/* loaded from: classes3.dex */
|
|
public static final class LWm implements Parcelable.Creator<C0383Fi> {
|
|
@Override // android.os.Parcelable.Creator
|
|
public final /* synthetic */ C0383Fi createFromParcel(Parcel parcel) {
|
|
C14957gcv.e(parcel, "");
|
|
String readString = parcel.readString();
|
|
int readInt = parcel.readInt();
|
|
ArrayList arrayList = new ArrayList(readInt);
|
|
for (int i = 0; i != readInt; i++) {
|
|
arrayList.add(parcel.readParcelable(C0383Fi.class.getClassLoader()));
|
|
}
|
|
return new C0383Fi(readString, arrayList, parcel.readInt() == 0 ? null : C0375Fe.CREATOR.createFromParcel(parcel), parcel.readString(), parcel.readInt() == 0 ? null : Integer.valueOf(parcel.readInt()), parcel.readString());
|
|
}
|
|
|
|
@Override // android.os.Parcelable.Creator
|
|
public final /* bridge */ /* synthetic */ C0383Fi[] newArray(int i) {
|
|
return new C0383Fi[i];
|
|
}
|
|
}
|
|
|
|
public /* synthetic */ C0383Fi(String str, C14851gaI c14851gaI, int i) {
|
|
this((i & 1) != 0 ? null : str, (i & 2) != 0 ? C14851gaI.c : c14851gaI, null, null, null, null);
|
|
}
|
|
|
|
/* JADX WARN: Multi-variable type inference failed */
|
|
public static final C0383Fi a() {
|
|
return new C0383Fi(null, 0 == true ? 1 : 0, 63);
|
|
}
|
|
|
|
@Override // o.EQ, android.os.Parcelable
|
|
public void writeToParcel(Parcel parcel, int i) {
|
|
C14957gcv.e(parcel, "");
|
|
parcel.writeString(this.i);
|
|
List<? extends C0386Fk> list = this.a;
|
|
parcel.writeInt(list.size());
|
|
Iterator<? extends C0386Fk> it = list.iterator();
|
|
while (it.hasNext()) {
|
|
parcel.writeParcelable(it.next(), i);
|
|
}
|
|
C0375Fe c0375Fe = this.b;
|
|
if (c0375Fe == null) {
|
|
parcel.writeInt(0);
|
|
} else {
|
|
parcel.writeInt(1);
|
|
c0375Fe.writeToParcel(parcel, i);
|
|
}
|
|
parcel.writeString(this.f);
|
|
Integer num = this.c;
|
|
if (num == null) {
|
|
parcel.writeInt(0);
|
|
} else {
|
|
parcel.writeInt(1);
|
|
parcel.writeInt(num.intValue());
|
|
}
|
|
parcel.writeString(this.d);
|
|
}
|
|
|
|
public void d(String str) {
|
|
this.i = str;
|
|
}
|
|
|
|
public void e(List<? extends C0386Fk> list) {
|
|
C14957gcv.e(list, "");
|
|
this.a = list;
|
|
}
|
|
|
|
public String b() {
|
|
return this.i;
|
|
}
|
|
|
|
public List<C0386Fk> c() {
|
|
return this.a;
|
|
}
|
|
|
|
/* JADX WARN: Multi-variable type inference failed */
|
|
public C0383Fi() {
|
|
this(null, 0 == true ? 1 : 0, 63);
|
|
}
|
|
|
|
static {
|
|
new HBt((byte) 0);
|
|
CREATOR = new LWm();
|
|
}
|
|
}
|