Searched refs:getStatusOfMonitoringType (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/core/java/android/hardware/location/
H A DIGeofenceHardware.aidl27 int getStatusOfMonitoringType(int monitoringType);
H A DGeofenceHardwareService.java78 public int getStatusOfMonitoringType(int monitoringType) {
82 return mGeofenceHardwareImpl.getStatusOfMonitoringType(monitoringType);
H A DGeofenceHardware.java145 * <p> Call {@link #getStatusOfMonitoringType(int)} to know the current state
177 public int getStatusOfMonitoringType(int monitoringType) { method in class:GeofenceHardware
179 return mService.getStatusOfMonitoringType(monitoringType);
H A DGeofenceHardwareImpl.java172 public int getStatusOfMonitoringType(int monitoringType) { method in class:GeofenceHardwareImpl

Completed in 85 milliseconds