class android.hardware.location.IContextHubService$Stub$Proxy implements android.hardware.location.IContextHubService
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: android.hardware.location.IContextHubService$Stub$Proxy
  super_class: java.lang.Object
{
  private android.os.IBinder mRemote;
    descriptor: Landroid/os/IBinder;
    flags: (0x0002) ACC_PRIVATE

  void <init>(android.os.IBinder);
    descriptor: (Landroid/os/IBinder;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // android.hardware.location.IContextHubService$Stub$Proxy this
        start local 1 // android.os.IBinder remote
         0: .line 259
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 261
            aload 0 /* this */
            aload 1 /* remote */
            putfield android.hardware.location.IContextHubService$Stub$Proxy.mRemote:Landroid/os/IBinder;
         2: .line 262
            return
        end local 1 // android.os.IBinder remote
        end local 0 // android.hardware.location.IContextHubService$Stub$Proxy this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Landroid/hardware/location/IContextHubService$Stub$Proxy;
            0    3     1  remote  Landroid/os/IBinder;
    MethodParameters:
        Name  Flags
      remote  

  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$Proxy this
         0: .line 265
            aload 0 /* this */
            getfield android.hardware.location.IContextHubService$Stub$Proxy.mRemote:Landroid/os/IBinder;
            areturn
        end local 0 // android.hardware.location.IContextHubService$Stub$Proxy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/hardware/location/IContextHubService$Stub$Proxy;

  public java.lang.String getInterfaceDescriptor();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.hardware.location.IContextHubService$Stub$Proxy this
         0: .line 269
            ldc "android.hardware.location.IContextHubService"
            areturn
        end local 0 // android.hardware.location.IContextHubService$Stub$Proxy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/hardware/location/IContextHubService$Stub$Proxy;

  public int registerCallback(android.hardware.location.IContextHubCallback);
    descriptor: (Landroid/hardware/location/IContextHubCallback;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=6, args_size=2
        start local 0 // android.hardware.location.IContextHubService$Stub$Proxy this
        start local 1 // android.hardware.location.IContextHubCallback callback
         0: .line 273
            invokestatic android.os.Parcel.obtain:()Landroid/os/Parcel;
            astore 2 /* _data */
        start local 2 // android.os.Parcel _data
         1: .line 274
            invokestatic android.os.Parcel.obtain:()Landroid/os/Parcel;
            astore 3 /* _reply */
        start local 3 // android.os.Parcel _reply
         2: .line 277
            aload 2 /* _data */
            ldc "android.hardware.location.IContextHubService"
            invokevirtual android.os.Parcel.writeInterfaceToken:(Ljava/lang/String;)V
         3: .line 278
            aload 2 /* _data */
            aload 1 /* callback */
            ifnull 4
            aload 1 /* callback */
            invokeinterface android.hardware.location.IContextHubCallback.asBinder:()Landroid/os/IBinder;
            goto 5
      StackMap locals: android.hardware.location.IContextHubService$Stub$Proxy android.hardware.location.IContextHubCallback android.os.Parcel android.os.Parcel
      StackMap stack: android.os.Parcel
         4: aconst_null
      StackMap locals: android.hardware.location.IContextHubService$Stub$Proxy android.hardware.location.IContextHubCallback android.os.Parcel android.os.Parcel
      StackMap stack: android.os.Parcel android.os.IBinder
         5: invokevirtual android.os.Parcel.writeStrongBinder:(Landroid/os/IBinder;)V
         6: .line 279
            aload 0 /* this */
            getfield android.hardware.location.IContextHubService$Stub$Proxy.mRemote:Landroid/os/IBinder;
            iconst_1
            aload 2 /* _data */
            aload 3 /* _reply */
            iconst_0
            invokeinterface android.os.IBinder.transact:(ILandroid/os/Parcel;Landroid/os/Parcel;I)Z
            pop
         7: .line 280
            aload 3 /* _reply */
            invokevirtual android.os.Parcel.readException:()V
         8: .line 281
            aload 3 /* _reply */
            invokevirtual android.os.Parcel.readInt:()I
            istore 4 /* _result */
        start local 4 // int _result
         9: .line 282
            goto 14
        end local 4 // int _result
        10: .line 283
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 5
        11: .line 284
            aload 3 /* _reply */
            invokevirtual android.os.Parcel.recycle:()V
        12: .line 285
            aload 2 /* _data */
            invokevirtual android.os.Parcel.recycle:()V
        13: .line 286
            aload 5
            athrow
        start local 4 // int _result
        14: .line 284
      StackMap locals: int
      StackMap stack:
            aload 3 /* _reply */
            invokevirtual android.os.Parcel.recycle:()V
        15: .line 285
            aload 2 /* _data */
            invokevirtual android.os.Parcel.recycle:()V
        16: .line 287
            iload 4 /* _result */
            ireturn
        end local 4 // int _result
        end local 3 // android.os.Parcel _reply
        end local 2 // android.os.Parcel _data
        end local 1 // android.hardware.location.IContextHubCallback callback
        end local 0 // android.hardware.location.IContextHubService$Stub$Proxy this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   17     0      this  Landroid/hardware/location/IContextHubService$Stub$Proxy;
            0   17     1  callback  Landroid/hardware/location/IContextHubCallback;
            1   17     2     _data  Landroid/os/Parcel;
            2   17     3    _reply  Landroid/os/Parcel;
            9   10     4   _result  I
           14   17     4   _result  I
      Exception table:
        from    to  target  type
           2    10      10  any
    Exceptions:
      throws android.os.RemoteException
    MethodParameters:
          Name  Flags
      callback  

  public int[] getContextHubHandles();
    descriptor: ()[I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=1
        start local 0 // android.hardware.location.IContextHubService$Stub$Proxy this
         0: .line 291
            invokestatic android.os.Parcel.obtain:()Landroid/os/Parcel;
            astore 1 /* _data */
        start local 1 // android.os.Parcel _data
         1: .line 292
            invokestatic android.os.Parcel.obtain:()Landroid/os/Parcel;
            astore 2 /* _reply */
        start local 2 // android.os.Parcel _reply
         2: .line 295
            aload 1 /* _data */
            ldc "android.hardware.location.IContextHubService"
            invokevirtual android.os.Parcel.writeInterfaceToken:(Ljava/lang/String;)V
         3: .line 296
            aload 0 /* this */
            getfield android.hardware.location.IContextHubService$Stub$Proxy.mRemote:Landroid/os/IBinder;
            iconst_2
            aload 1 /* _data */
            aload 2 /* _reply */
            iconst_0
            invokeinterface android.os.IBinder.transact:(ILandroid/os/Parcel;Landroid/os/Parcel;I)Z
            pop
         4: .line 297
            aload 2 /* _reply */
            invokevirtual android.os.Parcel.readException:()V
         5: .line 298
            aload 2 /* _reply */
            invokevirtual android.os.Parcel.createIntArray:()[I
            astore 3 /* _result */
        start local 3 // int[] _result
         6: .line 299
            goto 11
        end local 3 // int[] _result
         7: .line 300
      StackMap locals: android.hardware.location.IContextHubService$Stub$Proxy android.os.Parcel android.os.Parcel
      StackMap stack: java.lang.Throwable
            astore 4
         8: .line 301
            aload 2 /* _reply */
            invokevirtual android.os.Parcel.recycle:()V
         9: .line 302
            aload 1 /* _data */
            invokevirtual android.os.Parcel.recycle:()V
        10: .line 303
            aload 4
            athrow
        start local 3 // int[] _result
        11: .line 301
      StackMap locals: int[]
      StackMap stack:
            aload 2 /* _reply */
            invokevirtual android.os.Parcel.recycle:()V
        12: .line 302
            aload 1 /* _data */
            invokevirtual android.os.Parcel.recycle:()V
        13: .line 304
            aload 3 /* _result */
            areturn
        end local 3 // int[] _result
        end local 2 // android.os.Parcel _reply
        end local 1 // android.os.Parcel _data
        end local 0 // android.hardware.location.IContextHubService$Stub$Proxy this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   14     0     this  Landroid/hardware/location/IContextHubService$Stub$Proxy;
            1   14     1    _data  Landroid/os/Parcel;
            2   14     2   _reply  Landroid/os/Parcel;
            6    7     3  _result  [I
           11   14     3  _result  [I
      Exception table:
        from    to  target  type
           2     7       7  any
    Exceptions:
      throws android.os.RemoteException

  public android.hardware.location.ContextHubInfo getContextHubInfo(int);
    descriptor: (I)Landroid/hardware/location/ContextHubInfo;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=6, args_size=2
        start local 0 // android.hardware.location.IContextHubService$Stub$Proxy this
        start local 1 // int contextHubHandle
         0: .line 310
            invokestatic android.os.Parcel.obtain:()Landroid/os/Parcel;
            astore 2 /* _data */
        start local 2 // android.os.Parcel _data
         1: .line 311
            invokestatic android.os.Parcel.obtain:()Landroid/os/Parcel;
            astore 3 /* _reply */
        start local 3 // android.os.Parcel _reply
         2: .line 314
            aload 2 /* _data */
            ldc "android.hardware.location.IContextHubService"
            invokevirtual android.os.Parcel.writeInterfaceToken:(Ljava/lang/String;)V
         3: .line 315
            aload 2 /* _data */
            iload 1 /* contextHubHandle */
            invokevirtual android.os.Parcel.writeInt:(I)V
         4: .line 316
            aload 0 /* this */
            getfield android.hardware.location.IContextHubService$Stub$Proxy.mRemote:Landroid/os/IBinder;
            iconst_3
            aload 2 /* _data */
            aload 3 /* _reply */
            iconst_0
            invokeinterface android.os.IBinder.transact:(ILandroid/os/Parcel;Landroid/os/Parcel;I)Z
            pop
         5: .line 317
            aload 3 /* _reply */
            invokevirtual android.os.Parcel.readException:()V
         6: .line 318
            aload 3 /* _reply */
            invokevirtual android.os.Parcel.readInt:()I
            ifeq 9
         7: .line 319
            getstatic android.hardware.location.ContextHubInfo.CREATOR:Landroid/os/Parcelable$Creator;
            aload 3 /* _reply */
            invokeinterface android.os.Parcelable$Creator.createFromParcel:(Landroid/os/Parcel;)Ljava/lang/Object;
            checkcast android.hardware.location.ContextHubInfo
            astore 4 /* _result */
        start local 4 // android.hardware.location.ContextHubInfo _result
         8: .line 320
            goto 15
        end local 4 // android.hardware.location.ContextHubInfo _result
         9: .line 322
      StackMap locals: android.os.Parcel android.os.Parcel
      StackMap stack:
            aconst_null
            astore 4 /* _result */
        start local 4 // android.hardware.location.ContextHubInfo _result
        10: .line 324
            goto 15
        end local 4 // android.hardware.location.ContextHubInfo _result
        11: .line 325
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 5
        12: .line 326
            aload 3 /* _reply */
            invokevirtual android.os.Parcel.recycle:()V
        13: .line 327
            aload 2 /* _data */
            invokevirtual android.os.Parcel.recycle:()V
        14: .line 328
            aload 5
            athrow
        start local 4 // android.hardware.location.ContextHubInfo _result
        15: .line 326
      StackMap locals: android.hardware.location.ContextHubInfo
      StackMap stack:
            aload 3 /* _reply */
            invokevirtual android.os.Parcel.recycle:()V
        16: .line 327
            aload 2 /* _data */
            invokevirtual android.os.Parcel.recycle:()V
        17: .line 329
            aload 4 /* _result */
            areturn
        end local 4 // android.hardware.location.ContextHubInfo _result
        end local 3 // android.os.Parcel _reply
        end local 2 // android.os.Parcel _data
        end local 1 // int contextHubHandle
        end local 0 // android.hardware.location.IContextHubService$Stub$Proxy this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0   18     0              this  Landroid/hardware/location/IContextHubService$Stub$Proxy;
            0   18     1  contextHubHandle  I
            1   18     2             _data  Landroid/os/Parcel;
            2   18     3            _reply  Landroid/os/Parcel;
            8    9     4           _result  Landroid/hardware/location/ContextHubInfo;
           10   11     4           _result  Landroid/hardware/location/ContextHubInfo;
           15   18     4           _result  Landroid/hardware/location/ContextHubInfo;
      Exception table:
        from    to  target  type
           2    11      11  any
    Exceptions:
      throws android.os.RemoteException
    MethodParameters:
                  Name  Flags
      contextHubHandle  

  public int loadNanoApp(int, android.hardware.location.NanoApp);
    descriptor: (ILandroid/hardware/location/NanoApp;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=7, args_size=3
        start local 0 // android.hardware.location.IContextHubService$Stub$Proxy this
        start local 1 // int contextHubHandle
        start local 2 // android.hardware.location.NanoApp nanoApp
         0: .line 333
            invokestatic android.os.Parcel.obtain:()Landroid/os/Parcel;
            astore 3 /* _data */
        start local 3 // android.os.Parcel _data
         1: .line 334
            invokestatic android.os.Parcel.obtain:()Landroid/os/Parcel;
            astore 4 /* _reply */
        start local 4 // android.os.Parcel _reply
         2: .line 337
            aload 3 /* _data */
            ldc "android.hardware.location.IContextHubService"
            invokevirtual android.os.Parcel.writeInterfaceToken:(Ljava/lang/String;)V
         3: .line 338
            aload 3 /* _data */
            iload 1 /* contextHubHandle */
            invokevirtual android.os.Parcel.writeInt:(I)V
         4: .line 339
            aload 2 /* nanoApp */
            ifnull 8
         5: .line 340
            aload 3 /* _data */
            iconst_1
            invokevirtual android.os.Parcel.writeInt:(I)V
         6: .line 341
            aload 2 /* nanoApp */
            aload 3 /* _data */
            iconst_0
            invokevirtual android.hardware.location.NanoApp.writeToParcel:(Landroid/os/Parcel;I)V
         7: .line 342
            goto 9
         8: .line 344
      StackMap locals: android.os.Parcel android.os.Parcel
      StackMap stack:
            aload 3 /* _data */
            iconst_0
            invokevirtual android.os.Parcel.writeInt:(I)V
         9: .line 346
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield android.hardware.location.IContextHubService$Stub$Proxy.mRemote:Landroid/os/IBinder;
            iconst_4
            aload 3 /* _data */
            aload 4 /* _reply */
            iconst_0
            invokeinterface android.os.IBinder.transact:(ILandroid/os/Parcel;Landroid/os/Parcel;I)Z
            pop
        10: .line 347
            aload 4 /* _reply */
            invokevirtual android.os.Parcel.readException:()V
        11: .line 348
            aload 4 /* _reply */
            invokevirtual android.os.Parcel.readInt:()I
            istore 5 /* _result */
        start local 5 // int _result
        12: .line 349
            goto 17
        end local 5 // int _result
        13: .line 350
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 6
        14: .line 351
            aload 4 /* _reply */
            invokevirtual android.os.Parcel.recycle:()V
        15: .line 352
            aload 3 /* _data */
            invokevirtual android.os.Parcel.recycle:()V
        16: .line 353
            aload 6
            athrow
        start local 5 // int _result
        17: .line 351
      StackMap locals: int
      StackMap stack:
            aload 4 /* _reply */
            invokevirtual android.os.Parcel.recycle:()V
        18: .line 352
            aload 3 /* _data */
            invokevirtual android.os.Parcel.recycle:()V
        19: .line 354
            iload 5 /* _result */
            ireturn
        end local 5 // int _result
        end local 4 // android.os.Parcel _reply
        end local 3 // android.os.Parcel _data
        end local 2 // android.hardware.location.NanoApp nanoApp
        end local 1 // int contextHubHandle
        end local 0 // android.hardware.location.IContextHubService$Stub$Proxy this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0   20     0              this  Landroid/hardware/location/IContextHubService$Stub$Proxy;
            0   20     1  contextHubHandle  I
            0   20     2           nanoApp  Landroid/hardware/location/NanoApp;
            1   20     3             _data  Landroid/os/Parcel;
            2   20     4            _reply  Landroid/os/Parcel;
           12   13     5           _result  I
           17   20     5           _result  I
      Exception table:
        from    to  target  type
           2    13      13  any
    Exceptions:
      throws android.os.RemoteException
    MethodParameters:
                  Name  Flags
      contextHubHandle  
      nanoApp           

  public int unloadNanoApp(int);
    descriptor: (I)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=6, args_size=2
        start local 0 // android.hardware.location.IContextHubService$Stub$Proxy this
        start local 1 // int nanoAppHandle
         0: .line 358
            invokestatic android.os.Parcel.obtain:()Landroid/os/Parcel;
            astore 2 /* _data */
        start local 2 // android.os.Parcel _data
         1: .line 359
            invokestatic android.os.Parcel.obtain:()Landroid/os/Parcel;
            astore 3 /* _reply */
        start local 3 // android.os.Parcel _reply
         2: .line 362
            aload 2 /* _data */
            ldc "android.hardware.location.IContextHubService"
            invokevirtual android.os.Parcel.writeInterfaceToken:(Ljava/lang/String;)V
         3: .line 363
            aload 2 /* _data */
            iload 1 /* nanoAppHandle */
            invokevirtual android.os.Parcel.writeInt:(I)V
         4: .line 364
            aload 0 /* this */
            getfield android.hardware.location.IContextHubService$Stub$Proxy.mRemote:Landroid/os/IBinder;
            iconst_5
            aload 2 /* _data */
            aload 3 /* _reply */
            iconst_0
            invokeinterface android.os.IBinder.transact:(ILandroid/os/Parcel;Landroid/os/Parcel;I)Z
            pop
         5: .line 365
            aload 3 /* _reply */
            invokevirtual android.os.Parcel.readException:()V
         6: .line 366
            aload 3 /* _reply */
            invokevirtual android.os.Parcel.readInt:()I
            istore 4 /* _result */
        start local 4 // int _result
         7: .line 367
            goto 12
        end local 4 // int _result
         8: .line 368
      StackMap locals: android.hardware.location.IContextHubService$Stub$Proxy int android.os.Parcel android.os.Parcel
      StackMap stack: java.lang.Throwable
            astore 5
         9: .line 369
            aload 3 /* _reply */
            invokevirtual android.os.Parcel.recycle:()V
        10: .line 370
            aload 2 /* _data */
            invokevirtual android.os.Parcel.recycle:()V
        11: .line 371
            aload 5
            athrow
        start local 4 // int _result
        12: .line 369
      StackMap locals: int
      StackMap stack:
            aload 3 /* _reply */
            invokevirtual android.os.Parcel.recycle:()V
        13: .line 370
            aload 2 /* _data */
            invokevirtual android.os.Parcel.recycle:()V
        14: .line 372
            iload 4 /* _result */
            ireturn
        end local 4 // int _result
        end local 3 // android.os.Parcel _reply
        end local 2 // android.os.Parcel _data
        end local 1 // int nanoAppHandle
        end local 0 // android.hardware.location.IContextHubService$Stub$Proxy this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   15     0           this  Landroid/hardware/location/IContextHubService$Stub$Proxy;
            0   15     1  nanoAppHandle  I
            1   15     2          _data  Landroid/os/Parcel;
            2   15     3         _reply  Landroid/os/Parcel;
            7    8     4        _result  I
           12   15     4        _result  I
      Exception table:
        from    to  target  type
           2     8       8  any
    Exceptions:
      throws android.os.RemoteException
    MethodParameters:
               Name  Flags
      nanoAppHandle  

  public android.hardware.location.NanoAppInstanceInfo getNanoAppInstanceInfo(int);
    descriptor: (I)Landroid/hardware/location/NanoAppInstanceInfo;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=6, args_size=2
        start local 0 // android.hardware.location.IContextHubService$Stub$Proxy this
        start local 1 // int nanoAppHandle
         0: .line 378
            invokestatic android.os.Parcel.obtain:()Landroid/os/Parcel;
            astore 2 /* _data */
        start local 2 // android.os.Parcel _data
         1: .line 379
            invokestatic android.os.Parcel.obtain:()Landroid/os/Parcel;
            astore 3 /* _reply */
        start local 3 // android.os.Parcel _reply
         2: .line 382
            aload 2 /* _data */
            ldc "android.hardware.location.IContextHubService"
            invokevirtual android.os.Parcel.writeInterfaceToken:(Ljava/lang/String;)V
         3: .line 383
            aload 2 /* _data */
            iload 1 /* nanoAppHandle */
            invokevirtual android.os.Parcel.writeInt:(I)V
         4: .line 384
            aload 0 /* this */
            getfield android.hardware.location.IContextHubService$Stub$Proxy.mRemote:Landroid/os/IBinder;
            bipush 6
            aload 2 /* _data */
            aload 3 /* _reply */
            iconst_0
            invokeinterface android.os.IBinder.transact:(ILandroid/os/Parcel;Landroid/os/Parcel;I)Z
            pop
         5: .line 385
            aload 3 /* _reply */
            invokevirtual android.os.Parcel.readException:()V
         6: .line 386
            aload 3 /* _reply */
            invokevirtual android.os.Parcel.readInt:()I
            ifeq 9
         7: .line 387
            getstatic android.hardware.location.NanoAppInstanceInfo.CREATOR:Landroid/os/Parcelable$Creator;
            aload 3 /* _reply */
            invokeinterface android.os.Parcelable$Creator.createFromParcel:(Landroid/os/Parcel;)Ljava/lang/Object;
            checkcast android.hardware.location.NanoAppInstanceInfo
            astore 4 /* _result */
        start local 4 // android.hardware.location.NanoAppInstanceInfo _result
         8: .line 388
            goto 15
        end local 4 // android.hardware.location.NanoAppInstanceInfo _result
         9: .line 390
      StackMap locals: android.os.Parcel android.os.Parcel
      StackMap stack:
            aconst_null
            astore 4 /* _result */
        start local 4 // android.hardware.location.NanoAppInstanceInfo _result
        10: .line 392
            goto 15
        end local 4 // android.hardware.location.NanoAppInstanceInfo _result
        11: .line 393
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 5
        12: .line 394
            aload 3 /* _reply */
            invokevirtual android.os.Parcel.recycle:()V
        13: .line 395
            aload 2 /* _data */
            invokevirtual android.os.Parcel.recycle:()V
        14: .line 396
            aload 5
            athrow
        start local 4 // android.hardware.location.NanoAppInstanceInfo _result
        15: .line 394
      StackMap locals: android.hardware.location.NanoAppInstanceInfo
      StackMap stack:
            aload 3 /* _reply */
            invokevirtual android.os.Parcel.recycle:()V
        16: .line 395
            aload 2 /* _data */
            invokevirtual android.os.Parcel.recycle:()V
        17: .line 397
            aload 4 /* _result */
            areturn
        end local 4 // android.hardware.location.NanoAppInstanceInfo _result
        end local 3 // android.os.Parcel _reply
        end local 2 // android.os.Parcel _data
        end local 1 // int nanoAppHandle
        end local 0 // android.hardware.location.IContextHubService$Stub$Proxy this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   18     0           this  Landroid/hardware/location/IContextHubService$Stub$Proxy;
            0   18     1  nanoAppHandle  I
            1   18     2          _data  Landroid/os/Parcel;
            2   18     3         _reply  Landroid/os/Parcel;
            8    9     4        _result  Landroid/hardware/location/NanoAppInstanceInfo;
           10   11     4        _result  Landroid/hardware/location/NanoAppInstanceInfo;
           15   18     4        _result  Landroid/hardware/location/NanoAppInstanceInfo;
      Exception table:
        from    to  target  type
           2    11      11  any
    Exceptions:
      throws android.os.RemoteException
    MethodParameters:
               Name  Flags
      nanoAppHandle  

  public int[] findNanoAppOnHub(int, android.hardware.location.NanoAppFilter);
    descriptor: (ILandroid/hardware/location/NanoAppFilter;)[I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=7, args_size=3
        start local 0 // android.hardware.location.IContextHubService$Stub$Proxy this
        start local 1 // int contextHubHandle
        start local 2 // android.hardware.location.NanoAppFilter filter
         0: .line 401
            invokestatic android.os.Parcel.obtain:()Landroid/os/Parcel;
            astore 3 /* _data */
        start local 3 // android.os.Parcel _data
         1: .line 402
            invokestatic android.os.Parcel.obtain:()Landroid/os/Parcel;
            astore 4 /* _reply */
        start local 4 // android.os.Parcel _reply
         2: .line 405
            aload 3 /* _data */
            ldc "android.hardware.location.IContextHubService"
            invokevirtual android.os.Parcel.writeInterfaceToken:(Ljava/lang/String;)V
         3: .line 406
            aload 3 /* _data */
            iload 1 /* contextHubHandle */
            invokevirtual android.os.Parcel.writeInt:(I)V
         4: .line 407
            aload 2 /* filter */
            ifnull 8
         5: .line 408
            aload 3 /* _data */
            iconst_1
            invokevirtual android.os.Parcel.writeInt:(I)V
         6: .line 409
            aload 2 /* filter */
            aload 3 /* _data */
            iconst_0
            invokevirtual android.hardware.location.NanoAppFilter.writeToParcel:(Landroid/os/Parcel;I)V
         7: .line 410
            goto 9
         8: .line 412
      StackMap locals: android.os.Parcel android.os.Parcel
      StackMap stack:
            aload 3 /* _data */
            iconst_0
            invokevirtual android.os.Parcel.writeInt:(I)V
         9: .line 414
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield android.hardware.location.IContextHubService$Stub$Proxy.mRemote:Landroid/os/IBinder;
            bipush 7
            aload 3 /* _data */
            aload 4 /* _reply */
            iconst_0
            invokeinterface android.os.IBinder.transact:(ILandroid/os/Parcel;Landroid/os/Parcel;I)Z
            pop
        10: .line 415
            aload 4 /* _reply */
            invokevirtual android.os.Parcel.readException:()V
        11: .line 416
            aload 4 /* _reply */
            invokevirtual android.os.Parcel.createIntArray:()[I
            astore 5 /* _result */
        start local 5 // int[] _result
        12: .line 417
            goto 17
        end local 5 // int[] _result
        13: .line 418
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 6
        14: .line 419
            aload 4 /* _reply */
            invokevirtual android.os.Parcel.recycle:()V
        15: .line 420
            aload 3 /* _data */
            invokevirtual android.os.Parcel.recycle:()V
        16: .line 421
            aload 6
            athrow
        start local 5 // int[] _result
        17: .line 419
      StackMap locals: int[]
      StackMap stack:
            aload 4 /* _reply */
            invokevirtual android.os.Parcel.recycle:()V
        18: .line 420
            aload 3 /* _data */
            invokevirtual android.os.Parcel.recycle:()V
        19: .line 422
            aload 5 /* _result */
            areturn
        end local 5 // int[] _result
        end local 4 // android.os.Parcel _reply
        end local 3 // android.os.Parcel _data
        end local 2 // android.hardware.location.NanoAppFilter filter
        end local 1 // int contextHubHandle
        end local 0 // android.hardware.location.IContextHubService$Stub$Proxy this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0   20     0              this  Landroid/hardware/location/IContextHubService$Stub$Proxy;
            0   20     1  contextHubHandle  I
            0   20     2            filter  Landroid/hardware/location/NanoAppFilter;
            1   20     3             _data  Landroid/os/Parcel;
            2   20     4            _reply  Landroid/os/Parcel;
           12   13     5           _result  [I
           17   20     5           _result  [I
      Exception table:
        from    to  target  type
           2    13      13  any
    Exceptions:
      throws android.os.RemoteException
    MethodParameters:
                  Name  Flags
      contextHubHandle  
      filter            

  public int sendMessage(int, int, android.hardware.location.ContextHubMessage);
    descriptor: (IILandroid/hardware/location/ContextHubMessage;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=8, args_size=4
        start local 0 // android.hardware.location.IContextHubService$Stub$Proxy this
        start local 1 // int contextHubHandle
        start local 2 // int nanoAppHandle
        start local 3 // android.hardware.location.ContextHubMessage msg
         0: .line 426
            invokestatic android.os.Parcel.obtain:()Landroid/os/Parcel;
            astore 4 /* _data */
        start local 4 // android.os.Parcel _data
         1: .line 427
            invokestatic android.os.Parcel.obtain:()Landroid/os/Parcel;
            astore 5 /* _reply */
        start local 5 // android.os.Parcel _reply
         2: .line 430
            aload 4 /* _data */
            ldc "android.hardware.location.IContextHubService"
            invokevirtual android.os.Parcel.writeInterfaceToken:(Ljava/lang/String;)V
         3: .line 431
            aload 4 /* _data */
            iload 1 /* contextHubHandle */
            invokevirtual android.os.Parcel.writeInt:(I)V
         4: .line 432
            aload 4 /* _data */
            iload 2 /* nanoAppHandle */
            invokevirtual android.os.Parcel.writeInt:(I)V
         5: .line 433
            aload 3 /* msg */
            ifnull 9
         6: .line 434
            aload 4 /* _data */
            iconst_1
            invokevirtual android.os.Parcel.writeInt:(I)V
         7: .line 435
            aload 3 /* msg */
            aload 4 /* _data */
            iconst_0
            invokevirtual android.hardware.location.ContextHubMessage.writeToParcel:(Landroid/os/Parcel;I)V
         8: .line 436
            goto 10
         9: .line 438
      StackMap locals: android.os.Parcel android.os.Parcel
      StackMap stack:
            aload 4 /* _data */
            iconst_0
            invokevirtual android.os.Parcel.writeInt:(I)V
        10: .line 440
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield android.hardware.location.IContextHubService$Stub$Proxy.mRemote:Landroid/os/IBinder;
            bipush 8
            aload 4 /* _data */
            aload 5 /* _reply */
            iconst_0
            invokeinterface android.os.IBinder.transact:(ILandroid/os/Parcel;Landroid/os/Parcel;I)Z
            pop
        11: .line 441
            aload 5 /* _reply */
            invokevirtual android.os.Parcel.readException:()V
        12: .line 442
            aload 5 /* _reply */
            invokevirtual android.os.Parcel.readInt:()I
            istore 6 /* _result */
        start local 6 // int _result
        13: .line 443
            goto 18
        end local 6 // int _result
        14: .line 444
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 7
        15: .line 445
            aload 5 /* _reply */
            invokevirtual android.os.Parcel.recycle:()V
        16: .line 446
            aload 4 /* _data */
            invokevirtual android.os.Parcel.recycle:()V
        17: .line 447
            aload 7
            athrow
        start local 6 // int _result
        18: .line 445
      StackMap locals: int
      StackMap stack:
            aload 5 /* _reply */
            invokevirtual android.os.Parcel.recycle:()V
        19: .line 446
            aload 4 /* _data */
            invokevirtual android.os.Parcel.recycle:()V
        20: .line 448
            iload 6 /* _result */
            ireturn
        end local 6 // int _result
        end local 5 // android.os.Parcel _reply
        end local 4 // android.os.Parcel _data
        end local 3 // android.hardware.location.ContextHubMessage msg
        end local 2 // int nanoAppHandle
        end local 1 // int contextHubHandle
        end local 0 // android.hardware.location.IContextHubService$Stub$Proxy this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0   21     0              this  Landroid/hardware/location/IContextHubService$Stub$Proxy;
            0   21     1  contextHubHandle  I
            0   21     2     nanoAppHandle  I
            0   21     3               msg  Landroid/hardware/location/ContextHubMessage;
            1   21     4             _data  Landroid/os/Parcel;
            2   21     5            _reply  Landroid/os/Parcel;
           13   14     6           _result  I
           18   21     6           _result  I
      Exception table:
        from    to  target  type
           2    14      14  any
    Exceptions:
      throws android.os.RemoteException
    MethodParameters:
                  Name  Flags
      contextHubHandle  
      nanoAppHandle     
      msg               

  public android.hardware.location.IContextHubClient createClient(android.hardware.location.IContextHubClientCallback, int);
    descriptor: (Landroid/hardware/location/IContextHubClientCallback;I)Landroid/hardware/location/IContextHubClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=7, args_size=3
        start local 0 // android.hardware.location.IContextHubService$Stub$Proxy this
        start local 1 // android.hardware.location.IContextHubClientCallback client
        start local 2 // int contextHubId
         0: .line 454
            invokestatic android.os.Parcel.obtain:()Landroid/os/Parcel;
            astore 3 /* _data */
        start local 3 // android.os.Parcel _data
         1: .line 455
            invokestatic android.os.Parcel.obtain:()Landroid/os/Parcel;
            astore 4 /* _reply */
        start local 4 // android.os.Parcel _reply
         2: .line 458
            aload 3 /* _data */
            ldc "android.hardware.location.IContextHubService"
            invokevirtual android.os.Parcel.writeInterfaceToken:(Ljava/lang/String;)V
         3: .line 459
            aload 3 /* _data */
            aload 1 /* client */
            ifnull 4
            aload 1 /* client */
            invokeinterface android.hardware.location.IContextHubClientCallback.asBinder:()Landroid/os/IBinder;
            goto 5
      StackMap locals: android.hardware.location.IContextHubService$Stub$Proxy android.hardware.location.IContextHubClientCallback int android.os.Parcel android.os.Parcel
      StackMap stack: android.os.Parcel
         4: aconst_null
      StackMap locals: android.hardware.location.IContextHubService$Stub$Proxy android.hardware.location.IContextHubClientCallback int android.os.Parcel android.os.Parcel
      StackMap stack: android.os.Parcel android.os.IBinder
         5: invokevirtual android.os.Parcel.writeStrongBinder:(Landroid/os/IBinder;)V
         6: .line 460
            aload 3 /* _data */
            iload 2 /* contextHubId */
            invokevirtual android.os.Parcel.writeInt:(I)V
         7: .line 461
            aload 0 /* this */
            getfield android.hardware.location.IContextHubService$Stub$Proxy.mRemote:Landroid/os/IBinder;
            bipush 9
            aload 3 /* _data */
            aload 4 /* _reply */
            iconst_0
            invokeinterface android.os.IBinder.transact:(ILandroid/os/Parcel;Landroid/os/Parcel;I)Z
            pop
         8: .line 462
            aload 4 /* _reply */
            invokevirtual android.os.Parcel.readException:()V
         9: .line 463
            aload 4 /* _reply */
            invokevirtual android.os.Parcel.readStrongBinder:()Landroid/os/IBinder;
            invokestatic android.hardware.location.IContextHubClient$Stub.asInterface:(Landroid/os/IBinder;)Landroid/hardware/location/IContextHubClient;
            astore 5 /* _result */
        start local 5 // android.hardware.location.IContextHubClient _result
        10: .line 464
            goto 15
        end local 5 // android.hardware.location.IContextHubClient _result
        11: .line 465
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 6
        12: .line 466
            aload 4 /* _reply */
            invokevirtual android.os.Parcel.recycle:()V
        13: .line 467
            aload 3 /* _data */
            invokevirtual android.os.Parcel.recycle:()V
        14: .line 468
            aload 6
            athrow
        start local 5 // android.hardware.location.IContextHubClient _result
        15: .line 466
      StackMap locals: android.hardware.location.IContextHubClient
      StackMap stack:
            aload 4 /* _reply */
            invokevirtual android.os.Parcel.recycle:()V
        16: .line 467
            aload 3 /* _data */
            invokevirtual android.os.Parcel.recycle:()V
        17: .line 469
            aload 5 /* _result */
            areturn
        end local 5 // android.hardware.location.IContextHubClient _result
        end local 4 // android.os.Parcel _reply
        end local 3 // android.os.Parcel _data
        end local 2 // int contextHubId
        end local 1 // android.hardware.location.IContextHubClientCallback client
        end local 0 // android.hardware.location.IContextHubService$Stub$Proxy this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   18     0          this  Landroid/hardware/location/IContextHubService$Stub$Proxy;
            0   18     1        client  Landroid/hardware/location/IContextHubClientCallback;
            0   18     2  contextHubId  I
            1   18     3         _data  Landroid/os/Parcel;
            2   18     4        _reply  Landroid/os/Parcel;
           10   11     5       _result  Landroid/hardware/location/IContextHubClient;
           15   18     5       _result  Landroid/hardware/location/IContextHubClient;
      Exception table:
        from    to  target  type
           2    11      11  any
    Exceptions:
      throws android.os.RemoteException
    MethodParameters:
              Name  Flags
      client        
      contextHubId  

  public java.util.List<android.hardware.location.ContextHubInfo> getContextHubs();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=1
        start local 0 // android.hardware.location.IContextHubService$Stub$Proxy this
         0: .line 475
            invokestatic android.os.Parcel.obtain:()Landroid/os/Parcel;
            astore 1 /* _data */
        start local 1 // android.os.Parcel _data
         1: .line 476
            invokestatic android.os.Parcel.obtain:()Landroid/os/Parcel;
            astore 2 /* _reply */
        start local 2 // android.os.Parcel _reply
         2: .line 479
            aload 1 /* _data */
            ldc "android.hardware.location.IContextHubService"
            invokevirtual android.os.Parcel.writeInterfaceToken:(Ljava/lang/String;)V
         3: .line 480
            aload 0 /* this */
            getfield android.hardware.location.IContextHubService$Stub$Proxy.mRemote:Landroid/os/IBinder;
            bipush 10
            aload 1 /* _data */
            aload 2 /* _reply */
            iconst_0
            invokeinterface android.os.IBinder.transact:(ILandroid/os/Parcel;Landroid/os/Parcel;I)Z
            pop
         4: .line 481
            aload 2 /* _reply */
            invokevirtual android.os.Parcel.readException:()V
         5: .line 482
            aload 2 /* _reply */
            getstatic android.hardware.location.ContextHubInfo.CREATOR:Landroid/os/Parcelable$Creator;
            invokevirtual android.os.Parcel.createTypedArrayList:(Landroid/os/Parcelable$Creator;)Ljava/util/ArrayList;
            astore 3 /* _result */
        start local 3 // java.util.List _result
         6: .line 483
            goto 11
        end local 3 // java.util.List _result
         7: .line 484
      StackMap locals: android.hardware.location.IContextHubService$Stub$Proxy android.os.Parcel android.os.Parcel
      StackMap stack: java.lang.Throwable
            astore 4
         8: .line 485
            aload 2 /* _reply */
            invokevirtual android.os.Parcel.recycle:()V
         9: .line 486
            aload 1 /* _data */
            invokevirtual android.os.Parcel.recycle:()V
        10: .line 487
            aload 4
            athrow
        start local 3 // java.util.List _result
        11: .line 485
      StackMap locals: java.util.List
      StackMap stack:
            aload 2 /* _reply */
            invokevirtual android.os.Parcel.recycle:()V
        12: .line 486
            aload 1 /* _data */
            invokevirtual android.os.Parcel.recycle:()V
        13: .line 488
            aload 3 /* _result */
            areturn
        end local 3 // java.util.List _result
        end local 2 // android.os.Parcel _reply
        end local 1 // android.os.Parcel _data
        end local 0 // android.hardware.location.IContextHubService$Stub$Proxy this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   14     0     this  Landroid/hardware/location/IContextHubService$Stub$Proxy;
            1   14     1    _data  Landroid/os/Parcel;
            2   14     2   _reply  Landroid/os/Parcel;
            6    7     3  _result  Ljava/util/List<Landroid/hardware/location/ContextHubInfo;>;
           11   14     3  _result  Ljava/util/List<Landroid/hardware/location/ContextHubInfo;>;
      Exception table:
        from    to  target  type
           2     7       7  any
    Exceptions:
      throws android.os.RemoteException
    Signature: ()Ljava/util/List<Landroid/hardware/location/ContextHubInfo;>;

  public void loadNanoAppOnHub(int, android.hardware.location.IContextHubTransactionCallback, android.hardware.location.NanoAppBinary);
    descriptor: (ILandroid/hardware/location/IContextHubTransactionCallback;Landroid/hardware/location/NanoAppBinary;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=7, args_size=4
        start local 0 // android.hardware.location.IContextHubService$Stub$Proxy this
        start local 1 // int contextHubId
        start local 2 // android.hardware.location.IContextHubTransactionCallback transactionCallback
        start local 3 // android.hardware.location.NanoAppBinary nanoAppBinary
         0: .line 494
            invokestatic android.os.Parcel.obtain:()Landroid/os/Parcel;
            astore 4 /* _data */
        start local 4 // android.os.Parcel _data
         1: .line 495
            invokestatic android.os.Parcel.obtain:()Landroid/os/Parcel;
            astore 5 /* _reply */
        start local 5 // android.os.Parcel _reply
         2: .line 497
            aload 4 /* _data */
            ldc "android.hardware.location.IContextHubService"
            invokevirtual android.os.Parcel.writeInterfaceToken:(Ljava/lang/String;)V
         3: .line 498
            aload 4 /* _data */
            iload 1 /* contextHubId */
            invokevirtual android.os.Parcel.writeInt:(I)V
         4: .line 499
            aload 4 /* _data */
            aload 2 /* transactionCallback */
            ifnull 5
            aload 2 /* transactionCallback */
            invokeinterface android.hardware.location.IContextHubTransactionCallback.asBinder:()Landroid/os/IBinder;
            goto 6
      StackMap locals: android.hardware.location.IContextHubService$Stub$Proxy int android.hardware.location.IContextHubTransactionCallback android.hardware.location.NanoAppBinary android.os.Parcel android.os.Parcel
      StackMap stack: android.os.Parcel
         5: aconst_null
      StackMap locals: android.hardware.location.IContextHubService$Stub$Proxy int android.hardware.location.IContextHubTransactionCallback android.hardware.location.NanoAppBinary android.os.Parcel android.os.Parcel
      StackMap stack: android.os.Parcel android.os.IBinder
         6: invokevirtual android.os.Parcel.writeStrongBinder:(Landroid/os/IBinder;)V
         7: .line 500
            aload 3 /* nanoAppBinary */
            ifnull 11
         8: .line 501
            aload 4 /* _data */
            iconst_1
            invokevirtual android.os.Parcel.writeInt:(I)V
         9: .line 502
            aload 3 /* nanoAppBinary */
            aload 4 /* _data */
            iconst_0
            invokevirtual android.hardware.location.NanoAppBinary.writeToParcel:(Landroid/os/Parcel;I)V
        10: .line 503
            goto 12
        11: .line 505
      StackMap locals:
      StackMap stack:
            aload 4 /* _data */
            iconst_0
            invokevirtual android.os.Parcel.writeInt:(I)V
        12: .line 507
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield android.hardware.location.IContextHubService$Stub$Proxy.mRemote:Landroid/os/IBinder;
            bipush 11
            aload 4 /* _data */
            aload 5 /* _reply */
            iconst_0
            invokeinterface android.os.IBinder.transact:(ILandroid/os/Parcel;Landroid/os/Parcel;I)Z
            pop
        13: .line 508
            aload 5 /* _reply */
            invokevirtual android.os.Parcel.readException:()V
        14: .line 509
            goto 19
        15: .line 510
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 6
        16: .line 511
            aload 5 /* _reply */
            invokevirtual android.os.Parcel.recycle:()V
        17: .line 512
            aload 4 /* _data */
            invokevirtual android.os.Parcel.recycle:()V
        18: .line 513
            aload 6
            athrow
        19: .line 511
      StackMap locals:
      StackMap stack:
            aload 5 /* _reply */
            invokevirtual android.os.Parcel.recycle:()V
        20: .line 512
            aload 4 /* _data */
            invokevirtual android.os.Parcel.recycle:()V
        21: .line 514
            return
        end local 5 // android.os.Parcel _reply
        end local 4 // android.os.Parcel _data
        end local 3 // android.hardware.location.NanoAppBinary nanoAppBinary
        end local 2 // android.hardware.location.IContextHubTransactionCallback transactionCallback
        end local 1 // int contextHubId
        end local 0 // android.hardware.location.IContextHubService$Stub$Proxy this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0   22     0                 this  Landroid/hardware/location/IContextHubService$Stub$Proxy;
            0   22     1         contextHubId  I
            0   22     2  transactionCallback  Landroid/hardware/location/IContextHubTransactionCallback;
            0   22     3        nanoAppBinary  Landroid/hardware/location/NanoAppBinary;
            1   22     4                _data  Landroid/os/Parcel;
            2   22     5               _reply  Landroid/os/Parcel;
      Exception table:
        from    to  target  type
           2    15      15  any
    Exceptions:
      throws android.os.RemoteException
    MethodParameters:
                     Name  Flags
      contextHubId         
      transactionCallback  
      nanoAppBinary        

  public void unloadNanoAppFromHub(int, android.hardware.location.IContextHubTransactionCallback, long);
    descriptor: (ILandroid/hardware/location/IContextHubTransactionCallback;J)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=8, args_size=4
        start local 0 // android.hardware.location.IContextHubService$Stub$Proxy this
        start local 1 // int contextHubId
        start local 2 // android.hardware.location.IContextHubTransactionCallback transactionCallback
        start local 3 // long nanoAppId
         0: .line 519
            invokestatic android.os.Parcel.obtain:()Landroid/os/Parcel;
            astore 5 /* _data */
        start local 5 // android.os.Parcel _data
         1: .line 520
            invokestatic android.os.Parcel.obtain:()Landroid/os/Parcel;
            astore 6 /* _reply */
        start local 6 // android.os.Parcel _reply
         2: .line 522
            aload 5 /* _data */
            ldc "android.hardware.location.IContextHubService"
            invokevirtual android.os.Parcel.writeInterfaceToken:(Ljava/lang/String;)V
         3: .line 523
            aload 5 /* _data */
            iload 1 /* contextHubId */
            invokevirtual android.os.Parcel.writeInt:(I)V
         4: .line 524
            aload 5 /* _data */
            aload 2 /* transactionCallback */
            ifnull 5
            aload 2 /* transactionCallback */
            invokeinterface android.hardware.location.IContextHubTransactionCallback.asBinder:()Landroid/os/IBinder;
            goto 6
      StackMap locals: android.hardware.location.IContextHubService$Stub$Proxy int android.hardware.location.IContextHubTransactionCallback long android.os.Parcel android.os.Parcel
      StackMap stack: android.os.Parcel
         5: aconst_null
      StackMap locals: android.hardware.location.IContextHubService$Stub$Proxy int android.hardware.location.IContextHubTransactionCallback long android.os.Parcel android.os.Parcel
      StackMap stack: android.os.Parcel android.os.IBinder
         6: invokevirtual android.os.Parcel.writeStrongBinder:(Landroid/os/IBinder;)V
         7: .line 525
            aload 5 /* _data */
            lload 3 /* nanoAppId */
            invokevirtual android.os.Parcel.writeLong:(J)V
         8: .line 526
            aload 0 /* this */
            getfield android.hardware.location.IContextHubService$Stub$Proxy.mRemote:Landroid/os/IBinder;
            bipush 12
            aload 5 /* _data */
            aload 6 /* _reply */
            iconst_0
            invokeinterface android.os.IBinder.transact:(ILandroid/os/Parcel;Landroid/os/Parcel;I)Z
            pop
         9: .line 527
            aload 6 /* _reply */
            invokevirtual android.os.Parcel.readException:()V
        10: .line 528
            goto 15
        11: .line 529
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 7
        12: .line 530
            aload 6 /* _reply */
            invokevirtual android.os.Parcel.recycle:()V
        13: .line 531
            aload 5 /* _data */
            invokevirtual android.os.Parcel.recycle:()V
        14: .line 532
            aload 7
            athrow
        15: .line 530
      StackMap locals:
      StackMap stack:
            aload 6 /* _reply */
            invokevirtual android.os.Parcel.recycle:()V
        16: .line 531
            aload 5 /* _data */
            invokevirtual android.os.Parcel.recycle:()V
        17: .line 533
            return
        end local 6 // android.os.Parcel _reply
        end local 5 // android.os.Parcel _data
        end local 3 // long nanoAppId
        end local 2 // android.hardware.location.IContextHubTransactionCallback transactionCallback
        end local 1 // int contextHubId
        end local 0 // android.hardware.location.IContextHubService$Stub$Proxy this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0   18     0                 this  Landroid/hardware/location/IContextHubService$Stub$Proxy;
            0   18     1         contextHubId  I
            0   18     2  transactionCallback  Landroid/hardware/location/IContextHubTransactionCallback;
            0   18     3            nanoAppId  J
            1   18     5                _data  Landroid/os/Parcel;
            2   18     6               _reply  Landroid/os/Parcel;
      Exception table:
        from    to  target  type
           2    11      11  any
    Exceptions:
      throws android.os.RemoteException
    MethodParameters:
                     Name  Flags
      contextHubId         
      transactionCallback  
      nanoAppId            

  public void enableNanoApp(int, android.hardware.location.IContextHubTransactionCallback, long);
    descriptor: (ILandroid/hardware/location/IContextHubTransactionCallback;J)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=8, args_size=4
        start local 0 // android.hardware.location.IContextHubService$Stub$Proxy this
        start local 1 // int contextHubId
        start local 2 // android.hardware.location.IContextHubTransactionCallback transactionCallback
        start local 3 // long nanoAppId
         0: .line 538
            invokestatic android.os.Parcel.obtain:()Landroid/os/Parcel;
            astore 5 /* _data */
        start local 5 // android.os.Parcel _data
         1: .line 539
            invokestatic android.os.Parcel.obtain:()Landroid/os/Parcel;
            astore 6 /* _reply */
        start local 6 // android.os.Parcel _reply
         2: .line 541
            aload 5 /* _data */
            ldc "android.hardware.location.IContextHubService"
            invokevirtual android.os.Parcel.writeInterfaceToken:(Ljava/lang/String;)V
         3: .line 542
            aload 5 /* _data */
            iload 1 /* contextHubId */
            invokevirtual android.os.Parcel.writeInt:(I)V
         4: .line 543
            aload 5 /* _data */
            aload 2 /* transactionCallback */
            ifnull 5
            aload 2 /* transactionCallback */
            invokeinterface android.hardware.location.IContextHubTransactionCallback.asBinder:()Landroid/os/IBinder;
            goto 6
      StackMap locals: android.hardware.location.IContextHubService$Stub$Proxy int android.hardware.location.IContextHubTransactionCallback long android.os.Parcel android.os.Parcel
      StackMap stack: android.os.Parcel
         5: aconst_null
      StackMap locals: android.hardware.location.IContextHubService$Stub$Proxy int android.hardware.location.IContextHubTransactionCallback long android.os.Parcel android.os.Parcel
      StackMap stack: android.os.Parcel android.os.IBinder
         6: invokevirtual android.os.Parcel.writeStrongBinder:(Landroid/os/IBinder;)V
         7: .line 544
            aload 5 /* _data */
            lload 3 /* nanoAppId */
            invokevirtual android.os.Parcel.writeLong:(J)V
         8: .line 545
            aload 0 /* this */
            getfield android.hardware.location.IContextHubService$Stub$Proxy.mRemote:Landroid/os/IBinder;
            bipush 13
            aload 5 /* _data */
            aload 6 /* _reply */
            iconst_0
            invokeinterface android.os.IBinder.transact:(ILandroid/os/Parcel;Landroid/os/Parcel;I)Z
            pop
         9: .line 546
            aload 6 /* _reply */
            invokevirtual android.os.Parcel.readException:()V
        10: .line 547
            goto 15
        11: .line 548
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 7
        12: .line 549
            aload 6 /* _reply */
            invokevirtual android.os.Parcel.recycle:()V
        13: .line 550
            aload 5 /* _data */
            invokevirtual android.os.Parcel.recycle:()V
        14: .line 551
            aload 7
            athrow
        15: .line 549
      StackMap locals:
      StackMap stack:
            aload 6 /* _reply */
            invokevirtual android.os.Parcel.recycle:()V
        16: .line 550
            aload 5 /* _data */
            invokevirtual android.os.Parcel.recycle:()V
        17: .line 552
            return
        end local 6 // android.os.Parcel _reply
        end local 5 // android.os.Parcel _data
        end local 3 // long nanoAppId
        end local 2 // android.hardware.location.IContextHubTransactionCallback transactionCallback
        end local 1 // int contextHubId
        end local 0 // android.hardware.location.IContextHubService$Stub$Proxy this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0   18     0                 this  Landroid/hardware/location/IContextHubService$Stub$Proxy;
            0   18     1         contextHubId  I
            0   18     2  transactionCallback  Landroid/hardware/location/IContextHubTransactionCallback;
            0   18     3            nanoAppId  J
            1   18     5                _data  Landroid/os/Parcel;
            2   18     6               _reply  Landroid/os/Parcel;
      Exception table:
        from    to  target  type
           2    11      11  any
    Exceptions:
      throws android.os.RemoteException
    MethodParameters:
                     Name  Flags
      contextHubId         
      transactionCallback  
      nanoAppId            

  public void disableNanoApp(int, android.hardware.location.IContextHubTransactionCallback, long);
    descriptor: (ILandroid/hardware/location/IContextHubTransactionCallback;J)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=8, args_size=4
        start local 0 // android.hardware.location.IContextHubService$Stub$Proxy this
        start local 1 // int contextHubId
        start local 2 // android.hardware.location.IContextHubTransactionCallback transactionCallback
        start local 3 // long nanoAppId
         0: .line 557
            invokestatic android.os.Parcel.obtain:()Landroid/os/Parcel;
            astore 5 /* _data */
        start local 5 // android.os.Parcel _data
         1: .line 558
            invokestatic android.os.Parcel.obtain:()Landroid/os/Parcel;
            astore 6 /* _reply */
        start local 6 // android.os.Parcel _reply
         2: .line 560
            aload 5 /* _data */
            ldc "android.hardware.location.IContextHubService"
            invokevirtual android.os.Parcel.writeInterfaceToken:(Ljava/lang/String;)V
         3: .line 561
            aload 5 /* _data */
            iload 1 /* contextHubId */
            invokevirtual android.os.Parcel.writeInt:(I)V
         4: .line 562
            aload 5 /* _data */
            aload 2 /* transactionCallback */
            ifnull 5
            aload 2 /* transactionCallback */
            invokeinterface android.hardware.location.IContextHubTransactionCallback.asBinder:()Landroid/os/IBinder;
            goto 6
      StackMap locals: android.hardware.location.IContextHubService$Stub$Proxy int android.hardware.location.IContextHubTransactionCallback long android.os.Parcel android.os.Parcel
      StackMap stack: android.os.Parcel
         5: aconst_null
      StackMap locals: android.hardware.location.IContextHubService$Stub$Proxy int android.hardware.location.IContextHubTransactionCallback long android.os.Parcel android.os.Parcel
      StackMap stack: android.os.Parcel android.os.IBinder
         6: invokevirtual android.os.Parcel.writeStrongBinder:(Landroid/os/IBinder;)V
         7: .line 563
            aload 5 /* _data */
            lload 3 /* nanoAppId */
            invokevirtual android.os.Parcel.writeLong:(J)V
         8: .line 564
            aload 0 /* this */
            getfield android.hardware.location.IContextHubService$Stub$Proxy.mRemote:Landroid/os/IBinder;
            bipush 14
            aload 5 /* _data */
            aload 6 /* _reply */
            iconst_0
            invokeinterface android.os.IBinder.transact:(ILandroid/os/Parcel;Landroid/os/Parcel;I)Z
            pop
         9: .line 565
            aload 6 /* _reply */
            invokevirtual android.os.Parcel.readException:()V
        10: .line 566
            goto 15
        11: .line 567
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 7
        12: .line 568
            aload 6 /* _reply */
            invokevirtual android.os.Parcel.recycle:()V
        13: .line 569
            aload 5 /* _data */
            invokevirtual android.os.Parcel.recycle:()V
        14: .line 570
            aload 7
            athrow
        15: .line 568
      StackMap locals:
      StackMap stack:
            aload 6 /* _reply */
            invokevirtual android.os.Parcel.recycle:()V
        16: .line 569
            aload 5 /* _data */
            invokevirtual android.os.Parcel.recycle:()V
        17: .line 571
            return
        end local 6 // android.os.Parcel _reply
        end local 5 // android.os.Parcel _data
        end local 3 // long nanoAppId
        end local 2 // android.hardware.location.IContextHubTransactionCallback transactionCallback
        end local 1 // int contextHubId
        end local 0 // android.hardware.location.IContextHubService$Stub$Proxy this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0   18     0                 this  Landroid/hardware/location/IContextHubService$Stub$Proxy;
            0   18     1         contextHubId  I
            0   18     2  transactionCallback  Landroid/hardware/location/IContextHubTransactionCallback;
            0   18     3            nanoAppId  J
            1   18     5                _data  Landroid/os/Parcel;
            2   18     6               _reply  Landroid/os/Parcel;
      Exception table:
        from    to  target  type
           2    11      11  any
    Exceptions:
      throws android.os.RemoteException
    MethodParameters:
                     Name  Flags
      contextHubId         
      transactionCallback  
      nanoAppId            

  public void queryNanoApps(int, android.hardware.location.IContextHubTransactionCallback);
    descriptor: (ILandroid/hardware/location/IContextHubTransactionCallback;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=6, args_size=3
        start local 0 // android.hardware.location.IContextHubService$Stub$Proxy this
        start local 1 // int contextHubId
        start local 2 // android.hardware.location.IContextHubTransactionCallback transactionCallback
         0: .line 576
            invokestatic android.os.Parcel.obtain:()Landroid/os/Parcel;
            astore 3 /* _data */
        start local 3 // android.os.Parcel _data
         1: .line 577
            invokestatic android.os.Parcel.obtain:()Landroid/os/Parcel;
            astore 4 /* _reply */
        start local 4 // android.os.Parcel _reply
         2: .line 579
            aload 3 /* _data */
            ldc "android.hardware.location.IContextHubService"
            invokevirtual android.os.Parcel.writeInterfaceToken:(Ljava/lang/String;)V
         3: .line 580
            aload 3 /* _data */
            iload 1 /* contextHubId */
            invokevirtual android.os.Parcel.writeInt:(I)V
         4: .line 581
            aload 3 /* _data */
            aload 2 /* transactionCallback */
            ifnull 5
            aload 2 /* transactionCallback */
            invokeinterface android.hardware.location.IContextHubTransactionCallback.asBinder:()Landroid/os/IBinder;
            goto 6
      StackMap locals: android.hardware.location.IContextHubService$Stub$Proxy int android.hardware.location.IContextHubTransactionCallback android.os.Parcel android.os.Parcel
      StackMap stack: android.os.Parcel
         5: aconst_null
      StackMap locals: android.hardware.location.IContextHubService$Stub$Proxy int android.hardware.location.IContextHubTransactionCallback android.os.Parcel android.os.Parcel
      StackMap stack: android.os.Parcel android.os.IBinder
         6: invokevirtual android.os.Parcel.writeStrongBinder:(Landroid/os/IBinder;)V
         7: .line 582
            aload 0 /* this */
            getfield android.hardware.location.IContextHubService$Stub$Proxy.mRemote:Landroid/os/IBinder;
            bipush 15
            aload 3 /* _data */
            aload 4 /* _reply */
            iconst_0
            invokeinterface android.os.IBinder.transact:(ILandroid/os/Parcel;Landroid/os/Parcel;I)Z
            pop
         8: .line 583
            aload 4 /* _reply */
            invokevirtual android.os.Parcel.readException:()V
         9: .line 584
            goto 14
        10: .line 585
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 5
        11: .line 586
            aload 4 /* _reply */
            invokevirtual android.os.Parcel.recycle:()V
        12: .line 587
            aload 3 /* _data */
            invokevirtual android.os.Parcel.recycle:()V
        13: .line 588
            aload 5
            athrow
        14: .line 586
      StackMap locals:
      StackMap stack:
            aload 4 /* _reply */
            invokevirtual android.os.Parcel.recycle:()V
        15: .line 587
            aload 3 /* _data */
            invokevirtual android.os.Parcel.recycle:()V
        16: .line 589
            return
        end local 4 // android.os.Parcel _reply
        end local 3 // android.os.Parcel _data
        end local 2 // android.hardware.location.IContextHubTransactionCallback transactionCallback
        end local 1 // int contextHubId
        end local 0 // android.hardware.location.IContextHubService$Stub$Proxy this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0   17     0                 this  Landroid/hardware/location/IContextHubService$Stub$Proxy;
            0   17     1         contextHubId  I
            0   17     2  transactionCallback  Landroid/hardware/location/IContextHubTransactionCallback;
            1   17     3                _data  Landroid/os/Parcel;
            2   17     4               _reply  Landroid/os/Parcel;
      Exception table:
        from    to  target  type
           2    10      10  any
    Exceptions:
      throws android.os.RemoteException
    MethodParameters:
                     Name  Flags
      contextHubId         
      transactionCallback  
}
SourceFile: "IContextHubService.java"
NestHost: android.hardware.location.IContextHubService
InnerClasses:
  public abstract Stub = android.hardware.location.IContextHubClient$Stub of android.hardware.location.IContextHubClient
  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 Creator = android.os.Parcelable$Creator of android.os.Parcelable