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

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

Completed in 95 milliseconds