Searched defs:getStatusOfMonitoringType (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/hardware/location/
H A DGeofenceHardware.java177 * <p> Call {@link #getStatusOfMonitoringType(int)} to know the current state
209 public int getStatusOfMonitoringType(int monitoringType) { method in class:GeofenceHardware
211 return mService.getStatusOfMonitoringType(monitoringType);
H A DGeofenceHardwareImpl.java226 public int getStatusOfMonitoringType(int monitoringType) { method in class:GeofenceHardwareImpl

Completed in 165 milliseconds