Home
last modified time | relevance | path

Searched refs:onGeofenceRemove (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/core/java/android/hardware/location/
DIGeofenceHardwareCallback.aidl26 void onGeofenceRemove(int geofenceId, int status); in onGeofenceRemove() method
DGeofenceHardwareCallback.java66 public void onGeofenceRemove(int geofenceId, int status) { in onGeofenceRemove() method in GeofenceHardwareCallback
DGeofenceHardware.java520 public void onGeofenceRemove(int geofenceId, int status) { in onGeofenceRemove() method in GeofenceHardware.GeofenceHardwareCallbackWrapper
523 c.onGeofenceRemove(geofenceId, status); in onGeofenceRemove()
DGeofenceHardwareImpl.java600 callback.onGeofenceRemove(geofenceId, msg.arg2);
/frameworks/base/services/core/java/com/android/server/location/
DFlpHardwareProvider.java263 private void onGeofenceRemove(int geofenceId, int result) { in onGeofenceRemove() method in FlpHardwareProvider
/frameworks/base/api/
Dsystem-current.txt15367 method public void onGeofenceRemove(int, int);
15438 method public abstract void onGeofenceRemove(int, int) throws android.os.RemoteException;