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

  public abstract boolean addCircularHardwareGeofence(int, double, double, double, int, int, int, int);
    descriptor: (IDDDIIII)Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws android.os.RemoteException
    MethodParameters:
                            Name  Flags
      geofenceId                  
      latitude                    
      longitude                   
      radius                      
      lastTransition              
      monitorTransition           
      notificationResponsiveness  
      unknownTimer                

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

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

  public abstract boolean resumeHardwareGeofence(int, int);
    descriptor: (II)Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws android.os.RemoteException
    MethodParameters:
                   Name  Flags
      geofenceId         
      monitorTransition  
}
SourceFile: "IGpsGeofenceHardware.java"
NestMembers:
  android.location.IGpsGeofenceHardware$Stub  android.location.IGpsGeofenceHardware$Stub$Proxy
InnerClasses:
  public abstract Stub = android.location.IGpsGeofenceHardware$Stub of android.location.IGpsGeofenceHardware