Home
last modified time | relevance | path

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

/frameworks/base/services/core/jni/gnss/
DGnssGeofence.cpp63 jboolean GnssGeofenceAidl::resumeGeofence(int geofenceId, int monitorTransitions) { in resumeGeofence() function in android::gnss::GnssGeofenceAidl
103 jboolean GnssGeofenceHidl::resumeGeofence(int geofenceId, int monitorTransitions) { in resumeGeofence() function in android::gnss::GnssGeofenceHidl
/frameworks/base/core/java/android/hardware/location/
DIGeofenceHardware.aidl43 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.java408 public boolean resumeGeofence(int geofenceId, int monitoringType, int monitorTransition) { in resumeGeofence() method in GeofenceHardwareImpl
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/location/gnss/hal/
DFakeGnssHal.java643 protected boolean resumeGeofence(int geofenceId, int monitorTransitions) { in resumeGeofence() method in FakeGnssHal
/frameworks/base/services/core/java/com/android/server/location/gnss/hal/
DGnssNative.java931 public boolean resumeGeofence(int geofenceId, int monitorTransitions) { in resumeGeofence() method in GnssNative
1528 protected boolean resumeGeofence(int geofenceId, int monitorTransitions) { in resumeGeofence() method in GnssNative.GnssHal