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.java538 public void onGeofenceResume(int geofenceId, int status) { in onGeofenceResume() method in GeofenceHardware.GeofenceHardwareCallbackWrapper
540 if (c != null) c.onGeofenceResume(geofenceId, status); in onGeofenceResume()
DGeofenceHardwareImpl.java657 callback.onGeofenceResume(geofenceId, msg.arg2);
/frameworks/base/non-updatable-api/
Dsystem-current.txt2986 method public void onGeofenceResume(int, int);
/frameworks/base/api/
Dsystem-current.txt3038 method public void onGeofenceResume(int, int);