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

/frameworks/base/core/java/android/hardware/location/
H A DGeofenceHardwareCallback.java77 public void onGeofencePause(int geofenceId, int status) { method in class:GeofenceHardwareCallback
H A DGeofenceHardware.java318 * {@link GeofenceHardwareCallback#onGeofencePause} will be called with the result of the
529 public void onGeofencePause(int geofenceId, int status) { method in class:GeofenceHardware.GeofenceHardwareCallbackWrapper
532 c.onGeofencePause(geofenceId, status);

Completed in 206 milliseconds