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.java518 public void onGeofenceAdd(int geofenceId, int status) { in onGeofenceAdd() method in GeofenceHardware.GeofenceHardwareCallbackWrapper
520 if (c != null) c.onGeofenceAdd(geofenceId, status); in onGeofenceAdd()
DGeofenceHardwareImpl.java587 callback.onGeofenceAdd(geofenceId, msg.arg2);
/frameworks/base/non-updatable-api/
Dsystem-current.txt2983 method public void onGeofenceAdd(int, int);
/frameworks/base/api/
Dsystem-current.txt3035 method public void onGeofenceAdd(int, int);