class android.app.PendingIntent$2 extends com.android.internal.os.IResultReceiver$Stub
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: android.app.PendingIntent$2
  super_class: com.android.internal.os.IResultReceiver$Stub
{
  final android.app.PendingIntent this$0;
    descriptor: Landroid/app/PendingIntent;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(android.app.PendingIntent);
    descriptor: (Landroid/app/PendingIntent;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // android.app.PendingIntent$2 this
         0: .line 982
            aload 0 /* this */
            aload 1
            putfield android.app.PendingIntent$2.this$0:Landroid/app/PendingIntent;
            aload 0 /* this */
            invokespecial com.android.internal.os.IResultReceiver$Stub.<init>:()V
            return
        end local 0 // android.app.PendingIntent$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/app/PendingIntent$2;
    MethodParameters:
        Name  Flags
      this$0  final

  public void send(int, android.os.Bundle);
    descriptor: (ILandroid/os/Bundle;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=3, args_size=3
        start local 0 // android.app.PendingIntent$2 this
        start local 1 // int resultCode
        start local 2 // android.os.Bundle resultData
         0: .line 985
            aload 0 /* this */
            getfield android.app.PendingIntent$2.this$0:Landroid/app/PendingIntent;
            invokevirtual android.app.PendingIntent.notifyCancelListeners:()V
         1: .line 986
            return
        end local 2 // android.os.Bundle resultData
        end local 1 // int resultCode
        end local 0 // android.app.PendingIntent$2 this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Landroid/app/PendingIntent$2;
            0    2     1  resultCode  I
            0    2     2  resultData  Landroid/os/Bundle;
    Exceptions:
      throws android.os.RemoteException
    MethodParameters:
            Name  Flags
      resultCode  
      resultData  
}
SourceFile: "PendingIntent.java"
EnclosingMethod: android.app.PendingIntent.registerCancelListener:(Landroid/app/PendingIntent$CancelListener;)V
NestHost: android.app.PendingIntent
InnerClasses:
  android.app.PendingIntent$2
  public abstract CancelListener = android.app.PendingIntent$CancelListener of android.app.PendingIntent
  public abstract Stub = com.android.internal.os.IResultReceiver$Stub of com.android.internal.os.IResultReceiver