mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-12 08:31:28 +00:00
57 lines
1.8 KiB
Plaintext
Vendored
57 lines
1.8 KiB
Plaintext
Vendored
public static class User$Creator : java/lang/Object, android/os/Parcelable$Creator {
|
|
public void <init>()
|
|
|
|
public final java.lang.Object createFromParcel(android.os.Parcel p0) {
|
|
LABEL (L0)
|
|
ALOAD (1)
|
|
LDC (in)
|
|
INVOKESTATIC (kotlin/jvm/internal/Intrinsics, checkParameterIsNotNull, (Ljava/lang/Object;Ljava/lang/String;)V)
|
|
NEW
|
|
DUP
|
|
ALOAD (1)
|
|
INVOKEVIRTUAL (android/os/Parcel, readStrongBinder, ()Landroid/os/IBinder;)
|
|
ALOAD (1)
|
|
INVOKEVIRTUAL (android/os/Parcel, readStrongInterface, ()Landroid/os/IInterface;)
|
|
INVOKESPECIAL (User, <init>, (Landroid/os/IBinder;Landroid/os/IInterface;)V)
|
|
ARETURN
|
|
LABEL (L1)
|
|
}
|
|
|
|
public final User[] newArray(int p0)
|
|
}
|
|
|
|
public final class User : java/lang/Object, android/os/Parcelable {
|
|
public final static User$Creator CREATOR
|
|
|
|
private final android.os.IBinder binder
|
|
|
|
private final android.os.IInterface intf
|
|
|
|
static void <clinit>()
|
|
|
|
public void <init>(android.os.IBinder p0, android.os.IInterface p1)
|
|
|
|
public final int describeContents()
|
|
|
|
public final android.os.IBinder getBinder()
|
|
|
|
public final android.os.IInterface getIntf()
|
|
|
|
public final void writeToParcel(android.os.Parcel p0, int p1) {
|
|
LABEL (L0)
|
|
ALOAD (1)
|
|
LDC (parcel)
|
|
INVOKESTATIC (kotlin/jvm/internal/Intrinsics, checkParameterIsNotNull, (Ljava/lang/Object;Ljava/lang/String;)V)
|
|
ALOAD (1)
|
|
ALOAD (0)
|
|
GETFIELD (binder, Landroid/os/IBinder;)
|
|
INVOKEVIRTUAL (android/os/Parcel, writeStrongBinder, (Landroid/os/IBinder;)V)
|
|
ALOAD (1)
|
|
ALOAD (0)
|
|
GETFIELD (intf, Landroid/os/IInterface;)
|
|
INVOKEVIRTUAL (android/os/Parcel, writeStrongInterface, (Landroid/os/IInterface;)V)
|
|
RETURN
|
|
LABEL (L1)
|
|
}
|
|
}
|