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

/frameworks/base/core/java/android/hardware/location/
H A DGeofenceHardwareCallback.java89 public void onGeofenceResume(int geofenceId, int status) { method in class:GeofenceHardwareCallback
H A DGeofenceHardware.java348 * {@link GeofenceHardwareCallback#onGeofenceResume} will be called with the result of the
536 public void onGeofenceResume(int geofenceId, int status) { method in class:GeofenceHardware.GeofenceHardwareCallbackWrapper
538 if (c != null) c.onGeofenceResume(geofenceId, status);

Completed in 2640 milliseconds