69 lines
2.0 KiB
Java
69 lines
2.0 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.Qa, reason: case insensitive filesystem */
|
||
|
/* loaded from: classes3.dex */
|
||
|
public final class C0855Qa extends EQ implements Parcelable {
|
||
|
public static final Parcelable.Creator<C0855Qa> CREATOR = new HBt();
|
||
|
public final List<C0845Pv> d;
|
||
|
|
||
|
private /* synthetic */ C0855Qa(byte b) {
|
||
|
this((List<C0845Pv>) null);
|
||
|
}
|
||
|
|
||
|
public C0855Qa(List<C0845Pv> list) {
|
||
|
this.d = list;
|
||
|
}
|
||
|
|
||
|
/* renamed from: o.Qa$HBt */
|
||
|
/* loaded from: classes3.dex */
|
||
|
public static final class HBt implements Parcelable.Creator<C0855Qa> {
|
||
|
@Override // android.os.Parcelable.Creator
|
||
|
public final /* synthetic */ C0855Qa createFromParcel(Parcel parcel) {
|
||
|
ArrayList arrayList;
|
||
|
C14957gcv.e(parcel, "");
|
||
|
if (parcel.readInt() == 0) {
|
||
|
arrayList = null;
|
||
|
} else {
|
||
|
int readInt = parcel.readInt();
|
||
|
ArrayList arrayList2 = new ArrayList(readInt);
|
||
|
for (int i = 0; i != readInt; i++) {
|
||
|
arrayList2.add(C0845Pv.CREATOR.createFromParcel(parcel));
|
||
|
}
|
||
|
arrayList = arrayList2;
|
||
|
}
|
||
|
return new C0855Qa(arrayList);
|
||
|
}
|
||
|
|
||
|
@Override // android.os.Parcelable.Creator
|
||
|
public final /* bridge */ /* synthetic */ C0855Qa[] newArray(int i) {
|
||
|
return new C0855Qa[i];
|
||
|
}
|
||
|
}
|
||
|
|
||
|
@Override // o.EQ, android.os.Parcelable
|
||
|
public final void writeToParcel(Parcel parcel, int i) {
|
||
|
C14957gcv.e(parcel, "");
|
||
|
List<C0845Pv> list = this.d;
|
||
|
if (list == null) {
|
||
|
parcel.writeInt(0);
|
||
|
return;
|
||
|
}
|
||
|
parcel.writeInt(1);
|
||
|
parcel.writeInt(list.size());
|
||
|
Iterator<C0845Pv> it = list.iterator();
|
||
|
while (it.hasNext()) {
|
||
|
it.next().writeToParcel(parcel, i);
|
||
|
}
|
||
|
}
|
||
|
|
||
|
public C0855Qa() {
|
||
|
this((byte) 0);
|
||
|
}
|
||
|
}
|