Searched defs:onGeofenceAdd (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/java/android/hardware/location/
H A DGeofenceHardwareCallback.java51 public void onGeofenceAdd(int geofenceId, int status) { method in class:GeofenceHardwareCallback
H A DGeofenceHardware.java198 * {@link GeofenceHardwareCallback#onGeofenceAdd} will be called with the result of the
199 * add call from the hardware. The {@link GeofenceHardwareCallback#onGeofenceAdd} will be
482 public void onGeofenceAdd(int geofenceId, int status) { method in class:GeofenceHardware.GeofenceHardwareCallbackWrapper
484 if (c != null) c.onGeofenceAdd(geofenceId, status);
/frameworks/base/services/java/com/android/server/location/
H A DFlpHardwareProvider.java167 private void onGeofenceAdd(int geofenceId, int result) { method in class:FlpHardwareProvider

Completed in 246 milliseconds