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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  public static android.hardware.location.IContextHubService asInterface(android.os.IBinder);
    descriptor: (Landroid/os/IBinder;)Landroid/hardware/location/IContextHubService;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // android.os.IBinder obj
         0: .line 26
            aload 0 /* obj */
            ifnonnull 2
         1: .line 27
            aconst_null
            areturn
         2: .line 29
      StackMap locals:
      StackMap stack:
            aload 0 /* obj */
            ldc "android.hardware.location.IContextHubService"
            invokeinterface android.os.IBinder.queryLocalInterface:(Ljava/lang/String;)Landroid/os/IInterface;
            astore 1 /* iin */
        start local 1 // android.os.IInterface iin
         3: .line 30
            aload 1 /* iin */
            ifnull 5
            aload 1 /* iin */
            instanceof android.hardware.location.IContextHubService
            ifeq 5
         4: .line 31
            aload 1 /* iin */
            checkcast android.hardware.location.IContextHubService
            areturn
         5: .line 33
      StackMap locals: android.os.IInterface
      StackMap stack:
            new android.hardware.location.IContextHubService$Stub$Proxy
            dup
            aload 0 /* obj */
            invokespecial android.hardware.location.IContextHubService$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.IContextHubService$Stub this
         0: .line 37
            aload 0 /* this */
            areturn
        end local 0 // android.hardware.location.IContextHubService$Stub this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/hardware/location/IContextHubService$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=10, args_size=5
        start local 0 // android.hardware.location.IContextHubService$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 41
            ldc "android.hardware.location.IContextHubService"
            astore 5 /* descriptor */
        start local 5 // java.lang.String descriptor
         1: .line 42
            iload 1 /* code */
            lookupswitch { // 16
                    1: 4
                    2: 10
                    3: 15
                    4: 25
                    5: 35
                    6: 41
                    7: 51
                    8: 61
                    9: 72
                   10: 81
                   11: 86
                   12: 96
                   13: 103
                   14: 110
                   15: 117
           1598968902: 2
              default: 123
          }
         2: .line 46
      StackMap locals: java.lang.String
      StackMap stack:
            aload 3 /* reply */
            aload 5 /* descriptor */
            invokevirtual android.os.Parcel.writeString:(Ljava/lang/String;)V
         3: .line 47
            iconst_1
            ireturn
         4: .line 51
      StackMap locals:
      StackMap stack:
            aload 2 /* data */
            aload 5 /* descriptor */
            invokevirtual android.os.Parcel.enforceInterface:(Ljava/lang/String;)V
         5: .line 53
            aload 2 /* data */
            invokevirtual android.os.Parcel.readStrongBinder:()Landroid/os/IBinder;
            invokestatic android.hardware.location.IContextHubCallback$Stub.asInterface:(Landroid/os/IBinder;)Landroid/hardware/location/IContextHubCallback;
            astore 6 /* _arg0 */
        start local 6 // android.hardware.location.IContextHubCallback _arg0
         6: .line 54
            aload 0 /* this */
            aload 6 /* _arg0 */
            invokevirtual android.hardware.location.IContextHubService$Stub.registerCallback:(Landroid/hardware/location/IContextHubCallback;)I
            istore 7 /* _result */
        start local 7 // int _result
         7: .line 55
            aload 3 /* reply */
            invokevirtual android.os.Parcel.writeNoException:()V
         8: .line 56
            aload 3 /* reply */
            iload 7 /* _result */
            invokevirtual android.os.Parcel.writeInt:(I)V
         9: .line 57
            iconst_1
            ireturn
        end local 7 // int _result
        end local 6 // android.hardware.location.IContextHubCallback _arg0
        10: .line 61
      StackMap locals:
      StackMap stack:
            aload 2 /* data */
            aload 5 /* descriptor */
            invokevirtual android.os.Parcel.enforceInterface:(Ljava/lang/String;)V
        11: .line 62
            aload 0 /* this */
            invokevirtual android.hardware.location.IContextHubService$Stub.getContextHubHandles:()[I
            astore 6 /* _result */
        start local 6 // int[] _result
        12: .line 63
            aload 3 /* reply */
            invokevirtual android.os.Parcel.writeNoException:()V
        13: .line 64
            aload 3 /* reply */
            aload 6 /* _result */
            invokevirtual android.os.Parcel.writeIntArray:([I)V
        14: .line 65
            iconst_1
            ireturn
        end local 6 // int[] _result
        15: .line 69
      StackMap locals:
      StackMap stack:
            aload 2 /* data */
            aload 5 /* descriptor */
            invokevirtual android.os.Parcel.enforceInterface:(Ljava/lang/String;)V
        16: .line 71
            aload 2 /* data */
            invokevirtual android.os.Parcel.readInt:()I
            istore 6 /* _arg0 */
        start local 6 // int _arg0
        17: .line 72
            aload 0 /* this */
            iload 6 /* _arg0 */
            invokevirtual android.hardware.location.IContextHubService$Stub.getContextHubInfo:(I)Landroid/hardware/location/ContextHubInfo;
            astore 7 /* _result */
        start local 7 // android.hardware.location.ContextHubInfo _result
        18: .line 73
            aload 3 /* reply */
            invokevirtual android.os.Parcel.writeNoException:()V
        19: .line 74
            aload 7 /* _result */
            ifnull 23
        20: .line 75
            aload 3 /* reply */
            iconst_1
            invokevirtual android.os.Parcel.writeInt:(I)V
        21: .line 76
            aload 7 /* _result */
            aload 3 /* reply */
            iconst_1
            invokevirtual android.hardware.location.ContextHubInfo.writeToParcel:(Landroid/os/Parcel;I)V
        22: .line 77
            goto 24
        23: .line 79
      StackMap locals: int android.hardware.location.ContextHubInfo
      StackMap stack:
            aload 3 /* reply */
            iconst_0
            invokevirtual android.os.Parcel.writeInt:(I)V
        24: .line 81
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        end local 7 // android.hardware.location.ContextHubInfo _result
        end local 6 // int _arg0
        25: .line 85
      StackMap locals:
      StackMap stack:
            aload 2 /* data */
            aload 5 /* descriptor */
            invokevirtual android.os.Parcel.enforceInterface:(Ljava/lang/String;)V
        26: .line 87
            aload 2 /* data */
            invokevirtual android.os.Parcel.readInt:()I
            istore 6 /* _arg0 */
        start local 6 // int _arg0
        27: .line 89
            aload 2 /* data */
            invokevirtual android.os.Parcel.readInt:()I
            ifeq 30
        28: .line 90
            getstatic android.hardware.location.NanoApp.CREATOR:Landroid/os/Parcelable$Creator;
            aload 2 /* data */
            invokeinterface android.os.Parcelable$Creator.createFromParcel:(Landroid/os/Parcel;)Ljava/lang/Object;
            checkcast android.hardware.location.NanoApp
            astore 7 /* _arg1 */
        start local 7 // android.hardware.location.NanoApp _arg1
        29: .line 91
            goto 31
        end local 7 // android.hardware.location.NanoApp _arg1
        30: .line 93
      StackMap locals: int
      StackMap stack:
            aconst_null
            astore 7 /* _arg1 */
        start local 7 // android.hardware.location.NanoApp _arg1
        31: .line 95
      StackMap locals: android.hardware.location.NanoApp
      StackMap stack:
            aload 0 /* this */
            iload 6 /* _arg0 */
            aload 7 /* _arg1 */
            invokevirtual android.hardware.location.IContextHubService$Stub.loadNanoApp:(ILandroid/hardware/location/NanoApp;)I
            istore 8 /* _result */
        start local 8 // int _result
        32: .line 96
            aload 3 /* reply */
            invokevirtual android.os.Parcel.writeNoException:()V
        33: .line 97
            aload 3 /* reply */
            iload 8 /* _result */
            invokevirtual android.os.Parcel.writeInt:(I)V
        34: .line 98
            iconst_1
            ireturn
        end local 8 // int _result
        end local 7 // android.hardware.location.NanoApp _arg1
        end local 6 // int _arg0
        35: .line 102
      StackMap locals:
      StackMap stack:
            aload 2 /* data */
            aload 5 /* descriptor */
            invokevirtual android.os.Parcel.enforceInterface:(Ljava/lang/String;)V
        36: .line 104
            aload 2 /* data */
            invokevirtual android.os.Parcel.readInt:()I
            istore 6 /* _arg0 */
        start local 6 // int _arg0
        37: .line 105
            aload 0 /* this */
            iload 6 /* _arg0 */
            invokevirtual android.hardware.location.IContextHubService$Stub.unloadNanoApp:(I)I
            istore 7 /* _result */
        start local 7 // int _result
        38: .line 106
            aload 3 /* reply */
            invokevirtual android.os.Parcel.writeNoException:()V
        39: .line 107
            aload 3 /* reply */
            iload 7 /* _result */
            invokevirtual android.os.Parcel.writeInt:(I)V
        40: .line 108
            iconst_1
            ireturn
        end local 7 // int _result
        end local 6 // int _arg0
        41: .line 112
      StackMap locals:
      StackMap stack:
            aload 2 /* data */
            aload 5 /* descriptor */
            invokevirtual android.os.Parcel.enforceInterface:(Ljava/lang/String;)V
        42: .line 114
            aload 2 /* data */
            invokevirtual android.os.Parcel.readInt:()I
            istore 6 /* _arg0 */
        start local 6 // int _arg0
        43: .line 115
            aload 0 /* this */
            iload 6 /* _arg0 */
            invokevirtual android.hardware.location.IContextHubService$Stub.getNanoAppInstanceInfo:(I)Landroid/hardware/location/NanoAppInstanceInfo;
            astore 7 /* _result */
        start local 7 // android.hardware.location.NanoAppInstanceInfo _result
        44: .line 116
            aload 3 /* reply */
            invokevirtual android.os.Parcel.writeNoException:()V
        45: .line 117
            aload 7 /* _result */
            ifnull 49
        46: .line 118
            aload 3 /* reply */
            iconst_1
            invokevirtual android.os.Parcel.writeInt:(I)V
        47: .line 119
            aload 7 /* _result */
            aload 3 /* reply */
            iconst_1
            invokevirtual android.hardware.location.NanoAppInstanceInfo.writeToParcel:(Landroid/os/Parcel;I)V
        48: .line 120
            goto 50
        49: .line 122
      StackMap locals: int android.hardware.location.NanoAppInstanceInfo
      StackMap stack:
            aload 3 /* reply */
            iconst_0
            invokevirtual android.os.Parcel.writeInt:(I)V
        50: .line 124
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        end local 7 // android.hardware.location.NanoAppInstanceInfo _result
        end local 6 // int _arg0
        51: .line 128
      StackMap locals:
      StackMap stack:
            aload 2 /* data */
            aload 5 /* descriptor */
            invokevirtual android.os.Parcel.enforceInterface:(Ljava/lang/String;)V
        52: .line 130
            aload 2 /* data */
            invokevirtual android.os.Parcel.readInt:()I
            istore 6 /* _arg0 */
        start local 6 // int _arg0
        53: .line 132
            aload 2 /* data */
            invokevirtual android.os.Parcel.readInt:()I
            ifeq 56
        54: .line 133
            getstatic android.hardware.location.NanoAppFilter.CREATOR:Landroid/os/Parcelable$Creator;
            aload 2 /* data */
            invokeinterface android.os.Parcelable$Creator.createFromParcel:(Landroid/os/Parcel;)Ljava/lang/Object;
            checkcast android.hardware.location.NanoAppFilter
            astore 7 /* _arg1 */
        start local 7 // android.hardware.location.NanoAppFilter _arg1
        55: .line 134
            goto 57
        end local 7 // android.hardware.location.NanoAppFilter _arg1
        56: .line 136
      StackMap locals: int
      StackMap stack:
            aconst_null
            astore 7 /* _arg1 */
        start local 7 // android.hardware.location.NanoAppFilter _arg1
        57: .line 138
      StackMap locals: android.hardware.location.NanoAppFilter
      StackMap stack:
            aload 0 /* this */
            iload 6 /* _arg0 */
            aload 7 /* _arg1 */
            invokevirtual android.hardware.location.IContextHubService$Stub.findNanoAppOnHub:(ILandroid/hardware/location/NanoAppFilter;)[I
            astore 8 /* _result */
        start local 8 // int[] _result
        58: .line 139
            aload 3 /* reply */
            invokevirtual android.os.Parcel.writeNoException:()V
        59: .line 140
            aload 3 /* reply */
            aload 8 /* _result */
            invokevirtual android.os.Parcel.writeIntArray:([I)V
        60: .line 141
            iconst_1
            ireturn
        end local 8 // int[] _result
        end local 7 // android.hardware.location.NanoAppFilter _arg1
        end local 6 // int _arg0
        61: .line 145
      StackMap locals:
      StackMap stack:
            aload 2 /* data */
            aload 5 /* descriptor */
            invokevirtual android.os.Parcel.enforceInterface:(Ljava/lang/String;)V
        62: .line 147
            aload 2 /* data */
            invokevirtual android.os.Parcel.readInt:()I
            istore 6 /* _arg0 */
        start local 6 // int _arg0
        63: .line 149
            aload 2 /* data */
            invokevirtual android.os.Parcel.readInt:()I
            istore 7 /* _arg1 */
        start local 7 // int _arg1
        64: .line 151
            aload 2 /* data */
            invokevirtual android.os.Parcel.readInt:()I
            ifeq 67
        65: .line 152
            getstatic android.hardware.location.ContextHubMessage.CREATOR:Landroid/os/Parcelable$Creator;
            aload 2 /* data */
            invokeinterface android.os.Parcelable$Creator.createFromParcel:(Landroid/os/Parcel;)Ljava/lang/Object;
            checkcast android.hardware.location.ContextHubMessage
            astore 8 /* _arg2 */
        start local 8 // android.hardware.location.ContextHubMessage _arg2
        66: .line 153
            goto 68
        end local 8 // android.hardware.location.ContextHubMessage _arg2
        67: .line 155
      StackMap locals: int int
      StackMap stack:
            aconst_null
            astore 8 /* _arg2 */
        start local 8 // android.hardware.location.ContextHubMessage _arg2
        68: .line 157
      StackMap locals: android.hardware.location.ContextHubMessage
      StackMap stack:
            aload 0 /* this */
            iload 6 /* _arg0 */
            iload 7 /* _arg1 */
            aload 8 /* _arg2 */
            invokevirtual android.hardware.location.IContextHubService$Stub.sendMessage:(IILandroid/hardware/location/ContextHubMessage;)I
            istore 9 /* _result */
        start local 9 // int _result
        69: .line 158
            aload 3 /* reply */
            invokevirtual android.os.Parcel.writeNoException:()V
        70: .line 159
            aload 3 /* reply */
            iload 9 /* _result */
            invokevirtual android.os.Parcel.writeInt:(I)V
        71: .line 160
            iconst_1
            ireturn
        end local 9 // int _result
        end local 8 // android.hardware.location.ContextHubMessage _arg2
        end local 7 // int _arg1
        end local 6 // int _arg0
        72: .line 164
      StackMap locals:
      StackMap stack:
            aload 2 /* data */
            aload 5 /* descriptor */
            invokevirtual android.os.Parcel.enforceInterface:(Ljava/lang/String;)V
        73: .line 166
            aload 2 /* data */
            invokevirtual android.os.Parcel.readStrongBinder:()Landroid/os/IBinder;
            invokestatic android.hardware.location.IContextHubClientCallback$Stub.asInterface:(Landroid/os/IBinder;)Landroid/hardware/location/IContextHubClientCallback;
            astore 6 /* _arg0 */
        start local 6 // android.hardware.location.IContextHubClientCallback _arg0
        74: .line 168
            aload 2 /* data */
            invokevirtual android.os.Parcel.readInt:()I
            istore 7 /* _arg1 */
        start local 7 // int _arg1
        75: .line 169
            aload 0 /* this */
            aload 6 /* _arg0 */
            iload 7 /* _arg1 */
            invokevirtual android.hardware.location.IContextHubService$Stub.createClient:(Landroid/hardware/location/IContextHubClientCallback;I)Landroid/hardware/location/IContextHubClient;
            astore 8 /* _result */
        start local 8 // android.hardware.location.IContextHubClient _result
        76: .line 170
            aload 3 /* reply */
            invokevirtual android.os.Parcel.writeNoException:()V
        77: .line 171
            aload 3 /* reply */
            aload 8 /* _result */
            ifnull 78
            aload 8 /* _result */
            invokeinterface android.hardware.location.IContextHubClient.asBinder:()Landroid/os/IBinder;
            goto 79
      StackMap locals: android.hardware.location.IContextHubService$Stub int android.os.Parcel android.os.Parcel int java.lang.String android.hardware.location.IContextHubClientCallback int android.hardware.location.IContextHubClient
      StackMap stack: android.os.Parcel
        78: aconst_null
      StackMap locals: android.hardware.location.IContextHubService$Stub int android.os.Parcel android.os.Parcel int java.lang.String android.hardware.location.IContextHubClientCallback int android.hardware.location.IContextHubClient
      StackMap stack: android.os.Parcel android.os.IBinder
        79: invokevirtual android.os.Parcel.writeStrongBinder:(Landroid/os/IBinder;)V
        80: .line 172
            iconst_1
            ireturn
        end local 8 // android.hardware.location.IContextHubClient _result
        end local 7 // int _arg1
        end local 6 // android.hardware.location.IContextHubClientCallback _arg0
        81: .line 176
      StackMap locals:
      StackMap stack:
            aload 2 /* data */
            aload 5 /* descriptor */
            invokevirtual android.os.Parcel.enforceInterface:(Ljava/lang/String;)V
        82: .line 177
            aload 0 /* this */
            invokevirtual android.hardware.location.IContextHubService$Stub.getContextHubs:()Ljava/util/List;
            astore 6 /* _result */
        start local 6 // java.util.List _result
        83: .line 178
            aload 3 /* reply */
            invokevirtual android.os.Parcel.writeNoException:()V
        84: .line 179
            aload 3 /* reply */
            aload 6 /* _result */
            invokevirtual android.os.Parcel.writeTypedList:(Ljava/util/List;)V
        85: .line 180
            iconst_1
            ireturn
        end local 6 // java.util.List _result
        86: .line 184
      StackMap locals:
      StackMap stack:
            aload 2 /* data */
            aload 5 /* descriptor */
            invokevirtual android.os.Parcel.enforceInterface:(Ljava/lang/String;)V
        87: .line 186
            aload 2 /* data */
            invokevirtual android.os.Parcel.readInt:()I
            istore 6 /* _arg0 */
        start local 6 // int _arg0
        88: .line 188
            aload 2 /* data */
            invokevirtual android.os.Parcel.readStrongBinder:()Landroid/os/IBinder;
            invokestatic android.hardware.location.IContextHubTransactionCallback$Stub.asInterface:(Landroid/os/IBinder;)Landroid/hardware/location/IContextHubTransactionCallback;
            astore 7 /* _arg1 */
        start local 7 // android.hardware.location.IContextHubTransactionCallback _arg1
        89: .line 190
            aload 2 /* data */
            invokevirtual android.os.Parcel.readInt:()I
            ifeq 92
        90: .line 191
            getstatic android.hardware.location.NanoAppBinary.CREATOR:Landroid/os/Parcelable$Creator;
            aload 2 /* data */
            invokeinterface android.os.Parcelable$Creator.createFromParcel:(Landroid/os/Parcel;)Ljava/lang/Object;
            checkcast android.hardware.location.NanoAppBinary
            astore 8 /* _arg2 */
        start local 8 // android.hardware.location.NanoAppBinary _arg2
        91: .line 192
            goto 93
        end local 8 // android.hardware.location.NanoAppBinary _arg2
        92: .line 194
      StackMap locals: int android.hardware.location.IContextHubTransactionCallback
      StackMap stack:
            aconst_null
            astore 8 /* _arg2 */
        start local 8 // android.hardware.location.NanoAppBinary _arg2
        93: .line 196
      StackMap locals: android.hardware.location.NanoAppBinary
      StackMap stack:
            aload 0 /* this */
            iload 6 /* _arg0 */
            aload 7 /* _arg1 */
            aload 8 /* _arg2 */
            invokevirtual android.hardware.location.IContextHubService$Stub.loadNanoAppOnHub:(ILandroid/hardware/location/IContextHubTransactionCallback;Landroid/hardware/location/NanoAppBinary;)V
        94: .line 197
            aload 3 /* reply */
            invokevirtual android.os.Parcel.writeNoException:()V
        95: .line 198
            iconst_1
            ireturn
        end local 8 // android.hardware.location.NanoAppBinary _arg2
        end local 7 // android.hardware.location.IContextHubTransactionCallback _arg1
        end local 6 // int _arg0
        96: .line 202
      StackMap locals:
      StackMap stack:
            aload 2 /* data */
            aload 5 /* descriptor */
            invokevirtual android.os.Parcel.enforceInterface:(Ljava/lang/String;)V
        97: .line 204
            aload 2 /* data */
            invokevirtual android.os.Parcel.readInt:()I
            istore 6 /* _arg0 */
        start local 6 // int _arg0
        98: .line 206
            aload 2 /* data */
            invokevirtual android.os.Parcel.readStrongBinder:()Landroid/os/IBinder;
            invokestatic android.hardware.location.IContextHubTransactionCallback$Stub.asInterface:(Landroid/os/IBinder;)Landroid/hardware/location/IContextHubTransactionCallback;
            astore 7 /* _arg1 */
        start local 7 // android.hardware.location.IContextHubTransactionCallback _arg1
        99: .line 208
            aload 2 /* data */
            invokevirtual android.os.Parcel.readLong:()J
            lstore 8 /* _arg2 */
        start local 8 // long _arg2
       100: .line 209
            aload 0 /* this */
            iload 6 /* _arg0 */
            aload 7 /* _arg1 */
            lload 8 /* _arg2 */
            invokevirtual android.hardware.location.IContextHubService$Stub.unloadNanoAppFromHub:(ILandroid/hardware/location/IContextHubTransactionCallback;J)V
       101: .line 210
            aload 3 /* reply */
            invokevirtual android.os.Parcel.writeNoException:()V
       102: .line 211
            iconst_1
            ireturn
        end local 8 // long _arg2
        end local 7 // android.hardware.location.IContextHubTransactionCallback _arg1
        end local 6 // int _arg0
       103: .line 215
      StackMap locals:
      StackMap stack:
            aload 2 /* data */
            aload 5 /* descriptor */
            invokevirtual android.os.Parcel.enforceInterface:(Ljava/lang/String;)V
       104: .line 217
            aload 2 /* data */
            invokevirtual android.os.Parcel.readInt:()I
            istore 6 /* _arg0 */
        start local 6 // int _arg0
       105: .line 219
            aload 2 /* data */
            invokevirtual android.os.Parcel.readStrongBinder:()Landroid/os/IBinder;
            invokestatic android.hardware.location.IContextHubTransactionCallback$Stub.asInterface:(Landroid/os/IBinder;)Landroid/hardware/location/IContextHubTransactionCallback;
            astore 7 /* _arg1 */
        start local 7 // android.hardware.location.IContextHubTransactionCallback _arg1
       106: .line 221
            aload 2 /* data */
            invokevirtual android.os.Parcel.readLong:()J
            lstore 8 /* _arg2 */
        start local 8 // long _arg2
       107: .line 222
            aload 0 /* this */
            iload 6 /* _arg0 */
            aload 7 /* _arg1 */
            lload 8 /* _arg2 */
            invokevirtual android.hardware.location.IContextHubService$Stub.enableNanoApp:(ILandroid/hardware/location/IContextHubTransactionCallback;J)V
       108: .line 223
            aload 3 /* reply */
            invokevirtual android.os.Parcel.writeNoException:()V
       109: .line 224
            iconst_1
            ireturn
        end local 8 // long _arg2
        end local 7 // android.hardware.location.IContextHubTransactionCallback _arg1
        end local 6 // int _arg0
       110: .line 228
      StackMap locals:
      StackMap stack:
            aload 2 /* data */
            aload 5 /* descriptor */
            invokevirtual android.os.Parcel.enforceInterface:(Ljava/lang/String;)V
       111: .line 230
            aload 2 /* data */
            invokevirtual android.os.Parcel.readInt:()I
            istore 6 /* _arg0 */
        start local 6 // int _arg0
       112: .line 232
            aload 2 /* data */
            invokevirtual android.os.Parcel.readStrongBinder:()Landroid/os/IBinder;
            invokestatic android.hardware.location.IContextHubTransactionCallback$Stub.asInterface:(Landroid/os/IBinder;)Landroid/hardware/location/IContextHubTransactionCallback;
            astore 7 /* _arg1 */
        start local 7 // android.hardware.location.IContextHubTransactionCallback _arg1
       113: .line 234
            aload 2 /* data */
            invokevirtual android.os.Parcel.readLong:()J
            lstore 8 /* _arg2 */
        start local 8 // long _arg2
       114: .line 235
            aload 0 /* this */
            iload 6 /* _arg0 */
            aload 7 /* _arg1 */
            lload 8 /* _arg2 */
            invokevirtual android.hardware.location.IContextHubService$Stub.disableNanoApp:(ILandroid/hardware/location/IContextHubTransactionCallback;J)V
       115: .line 236
            aload 3 /* reply */
            invokevirtual android.os.Parcel.writeNoException:()V
       116: .line 237
            iconst_1
            ireturn
        end local 8 // long _arg2
        end local 7 // android.hardware.location.IContextHubTransactionCallback _arg1
        end local 6 // int _arg0
       117: .line 241
      StackMap locals:
      StackMap stack:
            aload 2 /* data */
            aload 5 /* descriptor */
            invokevirtual android.os.Parcel.enforceInterface:(Ljava/lang/String;)V
       118: .line 243
            aload 2 /* data */
            invokevirtual android.os.Parcel.readInt:()I
            istore 6 /* _arg0 */
        start local 6 // int _arg0
       119: .line 245
            aload 2 /* data */
            invokevirtual android.os.Parcel.readStrongBinder:()Landroid/os/IBinder;
            invokestatic android.hardware.location.IContextHubTransactionCallback$Stub.asInterface:(Landroid/os/IBinder;)Landroid/hardware/location/IContextHubTransactionCallback;
            astore 7 /* _arg1 */
        start local 7 // android.hardware.location.IContextHubTransactionCallback _arg1
       120: .line 246
            aload 0 /* this */
            iload 6 /* _arg0 */
            aload 7 /* _arg1 */
            invokevirtual android.hardware.location.IContextHubService$Stub.queryNanoApps:(ILandroid/hardware/location/IContextHubTransactionCallback;)V
       121: .line 247
            aload 3 /* reply */
            invokevirtual android.os.Parcel.writeNoException:()V
       122: .line 248
            iconst_1
            ireturn
        end local 7 // android.hardware.location.IContextHubTransactionCallback _arg1
        end local 6 // int _arg0
       123: .line 252
      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.IContextHubService$Stub this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0  124     0        this  Landroid/hardware/location/IContextHubService$Stub;
            0  124     1        code  I
            0  124     2        data  Landroid/os/Parcel;
            0  124     3       reply  Landroid/os/Parcel;
            0  124     4       flags  I
            1  124     5  descriptor  Ljava/lang/String;
            6   10     6       _arg0  Landroid/hardware/location/IContextHubCallback;
            7   10     7     _result  I
           12   15     6     _result  [I
           17   25     6       _arg0  I
           18   25     7     _result  Landroid/hardware/location/ContextHubInfo;
           27   35     6       _arg0  I
           29   30     7       _arg1  Landroid/hardware/location/NanoApp;
           31   35     7       _arg1  Landroid/hardware/location/NanoApp;
           32   35     8     _result  I
           37   41     6       _arg0  I
           38   41     7     _result  I
           43   51     6       _arg0  I
           44   51     7     _result  Landroid/hardware/location/NanoAppInstanceInfo;
           53   61     6       _arg0  I
           55   56     7       _arg1  Landroid/hardware/location/NanoAppFilter;
           57   61     7       _arg1  Landroid/hardware/location/NanoAppFilter;
           58   61     8     _result  [I
           63   72     6       _arg0  I
           64   72     7       _arg1  I
           66   67     8       _arg2  Landroid/hardware/location/ContextHubMessage;
           68   72     8       _arg2  Landroid/hardware/location/ContextHubMessage;
           69   72     9     _result  I
           74   81     6       _arg0  Landroid/hardware/location/IContextHubClientCallback;
           75   81     7       _arg1  I
           76   81     8     _result  Landroid/hardware/location/IContextHubClient;
           83   86     6     _result  Ljava/util/List<Landroid/hardware/location/ContextHubInfo;>;
           88   96     6       _arg0  I
           89   96     7       _arg1  Landroid/hardware/location/IContextHubTransactionCallback;
           91   92     8       _arg2  Landroid/hardware/location/NanoAppBinary;
           93   96     8       _arg2  Landroid/hardware/location/NanoAppBinary;
           98  103     6       _arg0  I
           99  103     7       _arg1  Landroid/hardware/location/IContextHubTransactionCallback;
          100  103     8       _arg2  J
          105  110     6       _arg0  I
          106  110     7       _arg1  Landroid/hardware/location/IContextHubTransactionCallback;
          107  110     8       _arg2  J
          112  117     6       _arg0  I
          113  117     7       _arg1  Landroid/hardware/location/IContextHubTransactionCallback;
          114  117     8       _arg2  J
          119  123     6       _arg0  I
          120  123     7       _arg1  Landroid/hardware/location/IContextHubTransactionCallback;
    Exceptions:
      throws android.os.RemoteException
    MethodParameters:
       Name  Flags
      code   
      data   
      reply  
      flags  
}
SourceFile: "IContextHubService.java"
NestHost: android.hardware.location.IContextHubService
InnerClasses:
  public abstract Stub = android.hardware.location.IContextHubCallback$Stub of android.hardware.location.IContextHubCallback
  public abstract Stub = android.hardware.location.IContextHubClientCallback$Stub of android.hardware.location.IContextHubClientCallback
  public abstract Stub = android.hardware.location.IContextHubService$Stub of android.hardware.location.IContextHubService
  private Proxy = android.hardware.location.IContextHubService$Stub$Proxy of android.hardware.location.IContextHubService$Stub
  public abstract Stub = android.hardware.location.IContextHubTransactionCallback$Stub of android.hardware.location.IContextHubTransactionCallback
  public abstract Creator = android.os.Parcelable$Creator of android.os.Parcelable