Searched defs:onGeofenceResume (Results 1 - 3 of 3) sorted by path

/frameworks/base/core/java/android/hardware/location/
H A DGeofenceHardware.java347 * {@link GeofenceHardwareCallback#onGeofenceResume} will be called with the result of the
535 public void onGeofenceResume(int geofenceId, int status) { method in class:GeofenceHardware.GeofenceHardwareCallbackWrapper
537 if (c != null) c.onGeofenceResume(geofenceId, status);
H A DGeofenceHardwareCallback.java89 public void onGeofenceResume(int geofenceId, int status) { method in class:GeofenceHardwareCallback
/frameworks/base/services/core/java/com/android/server/location/
H A DFlpHardwareProvider.java275 private void onGeofenceResume(int geofenceId, int result) { method in class:FlpHardwareProvider

Completed in 103 milliseconds