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

  public boolean isSupported();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=1
        start local 0 // android.location.IFusedGeofenceHardware$Stub$Proxy this
         0: .line 149
            invokestatic android.os.Parcel.obtain:()Landroid/os/Parcel;
            astore 1 /* _data */
        start local 1 // android.os.Parcel _data
         1: .line 150
            invokestatic android.os.Parcel.obtain:()Landroid/os/Parcel;
            astore 2 /* _reply */
        start local 2 // android.os.Parcel _reply
         2: .line 153
            aload 1 /* _data */
            ldc "android.location.IFusedGeofenceHardware"
            invokevirtual android.os.Parcel.writeInterfaceToken:(Ljava/lang/String;)V
         3: .line 154
            aload 0 /* this */
            getfield android.location.IFusedGeofenceHardware$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 155
            aload 2 /* _reply */
            invokevirtual android.os.Parcel.readException:()V
         5: .line 156
            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 157
            goto 13
        end local 3 // boolean _result
         9: .line 158
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 4
        10: .line 159
            aload 2 /* _reply */
            invokevirtual android.os.Parcel.recycle:()V
        11: .line 160
            aload 1 /* _data */
            invokevirtual android.os.Parcel.recycle:()V
        12: .line 161
            aload 4
            athrow
        start local 3 // boolean _result
        13: .line 159
      StackMap locals: int
      StackMap stack:
            aload 2 /* _reply */
            invokevirtual android.os.Parcel.recycle:()V
        14: .line 160
            aload 1 /* _data */
            invokevirtual android.os.Parcel.recycle:()V
        15: .line 162
            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.IFusedGeofenceHardware$Stub$Proxy this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   16     0     this  Landroid/location/IFusedGeofenceHardware$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 void addGeofences(android.hardware.location.GeofenceHardwareRequestParcelable[]);
    descriptor: ([Landroid/hardware/location/GeofenceHardwareRequestParcelable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=2
        start local 0 // android.location.IFusedGeofenceHardware$Stub$Proxy this
        start local 1 // android.hardware.location.GeofenceHardwareRequestParcelable[] geofenceRequestsArray
         0: .line 171
            invokestatic android.os.Parcel.obtain:()Landroid/os/Parcel;
            astore 2 /* _data */
        start local 2 // android.os.Parcel _data
         1: .line 172
            invokestatic android.os.Parcel.obtain:()Landroid/os/Parcel;
            astore 3 /* _reply */
        start local 3 // android.os.Parcel _reply
         2: .line 174
            aload 2 /* _data */
            ldc "android.location.IFusedGeofenceHardware"
            invokevirtual android.os.Parcel.writeInterfaceToken:(Ljava/lang/String;)V
         3: .line 175
            aload 2 /* _data */
            aload 1 /* geofenceRequestsArray */
            iconst_0
            invokevirtual android.os.Parcel.writeTypedArray:([Landroid/os/Parcelable;I)V
         4: .line 176
            aload 0 /* this */
            getfield android.location.IFusedGeofenceHardware$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
         5: .line 177
            aload 3 /* _reply */
            invokevirtual android.os.Parcel.readException:()V
         6: .line 178
            goto 11
         7: .line 179
      StackMap locals: android.location.IFusedGeofenceHardware$Stub$Proxy android.hardware.location.GeofenceHardwareRequestParcelable[] android.os.Parcel android.os.Parcel
      StackMap stack: java.lang.Throwable
            astore 4
         8: .line 180
            aload 3 /* _reply */
            invokevirtual android.os.Parcel.recycle:()V
         9: .line 181
            aload 2 /* _data */
            invokevirtual android.os.Parcel.recycle:()V
        10: .line 182
            aload 4
            athrow
        11: .line 180
      StackMap locals:
      StackMap stack:
            aload 3 /* _reply */
            invokevirtual android.os.Parcel.recycle:()V
        12: .line 181
            aload 2 /* _data */
            invokevirtual android.os.Parcel.recycle:()V
        13: .line 183
            return
        end local 3 // android.os.Parcel _reply
        end local 2 // android.os.Parcel _data
        end local 1 // android.hardware.location.GeofenceHardwareRequestParcelable[] geofenceRequestsArray
        end local 0 // android.location.IFusedGeofenceHardware$Stub$Proxy this
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0   14     0                   this  Landroid/location/IFusedGeofenceHardware$Stub$Proxy;
            0   14     1  geofenceRequestsArray  [Landroid/hardware/location/GeofenceHardwareRequestParcelable;
            1   14     2                  _data  Landroid/os/Parcel;
            2   14     3                 _reply  Landroid/os/Parcel;
      Exception table:
        from    to  target  type
           2     7       7  any
    Exceptions:
      throws android.os.RemoteException
    MethodParameters:
                       Name  Flags
      geofenceRequestsArray  

  public void removeGeofences(int[]);
    descriptor: ([I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=2
        start local 0 // android.location.IFusedGeofenceHardware$Stub$Proxy this
        start local 1 // int[] geofenceIds
         0: .line 191
            invokestatic android.os.Parcel.obtain:()Landroid/os/Parcel;
            astore 2 /* _data */
        start local 2 // android.os.Parcel _data
         1: .line 192
            invokestatic android.os.Parcel.obtain:()Landroid/os/Parcel;
            astore 3 /* _reply */
        start local 3 // android.os.Parcel _reply
         2: .line 194
            aload 2 /* _data */
            ldc "android.location.IFusedGeofenceHardware"
            invokevirtual android.os.Parcel.writeInterfaceToken:(Ljava/lang/String;)V
         3: .line 195
            aload 2 /* _data */
            aload 1 /* geofenceIds */
            invokevirtual android.os.Parcel.writeIntArray:([I)V
         4: .line 196
            aload 0 /* this */
            getfield android.location.IFusedGeofenceHardware$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 197
            aload 3 /* _reply */
            invokevirtual android.os.Parcel.readException:()V
         6: .line 198
            goto 11
         7: .line 199
      StackMap locals: android.location.IFusedGeofenceHardware$Stub$Proxy int[] android.os.Parcel android.os.Parcel
      StackMap stack: java.lang.Throwable
            astore 4
         8: .line 200
            aload 3 /* _reply */
            invokevirtual android.os.Parcel.recycle:()V
         9: .line 201
            aload 2 /* _data */
            invokevirtual android.os.Parcel.recycle:()V
        10: .line 202
            aload 4
            athrow
        11: .line 200
      StackMap locals:
      StackMap stack:
            aload 3 /* _reply */
            invokevirtual android.os.Parcel.recycle:()V
        12: .line 201
            aload 2 /* _data */
            invokevirtual android.os.Parcel.recycle:()V
        13: .line 203
            return
        end local 3 // android.os.Parcel _reply
        end local 2 // android.os.Parcel _data
        end local 1 // int[] geofenceIds
        end local 0 // android.location.IFusedGeofenceHardware$Stub$Proxy this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   14     0         this  Landroid/location/IFusedGeofenceHardware$Stub$Proxy;
            0   14     1  geofenceIds  [I
            1   14     2        _data  Landroid/os/Parcel;
            2   14     3       _reply  Landroid/os/Parcel;
      Exception table:
        from    to  target  type
           2     7       7  any
    Exceptions:
      throws android.os.RemoteException
    MethodParameters:
             Name  Flags
      geofenceIds  

  public void pauseMonitoringGeofence(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=2
        start local 0 // android.location.IFusedGeofenceHardware$Stub$Proxy this
        start local 1 // int geofenceId
         0: .line 211
            invokestatic android.os.Parcel.obtain:()Landroid/os/Parcel;
            astore 2 /* _data */
        start local 2 // android.os.Parcel _data
         1: .line 212
            invokestatic android.os.Parcel.obtain:()Landroid/os/Parcel;
            astore 3 /* _reply */
        start local 3 // android.os.Parcel _reply
         2: .line 214
            aload 2 /* _data */
            ldc "android.location.IFusedGeofenceHardware"
            invokevirtual android.os.Parcel.writeInterfaceToken:(Ljava/lang/String;)V
         3: .line 215
            aload 2 /* _data */
            iload 1 /* geofenceId */
            invokevirtual android.os.Parcel.writeInt:(I)V
         4: .line 216
            aload 0 /* this */
            getfield android.location.IFusedGeofenceHardware$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 217
            aload 3 /* _reply */
            invokevirtual android.os.Parcel.readException:()V
         6: .line 218
            goto 11
         7: .line 219
      StackMap locals: android.location.IFusedGeofenceHardware$Stub$Proxy int android.os.Parcel android.os.Parcel
      StackMap stack: java.lang.Throwable
            astore 4
         8: .line 220
            aload 3 /* _reply */
            invokevirtual android.os.Parcel.recycle:()V
         9: .line 221
            aload 2 /* _data */
            invokevirtual android.os.Parcel.recycle:()V
        10: .line 222
            aload 4
            athrow
        11: .line 220
      StackMap locals:
      StackMap stack:
            aload 3 /* _reply */
            invokevirtual android.os.Parcel.recycle:()V
        12: .line 221
            aload 2 /* _data */
            invokevirtual android.os.Parcel.recycle:()V
        13: .line 223
            return
        end local 3 // android.os.Parcel _reply
        end local 2 // android.os.Parcel _data
        end local 1 // int geofenceId
        end local 0 // android.location.IFusedGeofenceHardware$Stub$Proxy this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   14     0        this  Landroid/location/IFusedGeofenceHardware$Stub$Proxy;
            0   14     1  geofenceId  I
            1   14     2       _data  Landroid/os/Parcel;
            2   14     3      _reply  Landroid/os/Parcel;
      Exception table:
        from    to  target  type
           2     7       7  any
    Exceptions:
      throws android.os.RemoteException
    MethodParameters:
            Name  Flags
      geofenceId  

  public void resumeMonitoringGeofence(int, int);
    descriptor: (II)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=6, args_size=3
        start local 0 // android.location.IFusedGeofenceHardware$Stub$Proxy this
        start local 1 // int geofenceId
        start local 2 // int monitorTransitions
         0: .line 235
            invokestatic android.os.Parcel.obtain:()Landroid/os/Parcel;
            astore 3 /* _data */
        start local 3 // android.os.Parcel _data
         1: .line 236
            invokestatic android.os.Parcel.obtain:()Landroid/os/Parcel;
            astore 4 /* _reply */
        start local 4 // android.os.Parcel _reply
         2: .line 238
            aload 3 /* _data */
            ldc "android.location.IFusedGeofenceHardware"
            invokevirtual android.os.Parcel.writeInterfaceToken:(Ljava/lang/String;)V
         3: .line 239
            aload 3 /* _data */
            iload 1 /* geofenceId */
            invokevirtual android.os.Parcel.writeInt:(I)V
         4: .line 240
            aload 3 /* _data */
            iload 2 /* monitorTransitions */
            invokevirtual android.os.Parcel.writeInt:(I)V
         5: .line 241
            aload 0 /* this */
            getfield android.location.IFusedGeofenceHardware$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 242
            aload 4 /* _reply */
            invokevirtual android.os.Parcel.readException:()V
         7: .line 243
            goto 12
         8: .line 244
      StackMap locals: android.location.IFusedGeofenceHardware$Stub$Proxy int int android.os.Parcel android.os.Parcel
      StackMap stack: java.lang.Throwable
            astore 5
         9: .line 245
            aload 4 /* _reply */
            invokevirtual android.os.Parcel.recycle:()V
        10: .line 246
            aload 3 /* _data */
            invokevirtual android.os.Parcel.recycle:()V
        11: .line 247
            aload 5
            athrow
        12: .line 245
      StackMap locals:
      StackMap stack:
            aload 4 /* _reply */
            invokevirtual android.os.Parcel.recycle:()V
        13: .line 246
            aload 3 /* _data */
            invokevirtual android.os.Parcel.recycle:()V
        14: .line 248
            return
        end local 4 // android.os.Parcel _reply
        end local 3 // android.os.Parcel _data
        end local 2 // int monitorTransitions
        end local 1 // int geofenceId
        end local 0 // android.location.IFusedGeofenceHardware$Stub$Proxy this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0   15     0                this  Landroid/location/IFusedGeofenceHardware$Stub$Proxy;
            0   15     1          geofenceId  I
            0   15     2  monitorTransitions  I
            1   15     3               _data  Landroid/os/Parcel;
            2   15     4              _reply  Landroid/os/Parcel;
      Exception table:
        from    to  target  type
           2     8       8  any
    Exceptions:
      throws android.os.RemoteException
    MethodParameters:
                    Name  Flags
      geofenceId          
      monitorTransitions  

  public void modifyGeofenceOptions(int, int, int, int, int, int);
    descriptor: (IIIIII)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=10, args_size=7
        start local 0 // android.location.IFusedGeofenceHardware$Stub$Proxy this
        start local 1 // int geofenceId
        start local 2 // int lastTransition
        start local 3 // int monitorTransitions
        start local 4 // int notificationResponsiveness
        start local 5 // int unknownTimer
        start local 6 // int sourcesToUse
         0: .line 266
            invokestatic android.os.Parcel.obtain:()Landroid/os/Parcel;
            astore 7 /* _data */
        start local 7 // android.os.Parcel _data
         1: .line 267
            invokestatic android.os.Parcel.obtain:()Landroid/os/Parcel;
            astore 8 /* _reply */
        start local 8 // android.os.Parcel _reply
         2: .line 269
            aload 7 /* _data */
            ldc "android.location.IFusedGeofenceHardware"
            invokevirtual android.os.Parcel.writeInterfaceToken:(Ljava/lang/String;)V
         3: .line 270
            aload 7 /* _data */
            iload 1 /* geofenceId */
            invokevirtual android.os.Parcel.writeInt:(I)V
         4: .line 271
            aload 7 /* _data */
            iload 2 /* lastTransition */
            invokevirtual android.os.Parcel.writeInt:(I)V
         5: .line 272
            aload 7 /* _data */
            iload 3 /* monitorTransitions */
            invokevirtual android.os.Parcel.writeInt:(I)V
         6: .line 273
            aload 7 /* _data */
            iload 4 /* notificationResponsiveness */
            invokevirtual android.os.Parcel.writeInt:(I)V
         7: .line 274
            aload 7 /* _data */
            iload 5 /* unknownTimer */
            invokevirtual android.os.Parcel.writeInt:(I)V
         8: .line 275
            aload 7 /* _data */
            iload 6 /* sourcesToUse */
            invokevirtual android.os.Parcel.writeInt:(I)V
         9: .line 276
            aload 0 /* this */
            getfield android.location.IFusedGeofenceHardware$Stub$Proxy.mRemote:Landroid/os/IBinder;
            bipush 6
            aload 7 /* _data */
            aload 8 /* _reply */
            iconst_0
            invokeinterface android.os.IBinder.transact:(ILandroid/os/Parcel;Landroid/os/Parcel;I)Z
            pop
        10: .line 277
            aload 8 /* _reply */
            invokevirtual android.os.Parcel.readException:()V
        11: .line 278
            goto 16
        12: .line 279
      StackMap locals: android.location.IFusedGeofenceHardware$Stub$Proxy int int int int int int android.os.Parcel android.os.Parcel
      StackMap stack: java.lang.Throwable
            astore 9
        13: .line 280
            aload 8 /* _reply */
            invokevirtual android.os.Parcel.recycle:()V
        14: .line 281
            aload 7 /* _data */
            invokevirtual android.os.Parcel.recycle:()V
        15: .line 282
            aload 9
            athrow
        16: .line 280
      StackMap locals:
      StackMap stack:
            aload 8 /* _reply */
            invokevirtual android.os.Parcel.recycle:()V
        17: .line 281
            aload 7 /* _data */
            invokevirtual android.os.Parcel.recycle:()V
        18: .line 283
            return
        end local 8 // android.os.Parcel _reply
        end local 7 // android.os.Parcel _data
        end local 6 // int sourcesToUse
        end local 5 // int unknownTimer
        end local 4 // int notificationResponsiveness
        end local 3 // int monitorTransitions
        end local 2 // int lastTransition
        end local 1 // int geofenceId
        end local 0 // android.location.IFusedGeofenceHardware$Stub$Proxy this
      LocalVariableTable:
        Start  End  Slot                        Name  Signature
            0   19     0                        this  Landroid/location/IFusedGeofenceHardware$Stub$Proxy;
            0   19     1                  geofenceId  I
            0   19     2              lastTransition  I
            0   19     3          monitorTransitions  I
            0   19     4  notificationResponsiveness  I
            0   19     5                unknownTimer  I
            0   19     6                sourcesToUse  I
            1   19     7                       _data  Landroid/os/Parcel;
            2   19     8                      _reply  Landroid/os/Parcel;
      Exception table:
        from    to  target  type
           2    12      12  any
    Exceptions:
      throws android.os.RemoteException
    MethodParameters:
                            Name  Flags
      geofenceId                  
      lastTransition              
      monitorTransitions          
      notificationResponsiveness  
      unknownTimer                
      sourcesToUse                
}
SourceFile: "IFusedGeofenceHardware.java"
NestHost: android.location.IFusedGeofenceHardware
InnerClasses:
  public abstract Stub = android.location.IFusedGeofenceHardware$Stub of android.location.IFusedGeofenceHardware
  private Proxy = android.location.IFusedGeofenceHardware$Stub$Proxy of android.location.IFusedGeofenceHardware$Stub