NetMirror.apk
Download file
package androidx.versionedparcelable;
import android.os.Parcel;
import android.os.Parcelable;
/* JADX INFO: loaded from: classes.dex */
public class ParcelImpl implements Parcelable {
public static final Parcelable.Creator<ParcelImpl> CREATOR = new a();
/* JADX INFO: renamed from: a, reason: collision with root package name */
private final L.a f5555a;
static class a implements Parcelable.Creator {
a() {
}
@Override // android.os.Parcelable.Creator
/* JADX INFO: renamed from: a, reason: merged with bridge method [inline-methods] */
public ParcelImpl createFromParcel(Parcel parcel) {
return new ParcelImpl(parcel);
}
@Override // android.os.Parcelable.Creator
/* JADX INFO: renamed from: b, reason: merged with bridge method [inline-methods] */
public ParcelImpl[] newArray(int i3) {
return new ParcelImpl[i3];
}
}
public ParcelImpl(L.a aVar) {
this.f5555a = aVar;
}
@Override // android.os.Parcelable
public int describeContents() {
return 0;
}
@Override // android.os.Parcelable
public void writeToParcel(Parcel parcel, int i3) {
new b(parcel).L(this.f5555a);
}
protected ParcelImpl(Parcel parcel) {
this.f5555a = new b(parcel).u();
}
}
⚠️ 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