Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/hardware/location/
DGeofenceHardwareService.java99 public boolean removeGeofence(int id, int monitoringType) {
104 return mGeofenceHardwareImpl.removeGeofence(id, monitoringType);
DIGeofenceHardware.aidl35 boolean removeGeofence(int id, int monitoringType); in removeGeofence() method
DGeofenceHardware.java305 public boolean removeGeofence(int geofenceId, int monitoringType) { in removeGeofence() method in GeofenceHardware
307 return mService.removeGeofence(geofenceId, monitoringType); in removeGeofence()
DGeofenceHardwareImpl.java288 public boolean removeGeofence(int geofenceId, int monitoringType) { in removeGeofence() method in GeofenceHardwareImpl
655 removeGeofence(mGeofences.keyAt(i), monitoringType);
/frameworks/base/location/java/android/location/
DLocationManager.java1047 mService.removeGeofence(null, intent, packageName); in removeProximityAlert()
1069 public void removeGeofence(Geofence fence, PendingIntent intent) { in removeGeofence() method in LocationManager
1075 mService.removeGeofence(fence, intent, packageName); in removeGeofence()
1097 mService.removeGeofence(null, intent, packageName); in removeAllGeofences()
DILocationManager.aidl47 void removeGeofence(in Geofence fence, in PendingIntent intent, String packageName); in removeGeofence() method
/frameworks/base/services/core/java/com/android/server/
DLocationManagerService.java1782 public void removeGeofence(Geofence geofence, PendingIntent intent, String packageName) { in removeGeofence() method in LocationManagerService
/frameworks/base/api/
Dsystem-current.txt13846 method public boolean removeGeofence(int, int);
13936 method public abstract boolean removeGeofence(int, int) throws android.os.RemoteException;