public abstract class android.hardware.location.IContextHubClientCallback$Stub extends android.os.Binder implements android.hardware.location.IContextHubClientCallback
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: android.hardware.location.IContextHubClientCallback$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.hardware.location.IContextHubClientCallback"

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

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

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

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

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

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

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

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

  public static android.hardware.location.IContextHubClientCallback asInterface(android.os.IBinder);
    descriptor: (Landroid/os/IBinder;)Landroid/hardware/location/IContextHubClientCallback;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // android.os.IBinder obj
         0: .line 29
            aload 0 /* obj */
            ifnonnull 2
         1: .line 30
            aconst_null
            areturn
         2: .line 32
      StackMap locals:
      StackMap stack:
            aload 0 /* obj */
            ldc "android.hardware.location.IContextHubClientCallback"
            invokeinterface android.os.IBinder.queryLocalInterface:(Ljava/lang/String;)Landroid/os/IInterface;
            astore 1 /* iin */
        start local 1 // android.os.IInterface iin
         3: .line 33
            aload 1 /* iin */
            ifnull 5
            aload 1 /* iin */
            instanceof android.hardware.location.IContextHubClientCallback
            ifeq 5
         4: .line 34
            aload 1 /* iin */
            checkcast android.hardware.location.IContextHubClientCallback
            areturn
         5: .line 36
      StackMap locals: android.os.IInterface
      StackMap stack:
            new android.hardware.location.IContextHubClientCallback$Stub$Proxy
            dup
            aload 0 /* obj */
            invokespecial android.hardware.location.IContextHubClientCallback$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.hardware.location.IContextHubClientCallback$Stub this
         0: .line 40
            aload 0 /* this */
            areturn
        end local 0 // android.hardware.location.IContextHubClientCallback$Stub this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/hardware/location/IContextHubClientCallback$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.hardware.location.IContextHubClientCallback$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 44
            ldc "android.hardware.location.IContextHubClientCallback"
            astore 5 /* descriptor */
        start local 5 // java.lang.String descriptor
         1: .line 45
            iload 1 /* code */
            lookupswitch { // 8
                    1: 4
                    2: 11
                    3: 14
                    4: 19
                    5: 23
                    6: 27
                    7: 31
           1598968902: 2
              default: 35
          }
         2: .line 49
      StackMap locals: java.lang.String
      StackMap stack:
            aload 3 /* reply */
            aload 5 /* descriptor */
            invokevirtual android.os.Parcel.writeString:(Ljava/lang/String;)V
         3: .line 50
            iconst_1
            ireturn
         4: .line 54
      StackMap locals:
      StackMap stack:
            aload 2 /* data */
            aload 5 /* descriptor */
            invokevirtual android.os.Parcel.enforceInterface:(Ljava/lang/String;)V
         5: .line 56
            aload 2 /* data */
            invokevirtual android.os.Parcel.readInt:()I
            ifeq 8
         6: .line 57
            getstatic android.hardware.location.NanoAppMessage.CREATOR:Landroid/os/Parcelable$Creator;
            aload 2 /* data */
            invokeinterface android.os.Parcelable$Creator.createFromParcel:(Landroid/os/Parcel;)Ljava/lang/Object;
            checkcast android.hardware.location.NanoAppMessage
            astore 6 /* _arg0 */
        start local 6 // android.hardware.location.NanoAppMessage _arg0
         7: .line 58
            goto 9
        end local 6 // android.hardware.location.NanoAppMessage _arg0
         8: .line 60
      StackMap locals:
      StackMap stack:
            aconst_null
            astore 6 /* _arg0 */
        start local 6 // android.hardware.location.NanoAppMessage _arg0
         9: .line 62
      StackMap locals: android.hardware.location.NanoAppMessage
      StackMap stack:
            aload 0 /* this */
            aload 6 /* _arg0 */
            invokevirtual android.hardware.location.IContextHubClientCallback$Stub.onMessageFromNanoApp:(Landroid/hardware/location/NanoAppMessage;)V
        10: .line 63
            iconst_1
            ireturn
        end local 6 // android.hardware.location.NanoAppMessage _arg0
        11: .line 67
      StackMap locals:
      StackMap stack:
            aload 2 /* data */
            aload 5 /* descriptor */
            invokevirtual android.os.Parcel.enforceInterface:(Ljava/lang/String;)V
        12: .line 68
            aload 0 /* this */
            invokevirtual android.hardware.location.IContextHubClientCallback$Stub.onHubReset:()V
        13: .line 69
            iconst_1
            ireturn
        14: .line 73
      StackMap locals:
      StackMap stack:
            aload 2 /* data */
            aload 5 /* descriptor */
            invokevirtual android.os.Parcel.enforceInterface:(Ljava/lang/String;)V
        15: .line 75
            aload 2 /* data */
            invokevirtual android.os.Parcel.readLong:()J
            lstore 6 /* _arg0 */
        start local 6 // long _arg0
        16: .line 77
            aload 2 /* data */
            invokevirtual android.os.Parcel.readInt:()I
            istore 8 /* _arg1 */
        start local 8 // int _arg1
        17: .line 78
            aload 0 /* this */
            lload 6 /* _arg0 */
            iload 8 /* _arg1 */
            invokevirtual android.hardware.location.IContextHubClientCallback$Stub.onNanoAppAborted:(JI)V
        18: .line 79
            iconst_1
            ireturn
        end local 8 // int _arg1
        end local 6 // long _arg0
        19: .line 83
      StackMap locals:
      StackMap stack:
            aload 2 /* data */
            aload 5 /* descriptor */
            invokevirtual android.os.Parcel.enforceInterface:(Ljava/lang/String;)V
        20: .line 85
            aload 2 /* data */
            invokevirtual android.os.Parcel.readLong:()J
            lstore 6 /* _arg0 */
        start local 6 // long _arg0
        21: .line 86
            aload 0 /* this */
            lload 6 /* _arg0 */
            invokevirtual android.hardware.location.IContextHubClientCallback$Stub.onNanoAppLoaded:(J)V
        22: .line 87
            iconst_1
            ireturn
        end local 6 // long _arg0
        23: .line 91
      StackMap locals:
      StackMap stack:
            aload 2 /* data */
            aload 5 /* descriptor */
            invokevirtual android.os.Parcel.enforceInterface:(Ljava/lang/String;)V
        24: .line 93
            aload 2 /* data */
            invokevirtual android.os.Parcel.readLong:()J
            lstore 6 /* _arg0 */
        start local 6 // long _arg0
        25: .line 94
            aload 0 /* this */
            lload 6 /* _arg0 */
            invokevirtual android.hardware.location.IContextHubClientCallback$Stub.onNanoAppUnloaded:(J)V
        26: .line 95
            iconst_1
            ireturn
        end local 6 // long _arg0
        27: .line 99
      StackMap locals:
      StackMap stack:
            aload 2 /* data */
            aload 5 /* descriptor */
            invokevirtual android.os.Parcel.enforceInterface:(Ljava/lang/String;)V
        28: .line 101
            aload 2 /* data */
            invokevirtual android.os.Parcel.readLong:()J
            lstore 6 /* _arg0 */
        start local 6 // long _arg0
        29: .line 102
            aload 0 /* this */
            lload 6 /* _arg0 */
            invokevirtual android.hardware.location.IContextHubClientCallback$Stub.onNanoAppEnabled:(J)V
        30: .line 103
            iconst_1
            ireturn
        end local 6 // long _arg0
        31: .line 107
      StackMap locals:
      StackMap stack:
            aload 2 /* data */
            aload 5 /* descriptor */
            invokevirtual android.os.Parcel.enforceInterface:(Ljava/lang/String;)V
        32: .line 109
            aload 2 /* data */
            invokevirtual android.os.Parcel.readLong:()J
            lstore 6 /* _arg0 */
        start local 6 // long _arg0
        33: .line 110
            aload 0 /* this */
            lload 6 /* _arg0 */
            invokevirtual android.hardware.location.IContextHubClientCallback$Stub.onNanoAppDisabled:(J)V
        34: .line 111
            iconst_1
            ireturn
        end local 6 // long _arg0
        35: .line 115
      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.hardware.location.IContextHubClientCallback$Stub this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   36     0        this  Landroid/hardware/location/IContextHubClientCallback$Stub;
            0   36     1        code  I
            0   36     2        data  Landroid/os/Parcel;
            0   36     3       reply  Landroid/os/Parcel;
            0   36     4       flags  I
            1   36     5  descriptor  Ljava/lang/String;
            7    8     6       _arg0  Landroid/hardware/location/NanoAppMessage;
            9   11     6       _arg0  Landroid/hardware/location/NanoAppMessage;
           16   19     6       _arg0  J
           17   19     8       _arg1  I
           21   23     6       _arg0  J
           25   27     6       _arg0  J
           29   31     6       _arg0  J
           33   35     6       _arg0  J
    Exceptions:
      throws android.os.RemoteException
    MethodParameters:
       Name  Flags
      code   
      data   
      reply  
      flags  
}
SourceFile: "IContextHubClientCallback.java"
NestHost: android.hardware.location.IContextHubClientCallback
InnerClasses:
  public abstract Stub = android.hardware.location.IContextHubClientCallback$Stub of android.hardware.location.IContextHubClientCallback
  private Proxy = android.hardware.location.IContextHubClientCallback$Stub$Proxy of android.hardware.location.IContextHubClientCallback$Stub
  public abstract Creator = android.os.Parcelable$Creator of android.os.Parcelable