Searched defs:onGeofenceRemove (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/hardware/location/
H A DGeofenceHardwareCallback.java66 public void onGeofenceRemove(int geofenceId, int status) { method in class:GeofenceHardwareCallback
H A DGeofenceHardware.java288 * {@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 1340 milliseconds