Searched defs:onGeofenceRemove (Results 1 - 2 of 2) sorted by relevance
/frameworks/base/core/java/android/hardware/location/ | ||
H A D | GeofenceHardwareCallback.java | 66 public void onGeofenceRemove(int geofenceId, int status) { method in class:GeofenceHardwareCallback |
H A D | GeofenceHardware.java | 288 * {@link GeofenceHardwareCallback#onGeofenceRemove} will be called with the result of the 521 public void onGeofenceRemove(int geofenceId, int status) { method in class:GeofenceHardware.GeofenceHardwareCallbackWrapper 524 c.onGeofenceRemove(geofenceId, status); |
Completed in 9 milliseconds