class android.hardware.location.IContextHubClient$Stub$Proxy implements android.hardware.location.IContextHubClient
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: android.hardware.location.IContextHubClient$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.IContextHubClient$Stub$Proxy this
        start local 1 // android.os.IBinder remote
         0: .line 80
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 82
            aload 0 /* this */
            aload 1 /* remote */
            putfield android.hardware.location.IContextHubClient$Stub$Proxy.mRemote:Landroid/os/IBinder;
         2: .line 83
            return
        end local 1 // android.os.IBinder remote
        end local 0 // android.hardware.location.IContextHubClient$Stub$Proxy this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Landroid/hardware/location/IContextHubClient$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.IContextHubClient$Stub$Proxy this
         0: .line 86
            aload 0 /* this */
            getfield android.hardware.location.IContextHubClient$Stub$Proxy.mRemote:Landroid/os/IBinder;
            areturn
        end local 0 // android.hardware.location.IContextHubClient$Stub$Proxy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/hardware/location/IContextHubClient$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.IContextHubClient$Stub$Proxy this
         0: .line 90
            ldc "android.hardware.location.IContextHubClient"
            areturn
        end local 0 // android.hardware.location.IContextHubClient$Stub$Proxy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/hardware/location/IContextHubClient$Stub$Proxy;

  public int sendMessageToNanoApp(android.hardware.location.NanoAppMessage);
    descriptor: (Landroid/hardware/location/NanoAppMessage;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=6, args_size=2
        start local 0 // android.hardware.location.IContextHubClient$Stub$Proxy this
        start local 1 // android.hardware.location.NanoAppMessage message
         0: .line 94
            invokestatic android.os.Parcel.obtain:()Landroid/os/Parcel;
            astore 2 /* _data */
        start local 2 // android.os.Parcel _data
         1: .line 95
            invokestatic android.os.Parcel.obtain:()Landroid/os/Parcel;
            astore 3 /* _reply */
        start local 3 // android.os.Parcel _reply
         2: .line 98
            aload 2 /* _data */
            ldc "android.hardware.location.IContextHubClient"
            invokevirtual android.os.Parcel.writeInterfaceToken:(Ljava/lang/String;)V
         3: .line 99
            aload 1 /* message */
            ifnull 7
         4: .line 100
            aload 2 /* _data */
            iconst_1
            invokevirtual android.os.Parcel.writeInt:(I)V
         5: .line 101
            aload 1 /* message */
            aload 2 /* _data */
            iconst_0
            invokevirtual android.hardware.location.NanoAppMessage.writeToParcel:(Landroid/os/Parcel;I)V
         6: .line 102
            goto 8
         7: .line 104
      StackMap locals: android.os.Parcel android.os.Parcel
      StackMap stack:
            aload 2 /* _data */
            iconst_0
            invokevirtual android.os.Parcel.writeInt:(I)V
         8: .line 106
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield android.hardware.location.IContextHubClient$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
         9: .line 107
            aload 3 /* _reply */
            invokevirtual android.os.Parcel.readException:()V
        10: .line 108
            aload 3 /* _reply */
            invokevirtual android.os.Parcel.readInt:()I
            istore 4 /* _result */
        start local 4 // int _result
        11: .line 109
            goto 16
        end local 4 // int _result
        12: .line 110
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 5
        13: .line 111
            aload 3 /* _reply */
            invokevirtual android.os.Parcel.recycle:()V
        14: .line 112
            aload 2 /* _data */
            invokevirtual android.os.Parcel.recycle:()V
        15: .line 113
            aload 5
            athrow
        start local 4 // int _result
        16: .line 111
      StackMap locals: int
      StackMap stack:
            aload 3 /* _reply */
            invokevirtual android.os.Parcel.recycle:()V
        17: .line 112
            aload 2 /* _data */
            invokevirtual android.os.Parcel.recycle:()V
        18: .line 114
            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.NanoAppMessage message
        end local 0 // android.hardware.location.IContextHubClient$Stub$Proxy this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   19     0     this  Landroid/hardware/location/IContextHubClient$Stub$Proxy;
            0   19     1  message  Landroid/hardware/location/NanoAppMessage;
            1   19     2    _data  Landroid/os/Parcel;
            2   19     3   _reply  Landroid/os/Parcel;
           11   12     4  _result  I
           16   19     4  _result  I
      Exception table:
        from    to  target  type
           2    12      12  any
    Exceptions:
      throws android.os.RemoteException
    MethodParameters:
         Name  Flags
      message  

  public void close();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=1
        start local 0 // android.hardware.location.IContextHubClient$Stub$Proxy this
         0: .line 120
            invokestatic android.os.Parcel.obtain:()Landroid/os/Parcel;
            astore 1 /* _data */
        start local 1 // android.os.Parcel _data
         1: .line 121
            invokestatic android.os.Parcel.obtain:()Landroid/os/Parcel;
            astore 2 /* _reply */
        start local 2 // android.os.Parcel _reply
         2: .line 123
            aload 1 /* _data */
            ldc "android.hardware.location.IContextHubClient"
            invokevirtual android.os.Parcel.writeInterfaceToken:(Ljava/lang/String;)V
         3: .line 124
            aload 0 /* this */
            getfield android.hardware.location.IContextHubClient$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 125
            aload 2 /* _reply */
            invokevirtual android.os.Parcel.readException:()V
         5: .line 126
            goto 10
         6: .line 127
      StackMap locals: android.hardware.location.IContextHubClient$Stub$Proxy android.os.Parcel android.os.Parcel
      StackMap stack: java.lang.Throwable
            astore 3
         7: .line 128
            aload 2 /* _reply */
            invokevirtual android.os.Parcel.recycle:()V
         8: .line 129
            aload 1 /* _data */
            invokevirtual android.os.Parcel.recycle:()V
         9: .line 130
            aload 3
            athrow
        10: .line 128
      StackMap locals:
      StackMap stack:
            aload 2 /* _reply */
            invokevirtual android.os.Parcel.recycle:()V
        11: .line 129
            aload 1 /* _data */
            invokevirtual android.os.Parcel.recycle:()V
        12: .line 131
            return
        end local 2 // android.os.Parcel _reply
        end local 1 // android.os.Parcel _data
        end local 0 // android.hardware.location.IContextHubClient$Stub$Proxy this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   13     0    this  Landroid/hardware/location/IContextHubClient$Stub$Proxy;
            1   13     1   _data  Landroid/os/Parcel;
            2   13     2  _reply  Landroid/os/Parcel;
      Exception table:
        from    to  target  type
           2     6       6  any
    Exceptions:
      throws android.os.RemoteException
}
SourceFile: "IContextHubClient.java"
NestHost: android.hardware.location.IContextHubClient
InnerClasses:
  public abstract Stub = android.hardware.location.IContextHubClient$Stub of android.hardware.location.IContextHubClient
  private Proxy = android.hardware.location.IContextHubClient$Stub$Proxy of android.hardware.location.IContextHubClient$Stub