Home
last modified time | relevance | path

Searched refs:removeGeofence (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/core/java/android/hardware/location/
DGeofenceHardwareService.java106 public boolean removeGeofence(int id, int monitoringType) {
111 return mGeofenceHardwareImpl.removeGeofence(id, monitoringType);
DIGeofenceHardware.aidl35 boolean removeGeofence(int id, int monitoringType); in removeGeofence() method
DGeofenceHardware.java306 public boolean removeGeofence(int geofenceId, int monitoringType) { in removeGeofence() method in GeofenceHardware
308 return mService.removeGeofence(geofenceId, monitoringType); in removeGeofence()
DGeofenceHardwareImpl.java327 public boolean removeGeofence(int geofenceId, int monitoringType) { in removeGeofence() method in GeofenceHardwareImpl
694 removeGeofence(mGeofences.keyAt(i), monitoringType);
/frameworks/base/location/java/android/location/
DILocationManager.aidl48 void removeGeofence(in Geofence fence, in PendingIntent intent, String packageName); in removeGeofence() method
DLocationManager.java1069 mService.removeGeofence(null, intent, packageName); in removeProximityAlert()
1091 public void removeGeofence(Geofence fence, PendingIntent intent) { in removeGeofence() method in LocationManager
1097 mService.removeGeofence(fence, intent, packageName); in removeGeofence()
1119 mService.removeGeofence(null, intent, packageName); in removeAllGeofences()
/frameworks/base/services/core/jni/
Dcom_android_server_location_GnssLocationProvider.cpp1601 auto result = gnssGeofencingIface->removeGeofence(geofenceId); in android_location_GnssLocationProvider_remove_geofence()
/frameworks/base/services/core/java/com/android/server/
DLocationManagerService.java2241 public void removeGeofence(Geofence geofence, PendingIntent intent, String packageName) { in removeGeofence() method in LocationManagerService
/frameworks/base/api/
Dsystem-current.txt16975 method public boolean removeGeofence(int, int);