class android.os.ResultReceiver$MyRunnable implements java.lang.Runnable
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: android.os.ResultReceiver$MyRunnable
  super_class: java.lang.Object
{
  final int mResultCode;
    descriptor: I
    flags: (0x0010) ACC_FINAL

  final android.os.Bundle mResultData;
    descriptor: Landroid/os/Bundle;
    flags: (0x0010) ACC_FINAL

  final android.os.ResultReceiver this$0;
    descriptor: Landroid/os/ResultReceiver;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(android.os.ResultReceiver, int, android.os.Bundle);
    descriptor: (Landroid/os/ResultReceiver;ILandroid/os/Bundle;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // android.os.ResultReceiver$MyRunnable this
        start local 2 // int resultCode
        start local 3 // android.os.Bundle resultData
         0: .line 44
            aload 0 /* this */
            aload 1
            putfield android.os.ResultReceiver$MyRunnable.this$0:Landroid/os/ResultReceiver;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 45
            aload 0 /* this */
            iload 2 /* resultCode */
            putfield android.os.ResultReceiver$MyRunnable.mResultCode:I
         2: .line 46
            aload 0 /* this */
            aload 3 /* resultData */
            putfield android.os.ResultReceiver$MyRunnable.mResultData:Landroid/os/Bundle;
         3: .line 47
            return
        end local 3 // android.os.Bundle resultData
        end local 2 // int resultCode
        end local 0 // android.os.ResultReceiver$MyRunnable this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    4     0        this  Landroid/os/ResultReceiver$MyRunnable;
            0    4     2  resultCode  I
            0    4     3  resultData  Landroid/os/Bundle;
    MethodParameters:
            Name  Flags
      this$0      final
      resultCode  
      resultData  

  public void run();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // android.os.ResultReceiver$MyRunnable this
         0: .line 50
            aload 0 /* this */
            getfield android.os.ResultReceiver$MyRunnable.this$0:Landroid/os/ResultReceiver;
            aload 0 /* this */
            getfield android.os.ResultReceiver$MyRunnable.mResultCode:I
            aload 0 /* this */
            getfield android.os.ResultReceiver$MyRunnable.mResultData:Landroid/os/Bundle;
            invokevirtual android.os.ResultReceiver.onReceiveResult:(ILandroid/os/Bundle;)V
         1: .line 51
            return
        end local 0 // android.os.ResultReceiver$MyRunnable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Landroid/os/ResultReceiver$MyRunnable;
}
SourceFile: "ResultReceiver.java"
NestHost: android.os.ResultReceiver
InnerClasses:
  MyRunnable = android.os.ResultReceiver$MyRunnable of android.os.ResultReceiver