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

/frameworks/base/core/java/android/hardware/location/
H A DGeofenceHardwareCallback.java55 public void onGeofenceAdd(int geofenceId, int status) { method in class:GeofenceHardwareCallback
H A DGeofenceHardware.java225 * {@link GeofenceHardwareCallback#onGeofenceAdd} will be called with the result of the
226 * add call from the hardware. The {@link GeofenceHardwareCallback#onGeofenceAdd} will be
516 public void onGeofenceAdd(int geofenceId, int status) { method in class:GeofenceHardware.GeofenceHardwareCallbackWrapper
518 if (c != null) c.onGeofenceAdd(geofenceId, status);

Completed in 1360 milliseconds