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

  public void setGpsGeofenceHardware(android.location.IGpsGeofenceHardware);
    descriptor: (Landroid/location/IGpsGeofenceHardware;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=2
        start local 0 // android.hardware.location.IGeofenceHardware$Stub$Proxy this
        start local 1 // android.location.IGpsGeofenceHardware service
         0: .line 187
            invokestatic android.os.Parcel.obtain:()Landroid/os/Parcel;
            astore 2 /* _data */
        start local 2 // android.os.Parcel _data
         1: .line 188
            invokestatic android.os.Parcel.obtain:()Landroid/os/Parcel;
            astore 3 /* _reply */
        start local 3 // android.os.Parcel _reply
         2: .line 190
            aload 2 /* _data */
            ldc "android.hardware.location.IGeofenceHardware"
            invokevirtual android.os.Parcel.writeInterfaceToken:(Ljava/lang/String;)V
         3: .line 191
            aload 2 /* _data */
            aload 1 /* service */
            ifnull 4
            aload 1 /* service */
            invokeinterface android.location.IGpsGeofenceHardware.asBinder:()Landroid/os/IBinder;
            goto 5
      StackMap locals: android.hardware.location.IGeofenceHardware$Stub$Proxy android.location.IGpsGeofenceHardware android.os.Parcel android.os.Parcel
      StackMap stack: android.os.Parcel
         4: aconst_null
      StackMap locals: android.hardware.location.IGeofenceHardware$Stub$Proxy android.location.IGpsGeofenceHardware 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 192
            aload 0 /* this */
            getfield android.hardware.location.IGeofenceHardware$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 193
            aload 3 /* _reply */
            invokevirtual android.os.Parcel.readException:()V
         8: .line 194
            goto 13
         9: .line 195
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 4
        10: .line 196
            aload 3 /* _reply */
            invokevirtual android.os.Parcel.recycle:()V
        11: .line 197
            aload 2 /* _data */
            invokevirtual android.os.Parcel.recycle:()V
        12: .line 198
            aload 4
            athrow
        13: .line 196
      StackMap locals:
      StackMap stack:
            aload 3 /* _reply */
            invokevirtual android.os.Parcel.recycle:()V
        14: .line 197
            aload 2 /* _data */
            invokevirtual android.os.Parcel.recycle:()V
        15: .line 199
            return
        end local 3 // android.os.Parcel _reply
        end local 2 // android.os.Parcel _data
        end local 1 // android.location.IGpsGeofenceHardware service
        end local 0 // android.hardware.location.IGeofenceHardware$Stub$Proxy this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   16     0     this  Landroid/hardware/location/IGeofenceHardware$Stub$Proxy;
            0   16     1  service  Landroid/location/IGpsGeofenceHardware;
            1   16     2    _data  Landroid/os/Parcel;
            2   16     3   _reply  Landroid/os/Parcel;
      Exception table:
        from    to  target  type
           2     9       9  any
    Exceptions:
      throws android.os.RemoteException
    MethodParameters:
         Name  Flags
      service  

  public void setFusedGeofenceHardware(android.location.IFusedGeofenceHardware);
    descriptor: (Landroid/location/IFusedGeofenceHardware;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=2
        start local 0 // android.hardware.location.IGeofenceHardware$Stub$Proxy this
        start local 1 // android.location.IFusedGeofenceHardware service
         0: .line 202
            invokestatic android.os.Parcel.obtain:()Landroid/os/Parcel;
            astore 2 /* _data */
        start local 2 // android.os.Parcel _data
         1: .line 203
            invokestatic android.os.Parcel.obtain:()Landroid/os/Parcel;
            astore 3 /* _reply */
        start local 3 // android.os.Parcel _reply
         2: .line 205
            aload 2 /* _data */
            ldc "android.hardware.location.IGeofenceHardware"
            invokevirtual android.os.Parcel.writeInterfaceToken:(Ljava/lang/String;)V
         3: .line 206
            aload 2 /* _data */
            aload 1 /* service */
            ifnull 4
            aload 1 /* service */
            invokeinterface android.location.IFusedGeofenceHardware.asBinder:()Landroid/os/IBinder;
            goto 5
      StackMap locals: android.hardware.location.IGeofenceHardware$Stub$Proxy android.location.IFusedGeofenceHardware android.os.Parcel android.os.Parcel
      StackMap stack: android.os.Parcel
         4: aconst_null
      StackMap locals: android.hardware.location.IGeofenceHardware$Stub$Proxy android.location.IFusedGeofenceHardware 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 207
            aload 0 /* this */
            getfield android.hardware.location.IGeofenceHardware$Stub$Proxy.mRemote:Landroid/os/IBinder;
            iconst_2
            aload 2 /* _data */
            aload 3 /* _reply */
            iconst_0
            invokeinterface android.os.IBinder.transact:(ILandroid/os/Parcel;Landroid/os/Parcel;I)Z
            pop
         7: .line 208
            aload 3 /* _reply */
            invokevirtual android.os.Parcel.readException:()V
         8: .line 209
            goto 13
         9: .line 210
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 4
        10: .line 211
            aload 3 /* _reply */
            invokevirtual android.os.Parcel.recycle:()V
        11: .line 212
            aload 2 /* _data */
            invokevirtual android.os.Parcel.recycle:()V
        12: .line 213
            aload 4
            athrow
        13: .line 211
      StackMap locals:
      StackMap stack:
            aload 3 /* _reply */
            invokevirtual android.os.Parcel.recycle:()V
        14: .line 212
            aload 2 /* _data */
            invokevirtual android.os.Parcel.recycle:()V
        15: .line 214
            return
        end local 3 // android.os.Parcel _reply
        end local 2 // android.os.Parcel _data
        end local 1 // android.location.IFusedGeofenceHardware service
        end local 0 // android.hardware.location.IGeofenceHardware$Stub$Proxy this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   16     0     this  Landroid/hardware/location/IGeofenceHardware$Stub$Proxy;
            0   16     1  service  Landroid/location/IFusedGeofenceHardware;
            1   16     2    _data  Landroid/os/Parcel;
            2   16     3   _reply  Landroid/os/Parcel;
      Exception table:
        from    to  target  type
           2     9       9  any
    Exceptions:
      throws android.os.RemoteException
    MethodParameters:
         Name  Flags
      service  

  public int[] getMonitoringTypes();
    descriptor: ()[I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=1
        start local 0 // android.hardware.location.IGeofenceHardware$Stub$Proxy this
         0: .line 217
            invokestatic android.os.Parcel.obtain:()Landroid/os/Parcel;
            astore 1 /* _data */
        start local 1 // android.os.Parcel _data
         1: .line 218
            invokestatic android.os.Parcel.obtain:()Landroid/os/Parcel;
            astore 2 /* _reply */
        start local 2 // android.os.Parcel _reply
         2: .line 221
            aload 1 /* _data */
            ldc "android.hardware.location.IGeofenceHardware"
            invokevirtual android.os.Parcel.writeInterfaceToken:(Ljava/lang/String;)V
         3: .line 222
            aload 0 /* this */
            getfield android.hardware.location.IGeofenceHardware$Stub$Proxy.mRemote:Landroid/os/IBinder;
            iconst_3
            aload 1 /* _data */
            aload 2 /* _reply */
            iconst_0
            invokeinterface android.os.IBinder.transact:(ILandroid/os/Parcel;Landroid/os/Parcel;I)Z
            pop
         4: .line 223
            aload 2 /* _reply */
            invokevirtual android.os.Parcel.readException:()V
         5: .line 224
            aload 2 /* _reply */
            invokevirtual android.os.Parcel.createIntArray:()[I
            astore 3 /* _result */
        start local 3 // int[] _result
         6: .line 225
            goto 11
        end local 3 // int[] _result
         7: .line 226
      StackMap locals: android.hardware.location.IGeofenceHardware$Stub$Proxy android.os.Parcel android.os.Parcel
      StackMap stack: java.lang.Throwable
            astore 4
         8: .line 227
            aload 2 /* _reply */
            invokevirtual android.os.Parcel.recycle:()V
         9: .line 228
            aload 1 /* _data */
            invokevirtual android.os.Parcel.recycle:()V
        10: .line 229
            aload 4
            athrow
        start local 3 // int[] _result
        11: .line 227
      StackMap locals: int[]
      StackMap stack:
            aload 2 /* _reply */
            invokevirtual android.os.Parcel.recycle:()V
        12: .line 228
            aload 1 /* _data */
            invokevirtual android.os.Parcel.recycle:()V
        13: .line 230
            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.IGeofenceHardware$Stub$Proxy this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   14     0     this  Landroid/hardware/location/IGeofenceHardware$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 int getStatusOfMonitoringType(int);
    descriptor: (I)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=6, args_size=2
        start local 0 // android.hardware.location.IGeofenceHardware$Stub$Proxy this
        start local 1 // int monitoringType
         0: .line 234
            invokestatic android.os.Parcel.obtain:()Landroid/os/Parcel;
            astore 2 /* _data */
        start local 2 // android.os.Parcel _data
         1: .line 235
            invokestatic android.os.Parcel.obtain:()Landroid/os/Parcel;
            astore 3 /* _reply */
        start local 3 // android.os.Parcel _reply
         2: .line 238
            aload 2 /* _data */
            ldc "android.hardware.location.IGeofenceHardware"
            invokevirtual android.os.Parcel.writeInterfaceToken:(Ljava/lang/String;)V
         3: .line 239
            aload 2 /* _data */
            iload 1 /* monitoringType */
            invokevirtual android.os.Parcel.writeInt:(I)V
         4: .line 240
            aload 0 /* this */
            getfield android.hardware.location.IGeofenceHardware$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 241
            aload 3 /* _reply */
            invokevirtual android.os.Parcel.readException:()V
         6: .line 242
            aload 3 /* _reply */
            invokevirtual android.os.Parcel.readInt:()I
            istore 4 /* _result */
        start local 4 // int _result
         7: .line 243
            goto 12
        end local 4 // int _result
         8: .line 244
      StackMap locals: android.hardware.location.IGeofenceHardware$Stub$Proxy int android.os.Parcel android.os.Parcel
      StackMap stack: java.lang.Throwable
            astore 5
         9: .line 245
            aload 3 /* _reply */
            invokevirtual android.os.Parcel.recycle:()V
        10: .line 246
            aload 2 /* _data */
            invokevirtual android.os.Parcel.recycle:()V
        11: .line 247
            aload 5
            athrow
        start local 4 // int _result
        12: .line 245
      StackMap locals: int
      StackMap stack:
            aload 3 /* _reply */
            invokevirtual android.os.Parcel.recycle:()V
        13: .line 246
            aload 2 /* _data */
            invokevirtual android.os.Parcel.recycle:()V
        14: .line 248
            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 monitoringType
        end local 0 // android.hardware.location.IGeofenceHardware$Stub$Proxy this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   15     0            this  Landroid/hardware/location/IGeofenceHardware$Stub$Proxy;
            0   15     1  monitoringType  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
      monitoringType  

  public boolean addCircularFence(int, android.hardware.location.GeofenceHardwareRequestParcelable, android.hardware.location.IGeofenceHardwareCallback);
    descriptor: (ILandroid/hardware/location/GeofenceHardwareRequestParcelable;Landroid/hardware/location/IGeofenceHardwareCallback;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=8, args_size=4
        start local 0 // android.hardware.location.IGeofenceHardware$Stub$Proxy this
        start local 1 // int monitoringType
        start local 2 // android.hardware.location.GeofenceHardwareRequestParcelable request
        start local 3 // android.hardware.location.IGeofenceHardwareCallback callback
         0: .line 252
            invokestatic android.os.Parcel.obtain:()Landroid/os/Parcel;
            astore 4 /* _data */
        start local 4 // android.os.Parcel _data
         1: .line 253
            invokestatic android.os.Parcel.obtain:()Landroid/os/Parcel;
            astore 5 /* _reply */
        start local 5 // android.os.Parcel _reply
         2: .line 256
            aload 4 /* _data */
            ldc "android.hardware.location.IGeofenceHardware"
            invokevirtual android.os.Parcel.writeInterfaceToken:(Ljava/lang/String;)V
         3: .line 257
            aload 4 /* _data */
            iload 1 /* monitoringType */
            invokevirtual android.os.Parcel.writeInt:(I)V
         4: .line 258
            aload 2 /* request */
            ifnull 8
         5: .line 259
            aload 4 /* _data */
            iconst_1
            invokevirtual android.os.Parcel.writeInt:(I)V
         6: .line 260
            aload 2 /* request */
            aload 4 /* _data */
            iconst_0
            invokevirtual android.hardware.location.GeofenceHardwareRequestParcelable.writeToParcel:(Landroid/os/Parcel;I)V
         7: .line 261
            goto 9
         8: .line 263
      StackMap locals: android.os.Parcel android.os.Parcel
      StackMap stack:
            aload 4 /* _data */
            iconst_0
            invokevirtual android.os.Parcel.writeInt:(I)V
         9: .line 265
      StackMap locals:
      StackMap stack:
            aload 4 /* _data */
            aload 3 /* callback */
            ifnull 10
            aload 3 /* callback */
            invokeinterface android.hardware.location.IGeofenceHardwareCallback.asBinder:()Landroid/os/IBinder;
            goto 11
      StackMap locals:
      StackMap stack: android.os.Parcel
        10: aconst_null
      StackMap locals: android.hardware.location.IGeofenceHardware$Stub$Proxy int android.hardware.location.GeofenceHardwareRequestParcelable android.hardware.location.IGeofenceHardwareCallback android.os.Parcel android.os.Parcel
      StackMap stack: android.os.Parcel android.os.IBinder
        11: invokevirtual android.os.Parcel.writeStrongBinder:(Landroid/os/IBinder;)V
        12: .line 266
            aload 0 /* this */
            getfield android.hardware.location.IGeofenceHardware$Stub$Proxy.mRemote:Landroid/os/IBinder;
            iconst_5
            aload 4 /* _data */
            aload 5 /* _reply */
            iconst_0
            invokeinterface android.os.IBinder.transact:(ILandroid/os/Parcel;Landroid/os/Parcel;I)Z
            pop
        13: .line 267
            aload 5 /* _reply */
            invokevirtual android.os.Parcel.readException:()V
        14: .line 268
            aload 5 /* _reply */
            invokevirtual android.os.Parcel.readInt:()I
            ifeq 15
            iconst_1
            goto 16
      StackMap locals:
      StackMap stack:
        15: iconst_0
      StackMap locals:
      StackMap stack: int
        16: istore 6 /* _result */
        start local 6 // boolean _result
        17: .line 269
            goto 22
        end local 6 // boolean _result
        18: .line 270
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 7
        19: .line 271
            aload 5 /* _reply */
            invokevirtual android.os.Parcel.recycle:()V
        20: .line 272
            aload 4 /* _data */
            invokevirtual android.os.Parcel.recycle:()V
        21: .line 273
            aload 7
            athrow
        start local 6 // boolean _result
        22: .line 271
      StackMap locals: int
      StackMap stack:
            aload 5 /* _reply */
            invokevirtual android.os.Parcel.recycle:()V
        23: .line 272
            aload 4 /* _data */
            invokevirtual android.os.Parcel.recycle:()V
        24: .line 274
            iload 6 /* _result */
            ireturn
        end local 6 // boolean _result
        end local 5 // android.os.Parcel _reply
        end local 4 // android.os.Parcel _data
        end local 3 // android.hardware.location.IGeofenceHardwareCallback callback
        end local 2 // android.hardware.location.GeofenceHardwareRequestParcelable request
        end local 1 // int monitoringType
        end local 0 // android.hardware.location.IGeofenceHardware$Stub$Proxy this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   25     0            this  Landroid/hardware/location/IGeofenceHardware$Stub$Proxy;
            0   25     1  monitoringType  I
            0   25     2         request  Landroid/hardware/location/GeofenceHardwareRequestParcelable;
            0   25     3        callback  Landroid/hardware/location/IGeofenceHardwareCallback;
            1   25     4           _data  Landroid/os/Parcel;
            2   25     5          _reply  Landroid/os/Parcel;
           17   18     6         _result  Z
           22   25     6         _result  Z
      Exception table:
        from    to  target  type
           2    18      18  any
    Exceptions:
      throws android.os.RemoteException
    MethodParameters:
                Name  Flags
      monitoringType  
      request         
      callback        

  public boolean removeGeofence(int, int);
    descriptor: (II)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=7, args_size=3
        start local 0 // android.hardware.location.IGeofenceHardware$Stub$Proxy this
        start local 1 // int id
        start local 2 // int monitoringType
         0: .line 278
            invokestatic android.os.Parcel.obtain:()Landroid/os/Parcel;
            astore 3 /* _data */
        start local 3 // android.os.Parcel _data
         1: .line 279
            invokestatic android.os.Parcel.obtain:()Landroid/os/Parcel;
            astore 4 /* _reply */
        start local 4 // android.os.Parcel _reply
         2: .line 282
            aload 3 /* _data */
            ldc "android.hardware.location.IGeofenceHardware"
            invokevirtual android.os.Parcel.writeInterfaceToken:(Ljava/lang/String;)V
         3: .line 283
            aload 3 /* _data */
            iload 1 /* id */
            invokevirtual android.os.Parcel.writeInt:(I)V
         4: .line 284
            aload 3 /* _data */
            iload 2 /* monitoringType */
            invokevirtual android.os.Parcel.writeInt:(I)V
         5: .line 285
            aload 0 /* this */
            getfield android.hardware.location.IGeofenceHardware$Stub$Proxy.mRemote:Landroid/os/IBinder;
            bipush 6
            aload 3 /* _data */
            aload 4 /* _reply */
            iconst_0
            invokeinterface android.os.IBinder.transact:(ILandroid/os/Parcel;Landroid/os/Parcel;I)Z
            pop
         6: .line 286
            aload 4 /* _reply */
            invokevirtual android.os.Parcel.readException:()V
         7: .line 287
            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 288
            goto 15
        end local 5 // boolean _result
        11: .line 289
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 6
        12: .line 290
            aload 4 /* _reply */
            invokevirtual android.os.Parcel.recycle:()V
        13: .line 291
            aload 3 /* _data */
            invokevirtual android.os.Parcel.recycle:()V
        14: .line 292
            aload 6
            athrow
        start local 5 // boolean _result
        15: .line 290
      StackMap locals: int
      StackMap stack:
            aload 4 /* _reply */
            invokevirtual android.os.Parcel.recycle:()V
        16: .line 291
            aload 3 /* _data */
            invokevirtual android.os.Parcel.recycle:()V
        17: .line 293
            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 monitoringType
        end local 1 // int id
        end local 0 // android.hardware.location.IGeofenceHardware$Stub$Proxy this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   18     0            this  Landroid/hardware/location/IGeofenceHardware$Stub$Proxy;
            0   18     1              id  I
            0   18     2  monitoringType  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
      id              
      monitoringType  

  public boolean pauseGeofence(int, int);
    descriptor: (II)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=7, args_size=3
        start local 0 // android.hardware.location.IGeofenceHardware$Stub$Proxy this
        start local 1 // int id
        start local 2 // int monitoringType
         0: .line 297
            invokestatic android.os.Parcel.obtain:()Landroid/os/Parcel;
            astore 3 /* _data */
        start local 3 // android.os.Parcel _data
         1: .line 298
            invokestatic android.os.Parcel.obtain:()Landroid/os/Parcel;
            astore 4 /* _reply */
        start local 4 // android.os.Parcel _reply
         2: .line 301
            aload 3 /* _data */
            ldc "android.hardware.location.IGeofenceHardware"
            invokevirtual android.os.Parcel.writeInterfaceToken:(Ljava/lang/String;)V
         3: .line 302
            aload 3 /* _data */
            iload 1 /* id */
            invokevirtual android.os.Parcel.writeInt:(I)V
         4: .line 303
            aload 3 /* _data */
            iload 2 /* monitoringType */
            invokevirtual android.os.Parcel.writeInt:(I)V
         5: .line 304
            aload 0 /* this */
            getfield android.hardware.location.IGeofenceHardware$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
         6: .line 305
            aload 4 /* _reply */
            invokevirtual android.os.Parcel.readException:()V
         7: .line 306
            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 307
            goto 15
        end local 5 // boolean _result
        11: .line 308
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 6
        12: .line 309
            aload 4 /* _reply */
            invokevirtual android.os.Parcel.recycle:()V
        13: .line 310
            aload 3 /* _data */
            invokevirtual android.os.Parcel.recycle:()V
        14: .line 311
            aload 6
            athrow
        start local 5 // boolean _result
        15: .line 309
      StackMap locals: int
      StackMap stack:
            aload 4 /* _reply */
            invokevirtual android.os.Parcel.recycle:()V
        16: .line 310
            aload 3 /* _data */
            invokevirtual android.os.Parcel.recycle:()V
        17: .line 312
            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 monitoringType
        end local 1 // int id
        end local 0 // android.hardware.location.IGeofenceHardware$Stub$Proxy this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   18     0            this  Landroid/hardware/location/IGeofenceHardware$Stub$Proxy;
            0   18     1              id  I
            0   18     2  monitoringType  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
      id              
      monitoringType  

  public boolean resumeGeofence(int, int, int);
    descriptor: (III)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=8, args_size=4
        start local 0 // android.hardware.location.IGeofenceHardware$Stub$Proxy this
        start local 1 // int id
        start local 2 // int monitoringType
        start local 3 // int monitorTransitions
         0: .line 316
            invokestatic android.os.Parcel.obtain:()Landroid/os/Parcel;
            astore 4 /* _data */
        start local 4 // android.os.Parcel _data
         1: .line 317
            invokestatic android.os.Parcel.obtain:()Landroid/os/Parcel;
            astore 5 /* _reply */
        start local 5 // android.os.Parcel _reply
         2: .line 320
            aload 4 /* _data */
            ldc "android.hardware.location.IGeofenceHardware"
            invokevirtual android.os.Parcel.writeInterfaceToken:(Ljava/lang/String;)V
         3: .line 321
            aload 4 /* _data */
            iload 1 /* id */
            invokevirtual android.os.Parcel.writeInt:(I)V
         4: .line 322
            aload 4 /* _data */
            iload 2 /* monitoringType */
            invokevirtual android.os.Parcel.writeInt:(I)V
         5: .line 323
            aload 4 /* _data */
            iload 3 /* monitorTransitions */
            invokevirtual android.os.Parcel.writeInt:(I)V
         6: .line 324
            aload 0 /* this */
            getfield android.hardware.location.IGeofenceHardware$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
         7: .line 325
            aload 5 /* _reply */
            invokevirtual android.os.Parcel.readException:()V
         8: .line 326
            aload 5 /* _reply */
            invokevirtual android.os.Parcel.readInt:()I
            ifeq 9
            iconst_1
            goto 10
      StackMap locals: android.os.Parcel android.os.Parcel
      StackMap stack:
         9: iconst_0
      StackMap locals:
      StackMap stack: int
        10: istore 6 /* _result */
        start local 6 // boolean _result
        11: .line 327
            goto 16
        end local 6 // boolean _result
        12: .line 328
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 7
        13: .line 329
            aload 5 /* _reply */
            invokevirtual android.os.Parcel.recycle:()V
        14: .line 330
            aload 4 /* _data */
            invokevirtual android.os.Parcel.recycle:()V
        15: .line 331
            aload 7
            athrow
        start local 6 // boolean _result
        16: .line 329
      StackMap locals: int
      StackMap stack:
            aload 5 /* _reply */
            invokevirtual android.os.Parcel.recycle:()V
        17: .line 330
            aload 4 /* _data */
            invokevirtual android.os.Parcel.recycle:()V
        18: .line 332
            iload 6 /* _result */
            ireturn
        end local 6 // boolean _result
        end local 5 // android.os.Parcel _reply
        end local 4 // android.os.Parcel _data
        end local 3 // int monitorTransitions
        end local 2 // int monitoringType
        end local 1 // int id
        end local 0 // android.hardware.location.IGeofenceHardware$Stub$Proxy this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0   19     0                this  Landroid/hardware/location/IGeofenceHardware$Stub$Proxy;
            0   19     1                  id  I
            0   19     2      monitoringType  I
            0   19     3  monitorTransitions  I
            1   19     4               _data  Landroid/os/Parcel;
            2   19     5              _reply  Landroid/os/Parcel;
           11   12     6             _result  Z
           16   19     6             _result  Z
      Exception table:
        from    to  target  type
           2    12      12  any
    Exceptions:
      throws android.os.RemoteException
    MethodParameters:
                    Name  Flags
      id                  
      monitoringType      
      monitorTransitions  

  public boolean registerForMonitorStateChangeCallback(int, android.hardware.location.IGeofenceHardwareMonitorCallback);
    descriptor: (ILandroid/hardware/location/IGeofenceHardwareMonitorCallback;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=7, args_size=3
        start local 0 // android.hardware.location.IGeofenceHardware$Stub$Proxy this
        start local 1 // int monitoringType
        start local 2 // android.hardware.location.IGeofenceHardwareMonitorCallback callback
         0: .line 336
            invokestatic android.os.Parcel.obtain:()Landroid/os/Parcel;
            astore 3 /* _data */
        start local 3 // android.os.Parcel _data
         1: .line 337
            invokestatic android.os.Parcel.obtain:()Landroid/os/Parcel;
            astore 4 /* _reply */
        start local 4 // android.os.Parcel _reply
         2: .line 340
            aload 3 /* _data */
            ldc "android.hardware.location.IGeofenceHardware"
            invokevirtual android.os.Parcel.writeInterfaceToken:(Ljava/lang/String;)V
         3: .line 341
            aload 3 /* _data */
            iload 1 /* monitoringType */
            invokevirtual android.os.Parcel.writeInt:(I)V
         4: .line 342
            aload 3 /* _data */
            aload 2 /* callback */
            ifnull 5
            aload 2 /* callback */
            invokeinterface android.hardware.location.IGeofenceHardwareMonitorCallback.asBinder:()Landroid/os/IBinder;
            goto 6
      StackMap locals: android.hardware.location.IGeofenceHardware$Stub$Proxy int android.hardware.location.IGeofenceHardwareMonitorCallback android.os.Parcel android.os.Parcel
      StackMap stack: android.os.Parcel
         5: aconst_null
      StackMap locals: android.hardware.location.IGeofenceHardware$Stub$Proxy int android.hardware.location.IGeofenceHardwareMonitorCallback 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 343
            aload 0 /* this */
            getfield android.hardware.location.IGeofenceHardware$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 344
            aload 4 /* _reply */
            invokevirtual android.os.Parcel.readException:()V
         9: .line 345
            aload 4 /* _reply */
            invokevirtual android.os.Parcel.readInt:()I
            ifeq 10
            iconst_1
            goto 11
      StackMap locals:
      StackMap stack:
        10: iconst_0
      StackMap locals:
      StackMap stack: int
        11: istore 5 /* _result */
        start local 5 // boolean _result
        12: .line 346
            goto 17
        end local 5 // boolean _result
        13: .line 347
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 6
        14: .line 348
            aload 4 /* _reply */
            invokevirtual android.os.Parcel.recycle:()V
        15: .line 349
            aload 3 /* _data */
            invokevirtual android.os.Parcel.recycle:()V
        16: .line 350
            aload 6
            athrow
        start local 5 // boolean _result
        17: .line 348
      StackMap locals: int
      StackMap stack:
            aload 4 /* _reply */
            invokevirtual android.os.Parcel.recycle:()V
        18: .line 349
            aload 3 /* _data */
            invokevirtual android.os.Parcel.recycle:()V
        19: .line 351
            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 // android.hardware.location.IGeofenceHardwareMonitorCallback callback
        end local 1 // int monitoringType
        end local 0 // android.hardware.location.IGeofenceHardware$Stub$Proxy this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   20     0            this  Landroid/hardware/location/IGeofenceHardware$Stub$Proxy;
            0   20     1  monitoringType  I
            0   20     2        callback  Landroid/hardware/location/IGeofenceHardwareMonitorCallback;
            1   20     3           _data  Landroid/os/Parcel;
            2   20     4          _reply  Landroid/os/Parcel;
           12   13     5         _result  Z
           17   20     5         _result  Z
      Exception table:
        from    to  target  type
           2    13      13  any
    Exceptions:
      throws android.os.RemoteException
    MethodParameters:
                Name  Flags
      monitoringType  
      callback        

  public boolean unregisterForMonitorStateChangeCallback(int, android.hardware.location.IGeofenceHardwareMonitorCallback);
    descriptor: (ILandroid/hardware/location/IGeofenceHardwareMonitorCallback;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=7, args_size=3
        start local 0 // android.hardware.location.IGeofenceHardware$Stub$Proxy this
        start local 1 // int monitoringType
        start local 2 // android.hardware.location.IGeofenceHardwareMonitorCallback callback
         0: .line 355
            invokestatic android.os.Parcel.obtain:()Landroid/os/Parcel;
            astore 3 /* _data */
        start local 3 // android.os.Parcel _data
         1: .line 356
            invokestatic android.os.Parcel.obtain:()Landroid/os/Parcel;
            astore 4 /* _reply */
        start local 4 // android.os.Parcel _reply
         2: .line 359
            aload 3 /* _data */
            ldc "android.hardware.location.IGeofenceHardware"
            invokevirtual android.os.Parcel.writeInterfaceToken:(Ljava/lang/String;)V
         3: .line 360
            aload 3 /* _data */
            iload 1 /* monitoringType */
            invokevirtual android.os.Parcel.writeInt:(I)V
         4: .line 361
            aload 3 /* _data */
            aload 2 /* callback */
            ifnull 5
            aload 2 /* callback */
            invokeinterface android.hardware.location.IGeofenceHardwareMonitorCallback.asBinder:()Landroid/os/IBinder;
            goto 6
      StackMap locals: android.hardware.location.IGeofenceHardware$Stub$Proxy int android.hardware.location.IGeofenceHardwareMonitorCallback android.os.Parcel android.os.Parcel
      StackMap stack: android.os.Parcel
         5: aconst_null
      StackMap locals: android.hardware.location.IGeofenceHardware$Stub$Proxy int android.hardware.location.IGeofenceHardwareMonitorCallback 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 362
            aload 0 /* this */
            getfield android.hardware.location.IGeofenceHardware$Stub$Proxy.mRemote:Landroid/os/IBinder;
            bipush 10
            aload 3 /* _data */
            aload 4 /* _reply */
            iconst_0
            invokeinterface android.os.IBinder.transact:(ILandroid/os/Parcel;Landroid/os/Parcel;I)Z
            pop
         8: .line 363
            aload 4 /* _reply */
            invokevirtual android.os.Parcel.readException:()V
         9: .line 364
            aload 4 /* _reply */
            invokevirtual android.os.Parcel.readInt:()I
            ifeq 10
            iconst_1
            goto 11
      StackMap locals:
      StackMap stack:
        10: iconst_0
      StackMap locals:
      StackMap stack: int
        11: istore 5 /* _result */
        start local 5 // boolean _result
        12: .line 365
            goto 17
        end local 5 // boolean _result
        13: .line 366
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 6
        14: .line 367
            aload 4 /* _reply */
            invokevirtual android.os.Parcel.recycle:()V
        15: .line 368
            aload 3 /* _data */
            invokevirtual android.os.Parcel.recycle:()V
        16: .line 369
            aload 6
            athrow
        start local 5 // boolean _result
        17: .line 367
      StackMap locals: int
      StackMap stack:
            aload 4 /* _reply */
            invokevirtual android.os.Parcel.recycle:()V
        18: .line 368
            aload 3 /* _data */
            invokevirtual android.os.Parcel.recycle:()V
        19: .line 370
            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 // android.hardware.location.IGeofenceHardwareMonitorCallback callback
        end local 1 // int monitoringType
        end local 0 // android.hardware.location.IGeofenceHardware$Stub$Proxy this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   20     0            this  Landroid/hardware/location/IGeofenceHardware$Stub$Proxy;
            0   20     1  monitoringType  I
            0   20     2        callback  Landroid/hardware/location/IGeofenceHardwareMonitorCallback;
            1   20     3           _data  Landroid/os/Parcel;
            2   20     4          _reply  Landroid/os/Parcel;
           12   13     5         _result  Z
           17   20     5         _result  Z
      Exception table:
        from    to  target  type
           2    13      13  any
    Exceptions:
      throws android.os.RemoteException
    MethodParameters:
                Name  Flags
      monitoringType  
      callback        
}
SourceFile: "IGeofenceHardware.java"
NestHost: android.hardware.location.IGeofenceHardware
InnerClasses:
  public abstract Stub = android.hardware.location.IGeofenceHardware$Stub of android.hardware.location.IGeofenceHardware
  private Proxy = android.hardware.location.IGeofenceHardware$Stub$Proxy of android.hardware.location.IGeofenceHardware$Stub