Home
last modified time | relevance | path

Searched refs:onGeofenceResume (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/core/java/android/hardware/location/
DIGeofenceHardwareCallback.aidl28 void onGeofenceResume(int geofenceId, int status); in onGeofenceResume() method
DGeofenceHardwareCallback.java89 public void onGeofenceResume(int geofenceId, int status) { in onGeofenceResume() method in GeofenceHardwareCallback
DGeofenceHardware.java535 public void onGeofenceResume(int geofenceId, int status) { in onGeofenceResume() method in GeofenceHardware.GeofenceHardwareCallbackWrapper
537 if (c != null) c.onGeofenceResume(geofenceId, status); in onGeofenceResume()
DGeofenceHardwareImpl.java657 callback.onGeofenceResume(geofenceId, msg.arg2);
/frameworks/base/services/core/java/com/android/server/location/
DFlpHardwareProvider.java275 private void onGeofenceResume(int geofenceId, int result) { in onGeofenceResume() method in FlpHardwareProvider
/frameworks/base/api/
Dsystem-current.txt15368 method public void onGeofenceResume(int, int);
15439 method public abstract void onGeofenceResume(int, int) throws android.os.RemoteException;