final class android.app.Instrumentation$SyncRunnable implements java.lang.Runnable
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: android.app.Instrumentation$SyncRunnable
  super_class: java.lang.Object
{
  private final java.lang.Runnable mTarget;
    descriptor: Ljava/lang/Runnable;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private boolean mComplete;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  public void <init>(java.lang.Runnable);
    descriptor: (Ljava/lang/Runnable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // android.app.Instrumentation$SyncRunnable this
        start local 1 // java.lang.Runnable target
         0: .line 2158
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 2159
            aload 0 /* this */
            aload 1 /* target */
            putfield android.app.Instrumentation$SyncRunnable.mTarget:Ljava/lang/Runnable;
         2: .line 2160
            return
        end local 1 // java.lang.Runnable target
        end local 0 // android.app.Instrumentation$SyncRunnable this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Landroid/app/Instrumentation$SyncRunnable;
            0    3     1  target  Ljava/lang/Runnable;
    MethodParameters:
        Name  Flags
      target  

  public void run();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // android.app.Instrumentation$SyncRunnable this
         0: .line 2163
            aload 0 /* this */
            getfield android.app.Instrumentation$SyncRunnable.mTarget:Ljava/lang/Runnable;
            invokeinterface java.lang.Runnable.run:()V
         1: .line 2164
            aload 0 /* this */
            dup
            astore 1
            monitorenter
         2: .line 2165
            aload 0 /* this */
            iconst_1
            putfield android.app.Instrumentation$SyncRunnable.mComplete:Z
         3: .line 2166
            aload 0 /* this */
            invokevirtual java.lang.Object.notifyAll:()V
         4: .line 2164
            aload 1
            monitorexit
         5: goto 8
      StackMap locals: android.app.Instrumentation$SyncRunnable android.app.Instrumentation$SyncRunnable
      StackMap stack: java.lang.Throwable
         6: aload 1
            monitorexit
         7: athrow
         8: .line 2168
      StackMap locals:
      StackMap stack:
            return
        end local 0 // android.app.Instrumentation$SyncRunnable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Landroid/app/Instrumentation$SyncRunnable;
      Exception table:
        from    to  target  type
           2     5       6  any
           6     7       6  any

  public void waitForComplete();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // android.app.Instrumentation$SyncRunnable this
         0: .line 2171
            aload 0 /* this */
            dup
            astore 1
            monitorenter
         1: .line 2172
            goto 5
         2: .line 2174
      StackMap locals: android.app.Instrumentation$SyncRunnable
      StackMap stack:
            aload 0 /* this */
            invokevirtual java.lang.Object.wait:()V
         3: .line 2175
            goto 5
      StackMap locals:
      StackMap stack: java.lang.InterruptedException
         4: pop
         5: .line 2172
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield android.app.Instrumentation$SyncRunnable.mComplete:Z
            ifeq 2
         6: .line 2171
            aload 1
            monitorexit
         7: goto 10
      StackMap locals:
      StackMap stack: java.lang.Throwable
         8: aload 1
            monitorexit
         9: athrow
        10: .line 2179
      StackMap locals:
      StackMap stack:
            return
        end local 0 // android.app.Instrumentation$SyncRunnable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   11     0  this  Landroid/app/Instrumentation$SyncRunnable;
      Exception table:
        from    to  target  type
           2     3       4  Class java.lang.InterruptedException
           1     7       8  any
           8     9       8  any
}
SourceFile: "Instrumentation.java"
NestHost: android.app.Instrumentation
InnerClasses:
  private final SyncRunnable = android.app.Instrumentation$SyncRunnable of android.app.Instrumentation