72 lines
2.1 KiB
Java
72 lines
2.1 KiB
Java
package o;
|
|
|
|
import android.os.Parcel;
|
|
import android.os.Parcelable;
|
|
import java.util.List;
|
|
|
|
/* renamed from: o.Lf, reason: case insensitive filesystem */
|
|
/* loaded from: classes3.dex */
|
|
public class C0641Lf extends EQ implements Parcelable {
|
|
public static final Parcelable.Creator<C0641Lf> CREATOR = new Parcelable.Creator<C0641Lf>() { // from class: o.Lf.2
|
|
@Override // android.os.Parcelable.Creator
|
|
public final /* synthetic */ C0641Lf createFromParcel(Parcel parcel) {
|
|
return new C0641Lf(parcel);
|
|
}
|
|
|
|
@Override // android.os.Parcelable.Creator
|
|
public final /* bridge */ /* synthetic */ C0641Lf[] newArray(int i) {
|
|
return new C0641Lf[i];
|
|
}
|
|
};
|
|
public List<LE> a;
|
|
public String b;
|
|
public String c;
|
|
public List<LE> d;
|
|
public List<LE> f;
|
|
private boolean h;
|
|
|
|
/* renamed from: o.Lf$RVV */
|
|
/* loaded from: classes3.dex */
|
|
public static class RVV<T extends RVV<T>> {
|
|
public String a;
|
|
public List<LE> b;
|
|
public List<LE> c;
|
|
public boolean d;
|
|
public String e;
|
|
public List<LE> g;
|
|
}
|
|
|
|
@Override // o.EQ, android.os.Parcelable
|
|
public int describeContents() {
|
|
return 0;
|
|
}
|
|
|
|
public C0641Lf(RVV<?> rvv) {
|
|
this.h = rvv.d;
|
|
this.a = rvv.b;
|
|
this.f = rvv.g;
|
|
this.d = rvv.c;
|
|
this.c = rvv.a;
|
|
this.b = rvv.e;
|
|
}
|
|
|
|
public C0641Lf(Parcel parcel) {
|
|
this.h = parcel.readByte() != 0;
|
|
this.a = parcel.createTypedArrayList(LE.CREATOR);
|
|
this.f = parcel.createTypedArrayList(LE.CREATOR);
|
|
this.d = parcel.createTypedArrayList(LE.CREATOR);
|
|
this.c = parcel.readString();
|
|
this.b = parcel.readString();
|
|
}
|
|
|
|
@Override // o.EQ, android.os.Parcelable
|
|
public void writeToParcel(Parcel parcel, int i) {
|
|
parcel.writeByte(this.h ? (byte) 1 : (byte) 0);
|
|
parcel.writeTypedList(this.a);
|
|
parcel.writeTypedList(this.f);
|
|
parcel.writeTypedList(this.d);
|
|
parcel.writeString(this.c);
|
|
parcel.writeString(this.b);
|
|
}
|
|
}
|