public interface android.location.IFusedGeofenceHardware extends android.os.IInterface
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: android.location.IFusedGeofenceHardware
  super_class: java.lang.Object
{
  public abstract boolean isSupported();
    descriptor: ()Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws android.os.RemoteException

  public abstract void addGeofences(android.hardware.location.GeofenceHardwareRequestParcelable[]);
    descriptor: ([Landroid/hardware/location/GeofenceHardwareRequestParcelable;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws android.os.RemoteException
    MethodParameters:
                       Name  Flags
      geofenceRequestsArray  

  public abstract void removeGeofences(int[]);
    descriptor: ([I)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws android.os.RemoteException
    MethodParameters:
             Name  Flags
      geofenceIds  

  public abstract void pauseMonitoringGeofence(int);
    descriptor: (I)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws android.os.RemoteException
    MethodParameters:
            Name  Flags
      geofenceId  

  public abstract void resumeMonitoringGeofence(int, int);
    descriptor: (II)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws android.os.RemoteException
    MethodParameters:
                    Name  Flags
      geofenceId          
      monitorTransitions  

  public abstract void modifyGeofenceOptions(int, int, int, int, int, int);
    descriptor: (IIIIII)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws android.os.RemoteException
    MethodParameters:
                            Name  Flags
      geofenceId                  
      lastTransition              
      monitorTransitions          
      notificationResponsiveness  
      unknownTimer                
      sourcesToUse                
}
SourceFile: "IFusedGeofenceHardware.java"
NestMembers:
  android.location.IFusedGeofenceHardware$Stub  android.location.IFusedGeofenceHardware$Stub$Proxy
InnerClasses:
  public abstract Stub = android.location.IFusedGeofenceHardware$Stub of android.location.IFusedGeofenceHardware