class android.app.Instrumentation$1MenuRunnable implements java.lang.Runnable
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: android.app.Instrumentation$1MenuRunnable
  super_class: java.lang.Object
{
  private final android.app.Activity activity;
    descriptor: Landroid/app/Activity;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final int identifier;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final int flags;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  boolean returnValue;
    descriptor: Z
    flags: (0x0000) 

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

  public void <init>(android.app.Instrumentation, android.app.Activity, int, int);
    descriptor: (Landroid/app/Instrumentation;Landroid/app/Activity;II)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=5, args_size=5
        start local 0 // android.app.Instrumentation$1MenuRunnable this
        start local 2 // android.app.Activity _activity
        start local 3 // int _identifier
        start local 4 // int _flags
         0: .line 896
            aload 0 /* this */
            aload 1
            putfield android.app.Instrumentation$1MenuRunnable.this$0:Landroid/app/Instrumentation;
         1: .line 895
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         2: .line 897
            aload 0 /* this */
            aload 2 /* _activity */
            putfield android.app.Instrumentation$1MenuRunnable.activity:Landroid/app/Activity;
         3: .line 898
            aload 0 /* this */
            iload 3 /* _identifier */
            putfield android.app.Instrumentation$1MenuRunnable.identifier:I
         4: .line 899
            aload 0 /* this */
            iload 4 /* _flags */
            putfield android.app.Instrumentation$1MenuRunnable.flags:I
         5: .line 900
            return
        end local 4 // int _flags
        end local 3 // int _identifier
        end local 2 // android.app.Activity _activity
        end local 0 // android.app.Instrumentation$1MenuRunnable this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    6     0         this  Landroid/app/Instrumentation$1MenuRunnable;
            0    6     2    _activity  Landroid/app/Activity;
            0    6     3  _identifier  I
            0    6     4       _flags  I
    MethodParameters:
             Name  Flags
      this$0       final
      _activity    
      _identifier  
      _flags       

  public void run();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=1
        start local 0 // android.app.Instrumentation$1MenuRunnable this
         0: .line 903
            aload 0 /* this */
            getfield android.app.Instrumentation$1MenuRunnable.activity:Landroid/app/Activity;
            invokevirtual android.app.Activity.getWindow:()Landroid/view/Window;
            astore 1 /* win */
        start local 1 // android.view.Window win
         1: .line 905
            aload 0 /* this */
            aload 1 /* win */
         2: .line 906
            iconst_0
         3: .line 907
            aload 0 /* this */
            getfield android.app.Instrumentation$1MenuRunnable.identifier:I
         4: .line 908
            aload 0 /* this */
            getfield android.app.Instrumentation$1MenuRunnable.flags:I
         5: .line 905
            invokevirtual android.view.Window.performPanelIdentifierAction:(III)Z
            putfield android.app.Instrumentation$1MenuRunnable.returnValue:Z
         6: .line 909
            return
        end local 1 // android.view.Window win
        end local 0 // android.app.Instrumentation$1MenuRunnable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Landroid/app/Instrumentation$1MenuRunnable;
            1    7     1   win  Landroid/view/Window;
}
SourceFile: "Instrumentation.java"
EnclosingMethod: android.app.Instrumentation.invokeMenuActionSync:(Landroid/app/Activity;II)Z
NestHost: android.app.Instrumentation
InnerClasses:
  MenuRunnable = android.app.Instrumentation$1MenuRunnable