107 lines
2.8 KiB
Java
107 lines
2.8 KiB
Java
package o;
|
|
|
|
import android.os.Parcel;
|
|
import android.os.Parcelable;
|
|
import java.util.LinkedList;
|
|
|
|
/* renamed from: o.Qc, reason: case insensitive filesystem */
|
|
/* loaded from: classes3.dex */
|
|
public final class C0859Qc extends OD implements Parcelable {
|
|
public static final Parcelable.Creator<C0859Qc> CREATOR = new Parcelable.Creator<C0859Qc>() { // from class: o.Qc.3
|
|
@Override // android.os.Parcelable.Creator
|
|
public final /* synthetic */ C0859Qc createFromParcel(Parcel parcel) {
|
|
return new C0859Qc(parcel);
|
|
}
|
|
|
|
@Override // android.os.Parcelable.Creator
|
|
public final /* bridge */ /* synthetic */ C0859Qc[] newArray(int i) {
|
|
return new C0859Qc[i];
|
|
}
|
|
};
|
|
public String u;
|
|
public String w;
|
|
public String x;
|
|
|
|
/* renamed from: o.Qc$RVV */
|
|
/* loaded from: classes3.dex */
|
|
public static final class RVV {
|
|
public String a;
|
|
public String b;
|
|
public String c;
|
|
public String d;
|
|
public String e;
|
|
public boolean f;
|
|
public boolean g;
|
|
public boolean h;
|
|
public String i;
|
|
public OL j;
|
|
public String k;
|
|
public String l;
|
|
public boolean m;
|
|
public LinkedList<OP> n;
|
|
|
|
/* renamed from: o, reason: collision with root package name */
|
|
public String f8330o;
|
|
public String p;
|
|
public String q;
|
|
public String r;
|
|
public String s;
|
|
public String t;
|
|
public String u;
|
|
public String v;
|
|
}
|
|
|
|
@Override // o.OD, o.EQ, android.os.Parcelable
|
|
public final int describeContents() {
|
|
return 0;
|
|
}
|
|
|
|
private C0859Qc(RVV rvv) {
|
|
this.p = rvv.v;
|
|
this.n = rvv.l;
|
|
this.s = rvv.r;
|
|
this.u = rvv.i;
|
|
this.m = rvv.q;
|
|
this.j = rvv.k;
|
|
this.q = rvv.p;
|
|
this.r = rvv.t;
|
|
this.a = rvv.j;
|
|
this.d = rvv.d;
|
|
this.c = rvv.e;
|
|
this.l = rvv.f8330o;
|
|
this.i = rvv.m;
|
|
this.t = rvv.u;
|
|
this.h = rvv.g;
|
|
this.w = rvv.a;
|
|
this.x = rvv.c;
|
|
this.k = rvv.n;
|
|
this.f = rvv.f;
|
|
this.f8294o = rvv.s;
|
|
this.b = rvv.b;
|
|
this.g = rvv.h;
|
|
}
|
|
|
|
protected C0859Qc(Parcel parcel) {
|
|
super(parcel);
|
|
this.u = parcel.readString();
|
|
this.w = parcel.readString();
|
|
this.x = parcel.readString();
|
|
}
|
|
|
|
public static RVV e() {
|
|
return new RVV();
|
|
}
|
|
|
|
@Override // o.OD, o.EQ, android.os.Parcelable
|
|
public final void writeToParcel(Parcel parcel, int i) {
|
|
super.writeToParcel(parcel, i);
|
|
parcel.writeString(this.u);
|
|
parcel.writeString(this.w);
|
|
parcel.writeString(this.x);
|
|
}
|
|
|
|
public /* synthetic */ C0859Qc(RVV rvv, byte b) {
|
|
this(rvv);
|
|
}
|
|
}
|