class android.content.IIntentReceiver$Stub$Proxy implements android.content.IIntentReceiver
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: android.content.IIntentReceiver$Stub$Proxy
  super_class: java.lang.Object
{
  private android.os.IBinder mRemote;
    descriptor: Landroid/os/IBinder;
    flags: (0x0002) ACC_PRIVATE

  void <init>(android.os.IBinder);
    descriptor: (Landroid/os/IBinder;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // android.content.IIntentReceiver$Stub$Proxy this
        start local 1 // android.os.IBinder remote
         0: .line 92
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 94
            aload 0 /* this */
            aload 1 /* remote */
            putfield android.content.IIntentReceiver$Stub$Proxy.mRemote:Landroid/os/IBinder;
         2: .line 95
            return
        end local 1 // android.os.IBinder remote
        end local 0 // android.content.IIntentReceiver$Stub$Proxy this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Landroid/content/IIntentReceiver$Stub$Proxy;
            0    3     1  remote  Landroid/os/IBinder;
    MethodParameters:
        Name  Flags
      remote  

  public android.os.IBinder asBinder();
    descriptor: ()Landroid/os/IBinder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.content.IIntentReceiver$Stub$Proxy this
         0: .line 98
            aload 0 /* this */
            getfield android.content.IIntentReceiver$Stub$Proxy.mRemote:Landroid/os/IBinder;
            areturn
        end local 0 // android.content.IIntentReceiver$Stub$Proxy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/content/IIntentReceiver$Stub$Proxy;

  public java.lang.String getInterfaceDescriptor();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.content.IIntentReceiver$Stub$Proxy this
         0: .line 102
            ldc "android.content.IIntentReceiver"
            areturn
        end local 0 // android.content.IIntentReceiver$Stub$Proxy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/content/IIntentReceiver$Stub$Proxy;

  public void performReceive(android.content.Intent, int, java.lang.String, android.os.Bundle, boolean, boolean, int);
    descriptor: (Landroid/content/Intent;ILjava/lang/String;Landroid/os/Bundle;ZZI)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=10, args_size=8
        start local 0 // android.content.IIntentReceiver$Stub$Proxy this
        start local 1 // android.content.Intent intent
        start local 2 // int resultCode
        start local 3 // java.lang.String data
        start local 4 // android.os.Bundle extras
        start local 5 // boolean ordered
        start local 6 // boolean sticky
        start local 7 // int sendingUser
         0: .line 106
            invokestatic android.os.Parcel.obtain:()Landroid/os/Parcel;
            astore 8 /* _data */
        start local 8 // android.os.Parcel _data
         1: .line 108
            aload 8 /* _data */
            ldc "android.content.IIntentReceiver"
            invokevirtual android.os.Parcel.writeInterfaceToken:(Ljava/lang/String;)V
         2: .line 109
            aload 1 /* intent */
            ifnull 6
         3: .line 110
            aload 8 /* _data */
            iconst_1
            invokevirtual android.os.Parcel.writeInt:(I)V
         4: .line 111
            aload 1 /* intent */
            aload 8 /* _data */
            iconst_0
            invokevirtual android.content.Intent.writeToParcel:(Landroid/os/Parcel;I)V
         5: .line 112
            goto 7
         6: .line 114
      StackMap locals: android.os.Parcel
      StackMap stack:
            aload 8 /* _data */
            iconst_0
            invokevirtual android.os.Parcel.writeInt:(I)V
         7: .line 116
      StackMap locals:
      StackMap stack:
            aload 8 /* _data */
            iload 2 /* resultCode */
            invokevirtual android.os.Parcel.writeInt:(I)V
         8: .line 117
            aload 8 /* _data */
            aload 3 /* data */
            invokevirtual android.os.Parcel.writeString:(Ljava/lang/String;)V
         9: .line 118
            aload 4 /* extras */
            ifnull 13
        10: .line 119
            aload 8 /* _data */
            iconst_1
            invokevirtual android.os.Parcel.writeInt:(I)V
        11: .line 120
            aload 4 /* extras */
            aload 8 /* _data */
            iconst_0
            invokevirtual android.os.Bundle.writeToParcel:(Landroid/os/Parcel;I)V
        12: .line 121
            goto 14
        13: .line 123
      StackMap locals:
      StackMap stack:
            aload 8 /* _data */
            iconst_0
            invokevirtual android.os.Parcel.writeInt:(I)V
        14: .line 125
      StackMap locals:
      StackMap stack:
            aload 8 /* _data */
            iload 5 /* ordered */
            ifeq 15
            iconst_1
            goto 16
      StackMap locals:
      StackMap stack: android.os.Parcel
        15: iconst_0
      StackMap locals: android.content.IIntentReceiver$Stub$Proxy android.content.Intent int java.lang.String android.os.Bundle int int int android.os.Parcel
      StackMap stack: android.os.Parcel int
        16: invokevirtual android.os.Parcel.writeInt:(I)V
        17: .line 126
            aload 8 /* _data */
            iload 6 /* sticky */
            ifeq 18
            iconst_1
            goto 19
      StackMap locals:
      StackMap stack: android.os.Parcel
        18: iconst_0
      StackMap locals: android.content.IIntentReceiver$Stub$Proxy android.content.Intent int java.lang.String android.os.Bundle int int int android.os.Parcel
      StackMap stack: android.os.Parcel int
        19: invokevirtual android.os.Parcel.writeInt:(I)V
        20: .line 127
            aload 8 /* _data */
            iload 7 /* sendingUser */
            invokevirtual android.os.Parcel.writeInt:(I)V
        21: .line 128
            aload 0 /* this */
            getfield android.content.IIntentReceiver$Stub$Proxy.mRemote:Landroid/os/IBinder;
            iconst_1
            aload 8 /* _data */
            aconst_null
            iconst_1
            invokeinterface android.os.IBinder.transact:(ILandroid/os/Parcel;Landroid/os/Parcel;I)Z
            pop
        22: .line 129
            goto 26
        23: .line 130
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 9
        24: .line 131
            aload 8 /* _data */
            invokevirtual android.os.Parcel.recycle:()V
        25: .line 132
            aload 9
            athrow
        26: .line 131
      StackMap locals:
      StackMap stack:
            aload 8 /* _data */
            invokevirtual android.os.Parcel.recycle:()V
        27: .line 133
            return
        end local 8 // android.os.Parcel _data
        end local 7 // int sendingUser
        end local 6 // boolean sticky
        end local 5 // boolean ordered
        end local 4 // android.os.Bundle extras
        end local 3 // java.lang.String data
        end local 2 // int resultCode
        end local 1 // android.content.Intent intent
        end local 0 // android.content.IIntentReceiver$Stub$Proxy this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   28     0         this  Landroid/content/IIntentReceiver$Stub$Proxy;
            0   28     1       intent  Landroid/content/Intent;
            0   28     2   resultCode  I
            0   28     3         data  Ljava/lang/String;
            0   28     4       extras  Landroid/os/Bundle;
            0   28     5      ordered  Z
            0   28     6       sticky  Z
            0   28     7  sendingUser  I
            1   28     8        _data  Landroid/os/Parcel;
      Exception table:
        from    to  target  type
           1    23      23  any
    Exceptions:
      throws android.os.RemoteException
    MethodParameters:
             Name  Flags
      intent       
      resultCode   
      data         
      extras       
      ordered      
      sticky       
      sendingUser  
}
SourceFile: "IIntentReceiver.java"
NestHost: android.content.IIntentReceiver
InnerClasses:
  public abstract Stub = android.content.IIntentReceiver$Stub of android.content.IIntentReceiver
  private Proxy = android.content.IIntentReceiver$Stub$Proxy of android.content.IIntentReceiver$Stub