class android.app.PendingIntent$FinishedDispatcher extends android.content.IIntentReceiver$Stub implements java.lang.Runnable
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: android.app.PendingIntent$FinishedDispatcher
  super_class: android.content.IIntentReceiver$Stub
{
  private final android.app.PendingIntent mPendingIntent;
    descriptor: Landroid/app/PendingIntent;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final android.app.PendingIntent$OnFinished mWho;
    descriptor: Landroid/app/PendingIntent$OnFinished;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final android.os.Handler mHandler;
    descriptor: Landroid/os/Handler;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private android.content.Intent mIntent;
    descriptor: Landroid/content/Intent;
    flags: (0x0002) ACC_PRIVATE

  private int mResultCode;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private java.lang.String mResultData;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE

  private android.os.Bundle mResultExtras;
    descriptor: Landroid/os/Bundle;
    flags: (0x0002) ACC_PRIVATE

  private static android.os.Handler sDefaultSystemHandler;
    descriptor: Landroid/os/Handler;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC

  void <init>(android.app.PendingIntent, android.app.PendingIntent$OnFinished, android.os.Handler);
    descriptor: (Landroid/app/PendingIntent;Landroid/app/PendingIntent$OnFinished;Landroid/os/Handler;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // android.app.PendingIntent$FinishedDispatcher this
        start local 1 // android.app.PendingIntent pi
        start local 2 // android.app.PendingIntent$OnFinished who
        start local 3 // android.os.Handler handler
         0: .line 219
            aload 0 /* this */
            invokespecial android.content.IIntentReceiver$Stub.<init>:()V
         1: .line 220
            aload 0 /* this */
            aload 1 /* pi */
            putfield android.app.PendingIntent$FinishedDispatcher.mPendingIntent:Landroid/app/PendingIntent;
         2: .line 221
            aload 0 /* this */
            aload 2 /* who */
            putfield android.app.PendingIntent$FinishedDispatcher.mWho:Landroid/app/PendingIntent$OnFinished;
         3: .line 222
            aload 3 /* handler */
            ifnonnull 8
            invokestatic android.app.ActivityThread.isSystem:()Z
            ifeq 8
         4: .line 225
            getstatic android.app.PendingIntent$FinishedDispatcher.sDefaultSystemHandler:Landroid/os/Handler;
            ifnonnull 6
         5: .line 226
            new android.os.Handler
            dup
            invokestatic android.os.Looper.getMainLooper:()Landroid/os/Looper;
            invokespecial android.os.Handler.<init>:(Landroid/os/Looper;)V
            putstatic android.app.PendingIntent$FinishedDispatcher.sDefaultSystemHandler:Landroid/os/Handler;
         6: .line 228
      StackMap locals: android.app.PendingIntent$FinishedDispatcher android.app.PendingIntent android.app.PendingIntent$OnFinished android.os.Handler
      StackMap stack:
            aload 0 /* this */
            getstatic android.app.PendingIntent$FinishedDispatcher.sDefaultSystemHandler:Landroid/os/Handler;
            putfield android.app.PendingIntent$FinishedDispatcher.mHandler:Landroid/os/Handler;
         7: .line 229
            goto 9
         8: .line 230
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 3 /* handler */
            putfield android.app.PendingIntent$FinishedDispatcher.mHandler:Landroid/os/Handler;
         9: .line 232
      StackMap locals:
      StackMap stack:
            return
        end local 3 // android.os.Handler handler
        end local 2 // android.app.PendingIntent$OnFinished who
        end local 1 // android.app.PendingIntent pi
        end local 0 // android.app.PendingIntent$FinishedDispatcher this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   10     0     this  Landroid/app/PendingIntent$FinishedDispatcher;
            0   10     1       pi  Landroid/app/PendingIntent;
            0   10     2      who  Landroid/app/PendingIntent$OnFinished;
            0   10     3  handler  Landroid/os/Handler;
    MethodParameters:
         Name  Flags
      pi       
      who      
      handler  

  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=2, locals=8, args_size=8
        start local 0 // android.app.PendingIntent$FinishedDispatcher 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 serialized
        start local 6 // boolean sticky
        start local 7 // int sendingUser
         0: .line 235
            aload 0 /* this */
            aload 1 /* intent */
            putfield android.app.PendingIntent$FinishedDispatcher.mIntent:Landroid/content/Intent;
         1: .line 236
            aload 0 /* this */
            iload 2 /* resultCode */
            putfield android.app.PendingIntent$FinishedDispatcher.mResultCode:I
         2: .line 237
            aload 0 /* this */
            aload 3 /* data */
            putfield android.app.PendingIntent$FinishedDispatcher.mResultData:Ljava/lang/String;
         3: .line 238
            aload 0 /* this */
            aload 4 /* extras */
            putfield android.app.PendingIntent$FinishedDispatcher.mResultExtras:Landroid/os/Bundle;
         4: .line 239
            aload 0 /* this */
            getfield android.app.PendingIntent$FinishedDispatcher.mHandler:Landroid/os/Handler;
            ifnonnull 7
         5: .line 240
            aload 0 /* this */
            invokevirtual android.app.PendingIntent$FinishedDispatcher.run:()V
         6: .line 241
            goto 8
         7: .line 242
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield android.app.PendingIntent$FinishedDispatcher.mHandler:Landroid/os/Handler;
            aload 0 /* this */
            invokevirtual android.os.Handler.post:(Ljava/lang/Runnable;)Z
            pop
         8: .line 244
      StackMap locals:
      StackMap stack:
            return
        end local 7 // int sendingUser
        end local 6 // boolean sticky
        end local 5 // boolean serialized
        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.app.PendingIntent$FinishedDispatcher this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    9     0         this  Landroid/app/PendingIntent$FinishedDispatcher;
            0    9     1       intent  Landroid/content/Intent;
            0    9     2   resultCode  I
            0    9     3         data  Ljava/lang/String;
            0    9     4       extras  Landroid/os/Bundle;
            0    9     5   serialized  Z
            0    9     6       sticky  Z
            0    9     7  sendingUser  I
    MethodParameters:
             Name  Flags
      intent       
      resultCode   
      data         
      extras       
      serialized   
      sticky       
      sendingUser  

  public void run();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=1, args_size=1
        start local 0 // android.app.PendingIntent$FinishedDispatcher this
         0: .line 246
            aload 0 /* this */
            getfield android.app.PendingIntent$FinishedDispatcher.mWho:Landroid/app/PendingIntent$OnFinished;
            aload 0 /* this */
            getfield android.app.PendingIntent$FinishedDispatcher.mPendingIntent:Landroid/app/PendingIntent;
            aload 0 /* this */
            getfield android.app.PendingIntent$FinishedDispatcher.mIntent:Landroid/content/Intent;
            aload 0 /* this */
            getfield android.app.PendingIntent$FinishedDispatcher.mResultCode:I
         1: .line 247
            aload 0 /* this */
            getfield android.app.PendingIntent$FinishedDispatcher.mResultData:Ljava/lang/String;
            aload 0 /* this */
            getfield android.app.PendingIntent$FinishedDispatcher.mResultExtras:Landroid/os/Bundle;
         2: .line 246
            invokeinterface android.app.PendingIntent$OnFinished.onSendFinished:(Landroid/app/PendingIntent;Landroid/content/Intent;ILjava/lang/String;Landroid/os/Bundle;)V
         3: .line 248
            return
        end local 0 // android.app.PendingIntent$FinishedDispatcher this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Landroid/app/PendingIntent$FinishedDispatcher;
}
SourceFile: "PendingIntent.java"
NestHost: android.app.PendingIntent
InnerClasses:
  private FinishedDispatcher = android.app.PendingIntent$FinishedDispatcher of android.app.PendingIntent
  public abstract OnFinished = android.app.PendingIntent$OnFinished of android.app.PendingIntent
  public abstract Stub = android.content.IIntentReceiver$Stub of android.content.IIntentReceiver