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

  private final android.content.IntentSender$OnFinished mWho;
    descriptor: Landroid/content/IntentSender$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

  void <init>(android.content.IntentSender, android.content.IntentSender$OnFinished, android.os.Handler);
    descriptor: (Landroid/content/IntentSender;Landroid/content/IntentSender$OnFinished;Landroid/os/Handler;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // android.content.IntentSender$FinishedDispatcher this
        start local 1 // android.content.IntentSender pi
        start local 2 // android.content.IntentSender$OnFinished who
        start local 3 // android.os.Handler handler
         0: .line 109
            aload 0 /* this */
            invokespecial android.content.IIntentReceiver$Stub.<init>:()V
         1: .line 110
            aload 0 /* this */
            aload 1 /* pi */
            putfield android.content.IntentSender$FinishedDispatcher.mIntentSender:Landroid/content/IntentSender;
         2: .line 111
            aload 0 /* this */
            aload 2 /* who */
            putfield android.content.IntentSender$FinishedDispatcher.mWho:Landroid/content/IntentSender$OnFinished;
         3: .line 112
            aload 0 /* this */
            aload 3 /* handler */
            putfield android.content.IntentSender$FinishedDispatcher.mHandler:Landroid/os/Handler;
         4: .line 113
            return
        end local 3 // android.os.Handler handler
        end local 2 // android.content.IntentSender$OnFinished who
        end local 1 // android.content.IntentSender pi
        end local 0 // android.content.IntentSender$FinishedDispatcher this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    5     0     this  Landroid/content/IntentSender$FinishedDispatcher;
            0    5     1       pi  Landroid/content/IntentSender;
            0    5     2      who  Landroid/content/IntentSender$OnFinished;
            0    5     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.content.IntentSender$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 116
            aload 0 /* this */
            aload 1 /* intent */
            putfield android.content.IntentSender$FinishedDispatcher.mIntent:Landroid/content/Intent;
         1: .line 117
            aload 0 /* this */
            iload 2 /* resultCode */
            putfield android.content.IntentSender$FinishedDispatcher.mResultCode:I
         2: .line 118
            aload 0 /* this */
            aload 3 /* data */
            putfield android.content.IntentSender$FinishedDispatcher.mResultData:Ljava/lang/String;
         3: .line 119
            aload 0 /* this */
            aload 4 /* extras */
            putfield android.content.IntentSender$FinishedDispatcher.mResultExtras:Landroid/os/Bundle;
         4: .line 120
            aload 0 /* this */
            getfield android.content.IntentSender$FinishedDispatcher.mHandler:Landroid/os/Handler;
            ifnonnull 7
         5: .line 121
            aload 0 /* this */
            invokevirtual android.content.IntentSender$FinishedDispatcher.run:()V
         6: .line 122
            goto 8
         7: .line 123
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield android.content.IntentSender$FinishedDispatcher.mHandler:Landroid/os/Handler;
            aload 0 /* this */
            invokevirtual android.os.Handler.post:(Ljava/lang/Runnable;)Z
            pop
         8: .line 125
      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.content.IntentSender$FinishedDispatcher this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    9     0         this  Landroid/content/IntentSender$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.content.IntentSender$FinishedDispatcher this
         0: .line 127
            aload 0 /* this */
            getfield android.content.IntentSender$FinishedDispatcher.mWho:Landroid/content/IntentSender$OnFinished;
            aload 0 /* this */
            getfield android.content.IntentSender$FinishedDispatcher.mIntentSender:Landroid/content/IntentSender;
            aload 0 /* this */
            getfield android.content.IntentSender$FinishedDispatcher.mIntent:Landroid/content/Intent;
            aload 0 /* this */
            getfield android.content.IntentSender$FinishedDispatcher.mResultCode:I
         1: .line 128
            aload 0 /* this */
            getfield android.content.IntentSender$FinishedDispatcher.mResultData:Ljava/lang/String;
            aload 0 /* this */
            getfield android.content.IntentSender$FinishedDispatcher.mResultExtras:Landroid/os/Bundle;
         2: .line 127
            invokeinterface android.content.IntentSender$OnFinished.onSendFinished:(Landroid/content/IntentSender;Landroid/content/Intent;ILjava/lang/String;Landroid/os/Bundle;)V
         3: .line 129
            return
        end local 0 // android.content.IntentSender$FinishedDispatcher this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Landroid/content/IntentSender$FinishedDispatcher;
}
SourceFile: "IntentSender.java"
NestHost: android.content.IntentSender
InnerClasses:
  public abstract Stub = android.content.IIntentReceiver$Stub of android.content.IIntentReceiver
  private FinishedDispatcher = android.content.IntentSender$FinishedDispatcher of android.content.IntentSender
  public abstract OnFinished = android.content.IntentSender$OnFinished of android.content.IntentSender