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

/frameworks/base/core/java/android/hardware/location/
H A DIGeofenceHardware.aidl26 int[] getMonitoringTypes();
H A DGeofenceHardwareService.java71 public int[] getMonitoringTypes() {
75 return mGeofenceHardwareImpl.getMonitoringTypes();
H A DGeofenceHardware.java154 public int[] getMonitoringTypes() { method in class:GeofenceHardware
156 return mService.getMonitoringTypes();
H A DGeofenceHardwareImpl.java162 public int[] getMonitoringTypes() { method in class:GeofenceHardwareImpl

Completed in 399 milliseconds