Home
last modified time | relevance | path

Searched defs:resumeGeofence (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/core/java/android/hardware/location/
DIGeofenceHardware.aidl37 boolean resumeGeofence(int id, int monitoringType, int monitorTransitions); in resumeGeofence() method
DGeofenceHardware.java370 public boolean resumeGeofence(int geofenceId, int monitoringType, int monitorTransition) { in resumeGeofence() method in GeofenceHardware
DGeofenceHardwareImpl.java407 public boolean resumeGeofence(int geofenceId, int monitoringType, int monitorTransition) { in resumeGeofence() method in GeofenceHardwareImpl
/frameworks/base/services/core/java/com/android/server/location/
DGnssGeofenceProvider.java153 public boolean resumeGeofence(int geofenceId, int transitions) { in resumeGeofence() method in GnssGeofenceProvider.GnssGeofenceProviderNative