Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/hardware/location/
DIGeofenceHardwareCallback.aidl25 void onGeofenceAdd(int geofenceId, int status); in onGeofenceAdd() method
DGeofenceHardwareCallback.java55 public void onGeofenceAdd(int geofenceId, int status) { in onGeofenceAdd() method in GeofenceHardwareCallback
DGeofenceHardware.java515 public void onGeofenceAdd(int geofenceId, int status) { in onGeofenceAdd() method in GeofenceHardware.GeofenceHardwareCallbackWrapper
517 if (c != null) c.onGeofenceAdd(geofenceId, status); in onGeofenceAdd()
DGeofenceHardwareImpl.java587 callback.onGeofenceAdd(geofenceId, msg.arg2);
/frameworks/base/services/core/java/com/android/server/location/
DFlpHardwareProvider.java257 private void onGeofenceAdd(int geofenceId, int result) { in onGeofenceAdd() method in FlpHardwareProvider
/frameworks/base/api/
Dsystem-current.txt15365 method public void onGeofenceAdd(int, int);
15436 method public abstract void onGeofenceAdd(int, int) throws android.os.RemoteException;