public abstract class android.app.IInstrumentationWatcher$Stub extends android.os.Binder implements android.app.IInstrumentationWatcher
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: android.app.IInstrumentationWatcher$Stub
  super_class: android.os.Binder
{
  private static final java.lang.String DESCRIPTOR;
    descriptor: Ljava/lang/String;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: "android.app.IInstrumentationWatcher"

  static final int TRANSACTION_instrumentationStatus;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  static final int TRANSACTION_instrumentationFinished;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 2

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // android.app.IInstrumentationWatcher$Stub this
         0: .line 14
            aload 0 /* this */
            invokespecial android.os.Binder.<init>:()V
         1: .line 16
            aload 0 /* this */
            aload 0 /* this */
            ldc "android.app.IInstrumentationWatcher"
            invokevirtual android.app.IInstrumentationWatcher$Stub.attachInterface:(Landroid/os/IInterface;Ljava/lang/String;)V
         2: .line 17
            return
        end local 0 // android.app.IInstrumentationWatcher$Stub this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Landroid/app/IInstrumentationWatcher$Stub;

  public static android.app.IInstrumentationWatcher asInterface(android.os.IBinder);
    descriptor: (Landroid/os/IBinder;)Landroid/app/IInstrumentationWatcher;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // android.os.IBinder obj
         0: .line 24
            aload 0 /* obj */
            ifnonnull 2
         1: .line 25
            aconst_null
            areturn
         2: .line 27
      StackMap locals:
      StackMap stack:
            aload 0 /* obj */
            ldc "android.app.IInstrumentationWatcher"
            invokeinterface android.os.IBinder.queryLocalInterface:(Ljava/lang/String;)Landroid/os/IInterface;
            astore 1 /* iin */
        start local 1 // android.os.IInterface iin
         3: .line 28
            aload 1 /* iin */
            ifnull 5
            aload 1 /* iin */
            instanceof android.app.IInstrumentationWatcher
            ifeq 5
         4: .line 29
            aload 1 /* iin */
            checkcast android.app.IInstrumentationWatcher
            areturn
         5: .line 31
      StackMap locals: android.os.IInterface
      StackMap stack:
            new android.app.IInstrumentationWatcher$Stub$Proxy
            dup
            aload 0 /* obj */
            invokespecial android.app.IInstrumentationWatcher$Stub$Proxy.<init>:(Landroid/os/IBinder;)V
            areturn
        end local 1 // android.os.IInterface iin
        end local 0 // android.os.IBinder obj
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0   obj  Landroid/os/IBinder;
            3    6     1   iin  Landroid/os/IInterface;
    MethodParameters:
      Name  Flags
      obj   

  public android.os.IBinder asBinder();
    descriptor: ()Landroid/os/IBinder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.app.IInstrumentationWatcher$Stub this
         0: .line 35
            aload 0 /* this */
            areturn
        end local 0 // android.app.IInstrumentationWatcher$Stub this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/app/IInstrumentationWatcher$Stub;

  public boolean onTransact(int, android.os.Parcel, android.os.Parcel, int);
    descriptor: (ILandroid/os/Parcel;Landroid/os/Parcel;I)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=9, args_size=5
        start local 0 // android.app.IInstrumentationWatcher$Stub this
        start local 1 // int code
        start local 2 // android.os.Parcel data
        start local 3 // android.os.Parcel reply
        start local 4 // int flags
         0: .line 39
            ldc "android.app.IInstrumentationWatcher"
            astore 5 /* descriptor */
        start local 5 // java.lang.String descriptor
         1: .line 40
            iload 1 /* code */
            lookupswitch { // 3
                    1: 4
                    2: 17
           1598968902: 2
              default: 30
          }
         2: .line 44
      StackMap locals: java.lang.String
      StackMap stack:
            aload 3 /* reply */
            aload 5 /* descriptor */
            invokevirtual android.os.Parcel.writeString:(Ljava/lang/String;)V
         3: .line 45
            iconst_1
            ireturn
         4: .line 49
      StackMap locals:
      StackMap stack:
            aload 2 /* data */
            aload 5 /* descriptor */
            invokevirtual android.os.Parcel.enforceInterface:(Ljava/lang/String;)V
         5: .line 51
            aload 2 /* data */
            invokevirtual android.os.Parcel.readInt:()I
            ifeq 8
         6: .line 52
            getstatic android.content.ComponentName.CREATOR:Landroid/os/Parcelable$Creator;
            aload 2 /* data */
            invokeinterface android.os.Parcelable$Creator.createFromParcel:(Landroid/os/Parcel;)Ljava/lang/Object;
            checkcast android.content.ComponentName
            astore 6 /* _arg0 */
        start local 6 // android.content.ComponentName _arg0
         7: .line 53
            goto 9
        end local 6 // android.content.ComponentName _arg0
         8: .line 55
      StackMap locals:
      StackMap stack:
            aconst_null
            astore 6 /* _arg0 */
        start local 6 // android.content.ComponentName _arg0
         9: .line 58
      StackMap locals: android.content.ComponentName
      StackMap stack:
            aload 2 /* data */
            invokevirtual android.os.Parcel.readInt:()I
            istore 7 /* _arg1 */
        start local 7 // int _arg1
        10: .line 60
            aload 2 /* data */
            invokevirtual android.os.Parcel.readInt:()I
            ifeq 13
        11: .line 61
            getstatic android.os.Bundle.CREATOR:Landroid/os/Parcelable$Creator;
            aload 2 /* data */
            invokeinterface android.os.Parcelable$Creator.createFromParcel:(Landroid/os/Parcel;)Ljava/lang/Object;
            checkcast android.os.Bundle
            astore 8 /* _arg2 */
        start local 8 // android.os.Bundle _arg2
        12: .line 62
            goto 14
        end local 8 // android.os.Bundle _arg2
        13: .line 64
      StackMap locals: int
      StackMap stack:
            aconst_null
            astore 8 /* _arg2 */
        start local 8 // android.os.Bundle _arg2
        14: .line 66
      StackMap locals: android.os.Bundle
      StackMap stack:
            aload 0 /* this */
            aload 6 /* _arg0 */
            iload 7 /* _arg1 */
            aload 8 /* _arg2 */
            invokevirtual android.app.IInstrumentationWatcher$Stub.instrumentationStatus:(Landroid/content/ComponentName;ILandroid/os/Bundle;)V
        15: .line 67
            aload 3 /* reply */
            invokevirtual android.os.Parcel.writeNoException:()V
        16: .line 68
            iconst_1
            ireturn
        end local 8 // android.os.Bundle _arg2
        end local 7 // int _arg1
        end local 6 // android.content.ComponentName _arg0
        17: .line 72
      StackMap locals:
      StackMap stack:
            aload 2 /* data */
            aload 5 /* descriptor */
            invokevirtual android.os.Parcel.enforceInterface:(Ljava/lang/String;)V
        18: .line 74
            aload 2 /* data */
            invokevirtual android.os.Parcel.readInt:()I
            ifeq 21
        19: .line 75
            getstatic android.content.ComponentName.CREATOR:Landroid/os/Parcelable$Creator;
            aload 2 /* data */
            invokeinterface android.os.Parcelable$Creator.createFromParcel:(Landroid/os/Parcel;)Ljava/lang/Object;
            checkcast android.content.ComponentName
            astore 6 /* _arg0 */
        start local 6 // android.content.ComponentName _arg0
        20: .line 76
            goto 22
        end local 6 // android.content.ComponentName _arg0
        21: .line 78
      StackMap locals:
      StackMap stack:
            aconst_null
            astore 6 /* _arg0 */
        start local 6 // android.content.ComponentName _arg0
        22: .line 81
      StackMap locals: android.content.ComponentName
      StackMap stack:
            aload 2 /* data */
            invokevirtual android.os.Parcel.readInt:()I
            istore 7 /* _arg1 */
        start local 7 // int _arg1
        23: .line 83
            aload 2 /* data */
            invokevirtual android.os.Parcel.readInt:()I
            ifeq 26
        24: .line 84
            getstatic android.os.Bundle.CREATOR:Landroid/os/Parcelable$Creator;
            aload 2 /* data */
            invokeinterface android.os.Parcelable$Creator.createFromParcel:(Landroid/os/Parcel;)Ljava/lang/Object;
            checkcast android.os.Bundle
            astore 8 /* _arg2 */
        start local 8 // android.os.Bundle _arg2
        25: .line 85
            goto 27
        end local 8 // android.os.Bundle _arg2
        26: .line 87
      StackMap locals: int
      StackMap stack:
            aconst_null
            astore 8 /* _arg2 */
        start local 8 // android.os.Bundle _arg2
        27: .line 89
      StackMap locals: android.os.Bundle
      StackMap stack:
            aload 0 /* this */
            aload 6 /* _arg0 */
            iload 7 /* _arg1 */
            aload 8 /* _arg2 */
            invokevirtual android.app.IInstrumentationWatcher$Stub.instrumentationFinished:(Landroid/content/ComponentName;ILandroid/os/Bundle;)V
        28: .line 90
            aload 3 /* reply */
            invokevirtual android.os.Parcel.writeNoException:()V
        29: .line 91
            iconst_1
            ireturn
        end local 8 // android.os.Bundle _arg2
        end local 7 // int _arg1
        end local 6 // android.content.ComponentName _arg0
        30: .line 95
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* code */
            aload 2 /* data */
            aload 3 /* reply */
            iload 4 /* flags */
            invokespecial android.os.Binder.onTransact:(ILandroid/os/Parcel;Landroid/os/Parcel;I)Z
            ireturn
        end local 5 // java.lang.String descriptor
        end local 4 // int flags
        end local 3 // android.os.Parcel reply
        end local 2 // android.os.Parcel data
        end local 1 // int code
        end local 0 // android.app.IInstrumentationWatcher$Stub this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   31     0        this  Landroid/app/IInstrumentationWatcher$Stub;
            0   31     1        code  I
            0   31     2        data  Landroid/os/Parcel;
            0   31     3       reply  Landroid/os/Parcel;
            0   31     4       flags  I
            1   31     5  descriptor  Ljava/lang/String;
            7    8     6       _arg0  Landroid/content/ComponentName;
            9   17     6       _arg0  Landroid/content/ComponentName;
           10   17     7       _arg1  I
           12   13     8       _arg2  Landroid/os/Bundle;
           14   17     8       _arg2  Landroid/os/Bundle;
           20   21     6       _arg0  Landroid/content/ComponentName;
           22   30     6       _arg0  Landroid/content/ComponentName;
           23   30     7       _arg1  I
           25   26     8       _arg2  Landroid/os/Bundle;
           27   30     8       _arg2  Landroid/os/Bundle;
    Exceptions:
      throws android.os.RemoteException
    MethodParameters:
       Name  Flags
      code   
      data   
      reply  
      flags  
}
SourceFile: "IInstrumentationWatcher.java"
NestHost: android.app.IInstrumentationWatcher
InnerClasses:
  public abstract Stub = android.app.IInstrumentationWatcher$Stub of android.app.IInstrumentationWatcher
  private Proxy = android.app.IInstrumentationWatcher$Stub$Proxy of android.app.IInstrumentationWatcher$Stub
  public abstract Creator = android.os.Parcelable$Creator of android.os.Parcelable