NetMirror.apk
Download file
package androidx.fragment.app;
import android.os.Parcel;
import android.os.Parcelable;
import java.util.List;
/* JADX INFO: renamed from: androidx.fragment.app.c, reason: case insensitive filesystem */
/* JADX INFO: loaded from: classes.dex */
class C0281c implements Parcelable {
public static final Parcelable.Creator<C0281c> CREATOR = new a();
/* JADX INFO: renamed from: a, reason: collision with root package name */
final List f5074a;
/* JADX INFO: renamed from: b, reason: collision with root package name */
final List f5075b;
/* JADX INFO: renamed from: androidx.fragment.app.c$a */
class a implements Parcelable.Creator {
a() {
}
@Override // android.os.Parcelable.Creator
/* JADX INFO: renamed from: a, reason: merged with bridge method [inline-methods] */
public C0281c createFromParcel(Parcel parcel) {
return new C0281c(parcel);
}
@Override // android.os.Parcelable.Creator
/* JADX INFO: renamed from: b, reason: merged with bridge method [inline-methods] */
public C0281c[] newArray(int i3) {
return new C0281c[i3];
}
}
C0281c(Parcel parcel) {
this.f5074a = parcel.createStringArrayList();
this.f5075b = parcel.createTypedArrayList(C0280b.CREATOR);
}
@Override // android.os.Parcelable
public int describeContents() {
return 0;
}
@Override // android.os.Parcelable
public void writeToParcel(Parcel parcel, int i3) {
parcel.writeStringList(this.f5074a);
parcel.writeTypedList(this.f5075b);
}
}
⚠️ This content was hidden by an advertisement filtering extension in your browser. Please disable it and reload the page to access the decompiled content.
We only display one small text ad to keep this service free. Here's what it looks like:
Read the Docs for Business: You write the docs. We do the rest.
Try it today!Ad by EthicalAds
Download file