final class android.app.LoadedApk$ServiceDispatcher$RunConnection implements java.lang.Runnable
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: android.app.LoadedApk$ServiceDispatcher$RunConnection
  super_class: java.lang.Object
{
  final android.content.ComponentName mName;
    descriptor: Landroid/content/ComponentName;
    flags: (0x0010) ACC_FINAL

  final android.os.IBinder mService;
    descriptor: Landroid/os/IBinder;
    flags: (0x0010) ACC_FINAL

  final int mCommand;
    descriptor: I
    flags: (0x0010) ACC_FINAL

  final boolean mDead;
    descriptor: Z
    flags: (0x0010) ACC_FINAL

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

  void <init>(android.app.LoadedApk$ServiceDispatcher, android.content.ComponentName, android.os.IBinder, int, boolean);
    descriptor: (Landroid/app/LoadedApk$ServiceDispatcher;Landroid/content/ComponentName;Landroid/os/IBinder;IZ)V
    flags: (0x0000) 
    Code:
      stack=2, locals=6, args_size=6
        start local 0 // android.app.LoadedApk$ServiceDispatcher$RunConnection this
        start local 2 // android.content.ComponentName name
        start local 3 // android.os.IBinder service
        start local 4 // int command
        start local 5 // boolean dead
         0: .line 1753
            aload 0 /* this */
            aload 1
            putfield android.app.LoadedApk$ServiceDispatcher$RunConnection.this$1:Landroid/app/LoadedApk$ServiceDispatcher;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 1754
            aload 0 /* this */
            aload 2 /* name */
            putfield android.app.LoadedApk$ServiceDispatcher$RunConnection.mName:Landroid/content/ComponentName;
         2: .line 1755
            aload 0 /* this */
            aload 3 /* service */
            putfield android.app.LoadedApk$ServiceDispatcher$RunConnection.mService:Landroid/os/IBinder;
         3: .line 1756
            aload 0 /* this */
            iload 4 /* command */
            putfield android.app.LoadedApk$ServiceDispatcher$RunConnection.mCommand:I
         4: .line 1757
            aload 0 /* this */
            iload 5 /* dead */
            putfield android.app.LoadedApk$ServiceDispatcher$RunConnection.mDead:Z
         5: .line 1758
            return
        end local 5 // boolean dead
        end local 4 // int command
        end local 3 // android.os.IBinder service
        end local 2 // android.content.ComponentName name
        end local 0 // android.app.LoadedApk$ServiceDispatcher$RunConnection this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    6     0     this  Landroid/app/LoadedApk$ServiceDispatcher$RunConnection;
            0    6     2     name  Landroid/content/ComponentName;
            0    6     3  service  Landroid/os/IBinder;
            0    6     4  command  I
            0    6     5     dead  Z
    MethodParameters:
         Name  Flags
      this$0   final
      name     
      service  
      command  
      dead     

  public void run();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // android.app.LoadedApk$ServiceDispatcher$RunConnection this
         0: .line 1761
            aload 0 /* this */
            getfield android.app.LoadedApk$ServiceDispatcher$RunConnection.mCommand:I
            ifne 3
         1: .line 1762
            aload 0 /* this */
            getfield android.app.LoadedApk$ServiceDispatcher$RunConnection.this$1:Landroid/app/LoadedApk$ServiceDispatcher;
            aload 0 /* this */
            getfield android.app.LoadedApk$ServiceDispatcher$RunConnection.mName:Landroid/content/ComponentName;
            aload 0 /* this */
            getfield android.app.LoadedApk$ServiceDispatcher$RunConnection.mService:Landroid/os/IBinder;
            aload 0 /* this */
            getfield android.app.LoadedApk$ServiceDispatcher$RunConnection.mDead:Z
            invokevirtual android.app.LoadedApk$ServiceDispatcher.doConnected:(Landroid/content/ComponentName;Landroid/os/IBinder;Z)V
         2: .line 1763
            goto 5
      StackMap locals:
      StackMap stack:
         3: aload 0 /* this */
            getfield android.app.LoadedApk$ServiceDispatcher$RunConnection.mCommand:I
            iconst_1
            if_icmpne 5
         4: .line 1764
            aload 0 /* this */
            getfield android.app.LoadedApk$ServiceDispatcher$RunConnection.this$1:Landroid/app/LoadedApk$ServiceDispatcher;
            aload 0 /* this */
            getfield android.app.LoadedApk$ServiceDispatcher$RunConnection.mName:Landroid/content/ComponentName;
            aload 0 /* this */
            getfield android.app.LoadedApk$ServiceDispatcher$RunConnection.mService:Landroid/os/IBinder;
            invokevirtual android.app.LoadedApk$ServiceDispatcher.doDeath:(Landroid/content/ComponentName;Landroid/os/IBinder;)V
         5: .line 1766
      StackMap locals:
      StackMap stack:
            return
        end local 0 // android.app.LoadedApk$ServiceDispatcher$RunConnection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Landroid/app/LoadedApk$ServiceDispatcher$RunConnection;
}
SourceFile: "LoadedApk.java"
NestHost: android.app.LoadedApk
InnerClasses:
  final ServiceDispatcher = android.app.LoadedApk$ServiceDispatcher of android.app.LoadedApk
  private final RunConnection = android.app.LoadedApk$ServiceDispatcher$RunConnection of android.app.LoadedApk$ServiceDispatcher