Searched defs:onGeofenceRemove (Results 1 - 3 of 3) sorted by last modified time

/frameworks/base/services/core/java/com/android/server/location/
H A DFlpHardwareProvider.java263 private void onGeofenceRemove(int geofenceId, int result) { method in class:FlpHardwareProvider
/frameworks/base/core/java/android/hardware/location/
H A DGeofenceHardware.java287 * {@link GeofenceHardwareCallback#onGeofenceRemove} will be called with the result of the
520 public void onGeofenceRemove(int geofenceId, int status) { method in class:GeofenceHardware.GeofenceHardwareCallbackWrapper
523 c.onGeofenceRemove(geofenceId, status);
H A DGeofenceHardwareCallback.java66 public void onGeofenceRemove(int geofenceId, int status) { method in class:GeofenceHardwareCallback

Completed in 118 milliseconds