Searched refs:GeofenceHardwareCallback (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/hardware/location/
H A DGeofenceHardwareCallback.java24 public abstract class GeofenceHardwareCallback { class
H A DGeofenceHardware.java136 private HashMap<GeofenceHardwareCallback, GeofenceHardwareCallbackWrapper>
137 mCallbacks = new HashMap<GeofenceHardwareCallback, GeofenceHardwareCallbackWrapper>();
198 * {@link GeofenceHardwareCallback#onGeofenceAdd} will be called with the result of the
199 * add call from the hardware. The {@link GeofenceHardwareCallback#onGeofenceAdd} will be
236 * @param callback {@link GeofenceHardwareCallback} that will be use to notify the
242 geofenceRequest, GeofenceHardwareCallback callback) {
265 * {@link GeofenceHardwareCallback#onGeofenceRemove} will be called with the result of the
295 * {@link GeofenceHardwareCallback#onGeofencePause} will be called with the result of the
325 * {@link GeofenceHardwareCallback#onGeofenceResume} will be called with the result of the
417 private void removeCallback(GeofenceHardwareCallback callbac
[all...]

Completed in 811 milliseconds