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

  public boolean isHardwareGeofenceSupported();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=1
        start local 0 // android.location.IGpsGeofenceHardware$Stub$Proxy this
         0: .line 138
            invokestatic android.os.Parcel.obtain:()Landroid/os/Parcel;
            astore 1 /* _data */
        start local 1 // android.os.Parcel _data
         1: .line 139
            invokestatic android.os.Parcel.obtain:()Landroid/os/Parcel;
            astore 2 /* _reply */
        start local 2 // android.os.Parcel _reply
         2: .line 142
            aload 1 /* _data */
            ldc "android.location.IGpsGeofenceHardware"
            invokevirtual android.os.Parcel.writeInterfaceToken:(Ljava/lang/String;)V
         3: .line 143
            aload 0 /* this */
            getfield android.location.IGpsGeofenceHardware$Stub$Proxy.mRemote:Landroid/os/IBinder;
            iconst_1
            aload 1 /* _data */
            aload 2 /* _reply */
            iconst_0
            invokeinterface android.os.IBinder.transact:(ILandroid/os/Parcel;Landroid/os/Parcel;I)Z
            pop
         4: .line 144
            aload 2 /* _reply */
            invokevirtual android.os.Parcel.readException:()V
         5: .line 145
            aload 2 /* _reply */
            invokevirtual android.os.Parcel.readInt:()I
            ifeq 6
            iconst_1
            goto 7
      StackMap locals: android.os.Parcel android.os.Parcel
      StackMap stack:
         6: iconst_0
      StackMap locals:
      StackMap stack: int
         7: istore 3 /* _result */
        start local 3 // boolean _result
         8: .line 146
            goto 13
        end local 3 // boolean _result
         9: .line 147
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 4
        10: .line 148
            aload 2 /* _reply */
            invokevirtual android.os.Parcel.recycle:()V
        11: .line 149
            aload 1 /* _data */
            invokevirtual android.os.Parcel.recycle:()V
        12: .line 150
            aload 4
            athrow
        start local 3 // boolean _result
        13: .line 148
      StackMap locals: int
      StackMap stack:
            aload 2 /* _reply */
            invokevirtual android.os.Parcel.recycle:()V
        14: .line 149
            aload 1 /* _data */
            invokevirtual android.os.Parcel.recycle:()V
        15: .line 151
            iload 3 /* _result */
            ireturn
        end local 3 // boolean _result
        end local 2 // android.os.Parcel _reply
        end local 1 // android.os.Parcel _data
        end local 0 // android.location.IGpsGeofenceHardware$Stub$Proxy this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   16     0     this  Landroid/location/IGpsGeofenceHardware$Stub$Proxy;
            1   16     1    _data  Landroid/os/Parcel;
            2   16     2   _reply  Landroid/os/Parcel;
            8    9     3  _result  Z
           13   16     3  _result  Z
      Exception table:
        from    to  target  type
           2     9       9  any
    Exceptions:
      throws android.os.RemoteException

  public boolean addCircularHardwareGeofence(int, double, double, double, int, int, int, int);
    descriptor: (IDDDIIII)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=16, args_size=9
        start local 0 // android.location.IGpsGeofenceHardware$Stub$Proxy this
        start local 1 // int geofenceId
        start local 2 // double latitude
        start local 4 // double longitude
        start local 6 // double radius
        start local 8 // int lastTransition
        start local 9 // int monitorTransition
        start local 10 // int notificationResponsiveness
        start local 11 // int unknownTimer
         0: .line 155
            invokestatic android.os.Parcel.obtain:()Landroid/os/Parcel;
            astore 12 /* _data */
        start local 12 // android.os.Parcel _data
         1: .line 156
            invokestatic android.os.Parcel.obtain:()Landroid/os/Parcel;
            astore 13 /* _reply */
        start local 13 // android.os.Parcel _reply
         2: .line 159
            aload 12 /* _data */
            ldc "android.location.IGpsGeofenceHardware"
            invokevirtual android.os.Parcel.writeInterfaceToken:(Ljava/lang/String;)V
         3: .line 160
            aload 12 /* _data */
            iload 1 /* geofenceId */
            invokevirtual android.os.Parcel.writeInt:(I)V
         4: .line 161
            aload 12 /* _data */
            dload 2 /* latitude */
            invokevirtual android.os.Parcel.writeDouble:(D)V
         5: .line 162
            aload 12 /* _data */
            dload 4 /* longitude */
            invokevirtual android.os.Parcel.writeDouble:(D)V
         6: .line 163
            aload 12 /* _data */
            dload 6 /* radius */
            invokevirtual android.os.Parcel.writeDouble:(D)V
         7: .line 164
            aload 12 /* _data */
            iload 8 /* lastTransition */
            invokevirtual android.os.Parcel.writeInt:(I)V
         8: .line 165
            aload 12 /* _data */
            iload 9 /* monitorTransition */
            invokevirtual android.os.Parcel.writeInt:(I)V
         9: .line 166
            aload 12 /* _data */
            iload 10 /* notificationResponsiveness */
            invokevirtual android.os.Parcel.writeInt:(I)V
        10: .line 167
            aload 12 /* _data */
            iload 11 /* unknownTimer */
            invokevirtual android.os.Parcel.writeInt:(I)V
        11: .line 168
            aload 0 /* this */
            getfield android.location.IGpsGeofenceHardware$Stub$Proxy.mRemote:Landroid/os/IBinder;
            iconst_2
            aload 12 /* _data */
            aload 13 /* _reply */
            iconst_0
            invokeinterface android.os.IBinder.transact:(ILandroid/os/Parcel;Landroid/os/Parcel;I)Z
            pop
        12: .line 169
            aload 13 /* _reply */
            invokevirtual android.os.Parcel.readException:()V
        13: .line 170
            aload 13 /* _reply */
            invokevirtual android.os.Parcel.readInt:()I
            ifeq 14
            iconst_1
            goto 15
      StackMap locals: android.os.Parcel android.os.Parcel
      StackMap stack:
        14: iconst_0
      StackMap locals:
      StackMap stack: int
        15: istore 14 /* _result */
        start local 14 // boolean _result
        16: .line 171
            goto 21
        end local 14 // boolean _result
        17: .line 172
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 15
        18: .line 173
            aload 13 /* _reply */
            invokevirtual android.os.Parcel.recycle:()V
        19: .line 174
            aload 12 /* _data */
            invokevirtual android.os.Parcel.recycle:()V
        20: .line 175
            aload 15
            athrow
        start local 14 // boolean _result
        21: .line 173
      StackMap locals: int
      StackMap stack:
            aload 13 /* _reply */
            invokevirtual android.os.Parcel.recycle:()V
        22: .line 174
            aload 12 /* _data */
            invokevirtual android.os.Parcel.recycle:()V
        23: .line 176
            iload 14 /* _result */
            ireturn
        end local 14 // boolean _result
        end local 13 // android.os.Parcel _reply
        end local 12 // android.os.Parcel _data
        end local 11 // int unknownTimer
        end local 10 // int notificationResponsiveness
        end local 9 // int monitorTransition
        end local 8 // int lastTransition
        end local 6 // double radius
        end local 4 // double longitude
        end local 2 // double latitude
        end local 1 // int geofenceId
        end local 0 // android.location.IGpsGeofenceHardware$Stub$Proxy this
      LocalVariableTable:
        Start  End  Slot                        Name  Signature
            0   24     0                        this  Landroid/location/IGpsGeofenceHardware$Stub$Proxy;
            0   24     1                  geofenceId  I
            0   24     2                    latitude  D
            0   24     4                   longitude  D
            0   24     6                      radius  D
            0   24     8              lastTransition  I
            0   24     9           monitorTransition  I
            0   24    10  notificationResponsiveness  I
            0   24    11                unknownTimer  I
            1   24    12                       _data  Landroid/os/Parcel;
            2   24    13                      _reply  Landroid/os/Parcel;
           16   17    14                     _result  Z
           21   24    14                     _result  Z
      Exception table:
        from    to  target  type
           2    17      17  any
    Exceptions:
      throws android.os.RemoteException
    MethodParameters:
                            Name  Flags
      geofenceId                  
      latitude                    
      longitude                   
      radius                      
      lastTransition              
      monitorTransition           
      notificationResponsiveness  
      unknownTimer                

  public boolean removeHardwareGeofence(int);
    descriptor: (I)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=6, args_size=2
        start local 0 // android.location.IGpsGeofenceHardware$Stub$Proxy this
        start local 1 // int geofenceId
         0: .line 180
            invokestatic android.os.Parcel.obtain:()Landroid/os/Parcel;
            astore 2 /* _data */
        start local 2 // android.os.Parcel _data
         1: .line 181
            invokestatic android.os.Parcel.obtain:()Landroid/os/Parcel;
            astore 3 /* _reply */
        start local 3 // android.os.Parcel _reply
         2: .line 184
            aload 2 /* _data */
            ldc "android.location.IGpsGeofenceHardware"
            invokevirtual android.os.Parcel.writeInterfaceToken:(Ljava/lang/String;)V
         3: .line 185
            aload 2 /* _data */
            iload 1 /* geofenceId */
            invokevirtual android.os.Parcel.writeInt:(I)V
         4: .line 186
            aload 0 /* this */
            getfield android.location.IGpsGeofenceHardware$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 187
            aload 3 /* _reply */
            invokevirtual android.os.Parcel.readException:()V
         6: .line 188
            aload 3 /* _reply */
            invokevirtual android.os.Parcel.readInt:()I
            ifeq 7
            iconst_1
            goto 8
      StackMap locals: android.os.Parcel android.os.Parcel
      StackMap stack:
         7: iconst_0
      StackMap locals:
      StackMap stack: int
         8: istore 4 /* _result */
        start local 4 // boolean _result
         9: .line 189
            goto 14
        end local 4 // boolean _result
        10: .line 190
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 5
        11: .line 191
            aload 3 /* _reply */
            invokevirtual android.os.Parcel.recycle:()V
        12: .line 192
            aload 2 /* _data */
            invokevirtual android.os.Parcel.recycle:()V
        13: .line 193
            aload 5
            athrow
        start local 4 // boolean _result
        14: .line 191
      StackMap locals: int
      StackMap stack:
            aload 3 /* _reply */
            invokevirtual android.os.Parcel.recycle:()V
        15: .line 192
            aload 2 /* _data */
            invokevirtual android.os.Parcel.recycle:()V
        16: .line 194
            iload 4 /* _result */
            ireturn
        end local 4 // boolean _result
        end local 3 // android.os.Parcel _reply
        end local 2 // android.os.Parcel _data
        end local 1 // int geofenceId
        end local 0 // android.location.IGpsGeofenceHardware$Stub$Proxy this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   17     0        this  Landroid/location/IGpsGeofenceHardware$Stub$Proxy;
            0   17     1  geofenceId  I
            1   17     2       _data  Landroid/os/Parcel;
            2   17     3      _reply  Landroid/os/Parcel;
            9   10     4     _result  Z
           14   17     4     _result  Z
      Exception table:
        from    to  target  type
           2    10      10  any
    Exceptions:
      throws android.os.RemoteException
    MethodParameters:
            Name  Flags
      geofenceId  

  public boolean pauseHardwareGeofence(int);
    descriptor: (I)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=6, args_size=2
        start local 0 // android.location.IGpsGeofenceHardware$Stub$Proxy this
        start local 1 // int geofenceId
         0: .line 198
            invokestatic android.os.Parcel.obtain:()Landroid/os/Parcel;
            astore 2 /* _data */
        start local 2 // android.os.Parcel _data
         1: .line 199
            invokestatic android.os.Parcel.obtain:()Landroid/os/Parcel;
            astore 3 /* _reply */
        start local 3 // android.os.Parcel _reply
         2: .line 202
            aload 2 /* _data */
            ldc "android.location.IGpsGeofenceHardware"
            invokevirtual android.os.Parcel.writeInterfaceToken:(Ljava/lang/String;)V
         3: .line 203
            aload 2 /* _data */
            iload 1 /* geofenceId */
            invokevirtual android.os.Parcel.writeInt:(I)V
         4: .line 204
            aload 0 /* this */
            getfield android.location.IGpsGeofenceHardware$Stub$Proxy.mRemote:Landroid/os/IBinder;
            iconst_4
            aload 2 /* _data */
            aload 3 /* _reply */
            iconst_0
            invokeinterface android.os.IBinder.transact:(ILandroid/os/Parcel;Landroid/os/Parcel;I)Z
            pop
         5: .line 205
            aload 3 /* _reply */
            invokevirtual android.os.Parcel.readException:()V
         6: .line 206
            aload 3 /* _reply */
            invokevirtual android.os.Parcel.readInt:()I
            ifeq 7
            iconst_1
            goto 8
      StackMap locals: android.os.Parcel android.os.Parcel
      StackMap stack:
         7: iconst_0
      StackMap locals:
      StackMap stack: int
         8: istore 4 /* _result */
        start local 4 // boolean _result
         9: .line 207
            goto 14
        end local 4 // boolean _result
        10: .line 208
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 5
        11: .line 209
            aload 3 /* _reply */
            invokevirtual android.os.Parcel.recycle:()V
        12: .line 210
            aload 2 /* _data */
            invokevirtual android.os.Parcel.recycle:()V
        13: .line 211
            aload 5
            athrow
        start local 4 // boolean _result
        14: .line 209
      StackMap locals: int
      StackMap stack:
            aload 3 /* _reply */
            invokevirtual android.os.Parcel.recycle:()V
        15: .line 210
            aload 2 /* _data */
            invokevirtual android.os.Parcel.recycle:()V
        16: .line 212
            iload 4 /* _result */
            ireturn
        end local 4 // boolean _result
        end local 3 // android.os.Parcel _reply
        end local 2 // android.os.Parcel _data
        end local 1 // int geofenceId
        end local 0 // android.location.IGpsGeofenceHardware$Stub$Proxy this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   17     0        this  Landroid/location/IGpsGeofenceHardware$Stub$Proxy;
            0   17     1  geofenceId  I
            1   17     2       _data  Landroid/os/Parcel;
            2   17     3      _reply  Landroid/os/Parcel;
            9   10     4     _result  Z
           14   17     4     _result  Z
      Exception table:
        from    to  target  type
           2    10      10  any
    Exceptions:
      throws android.os.RemoteException
    MethodParameters:
            Name  Flags
      geofenceId  

  public boolean resumeHardwareGeofence(int, int);
    descriptor: (II)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=7, args_size=3
        start local 0 // android.location.IGpsGeofenceHardware$Stub$Proxy this
        start local 1 // int geofenceId
        start local 2 // int monitorTransition
         0: .line 216
            invokestatic android.os.Parcel.obtain:()Landroid/os/Parcel;
            astore 3 /* _data */
        start local 3 // android.os.Parcel _data
         1: .line 217
            invokestatic android.os.Parcel.obtain:()Landroid/os/Parcel;
            astore 4 /* _reply */
        start local 4 // android.os.Parcel _reply
         2: .line 220
            aload 3 /* _data */
            ldc "android.location.IGpsGeofenceHardware"
            invokevirtual android.os.Parcel.writeInterfaceToken:(Ljava/lang/String;)V
         3: .line 221
            aload 3 /* _data */
            iload 1 /* geofenceId */
            invokevirtual android.os.Parcel.writeInt:(I)V
         4: .line 222
            aload 3 /* _data */
            iload 2 /* monitorTransition */
            invokevirtual android.os.Parcel.writeInt:(I)V
         5: .line 223
            aload 0 /* this */
            getfield android.location.IGpsGeofenceHardware$Stub$Proxy.mRemote:Landroid/os/IBinder;
            iconst_5
            aload 3 /* _data */
            aload 4 /* _reply */
            iconst_0
            invokeinterface android.os.IBinder.transact:(ILandroid/os/Parcel;Landroid/os/Parcel;I)Z
            pop
         6: .line 224
            aload 4 /* _reply */
            invokevirtual android.os.Parcel.readException:()V
         7: .line 225
            aload 4 /* _reply */
            invokevirtual android.os.Parcel.readInt:()I
            ifeq 8
            iconst_1
            goto 9
      StackMap locals: android.os.Parcel android.os.Parcel
      StackMap stack:
         8: iconst_0
      StackMap locals:
      StackMap stack: int
         9: istore 5 /* _result */
        start local 5 // boolean _result
        10: .line 226
            goto 15
        end local 5 // boolean _result
        11: .line 227
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 6
        12: .line 228
            aload 4 /* _reply */
            invokevirtual android.os.Parcel.recycle:()V
        13: .line 229
            aload 3 /* _data */
            invokevirtual android.os.Parcel.recycle:()V
        14: .line 230
            aload 6
            athrow
        start local 5 // boolean _result
        15: .line 228
      StackMap locals: int
      StackMap stack:
            aload 4 /* _reply */
            invokevirtual android.os.Parcel.recycle:()V
        16: .line 229
            aload 3 /* _data */
            invokevirtual android.os.Parcel.recycle:()V
        17: .line 231
            iload 5 /* _result */
            ireturn
        end local 5 // boolean _result
        end local 4 // android.os.Parcel _reply
        end local 3 // android.os.Parcel _data
        end local 2 // int monitorTransition
        end local 1 // int geofenceId
        end local 0 // android.location.IGpsGeofenceHardware$Stub$Proxy this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   18     0               this  Landroid/location/IGpsGeofenceHardware$Stub$Proxy;
            0   18     1         geofenceId  I
            0   18     2  monitorTransition  I
            1   18     3              _data  Landroid/os/Parcel;
            2   18     4             _reply  Landroid/os/Parcel;
           10   11     5            _result  Z
           15   18     5            _result  Z
      Exception table:
        from    to  target  type
           2    11      11  any
    Exceptions:
      throws android.os.RemoteException
    MethodParameters:
                   Name  Flags
      geofenceId         
      monitorTransition  
}
SourceFile: "IGpsGeofenceHardware.java"
NestHost: android.location.IGpsGeofenceHardware
InnerClasses:
  public abstract Stub = android.location.IGpsGeofenceHardware$Stub of android.location.IGpsGeofenceHardware
  private Proxy = android.location.IGpsGeofenceHardware$Stub$Proxy of android.location.IGpsGeofenceHardware$Stub