Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/jni/gnss/
H A 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
/aosp14/frameworks/base/core/java/android/hardware/location/
H A DIGeofenceHardware.aidl43 boolean resumeGeofence(int id, int monitoringType, int monitorTransitions); in resumeGeofence() method
H A DGeofenceHardware.java370 public boolean resumeGeofence(int geofenceId, int monitoringType, int monitorTransition) { in resumeGeofence() method in GeofenceHardware
H A DGeofenceHardwareImpl.java408 public boolean resumeGeofence(int geofenceId, int monitoringType, int monitorTransition) { in resumeGeofence() method in GeofenceHardwareImpl
/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/location/gnss/hal/
H A DFakeGnssHal.java643 protected boolean resumeGeofence(int geofenceId, int monitorTransitions) { in resumeGeofence() method in FakeGnssHal
/aosp14/frameworks/base/services/core/java/com/android/server/location/gnss/hal/
H A DGnssNative.java906 public boolean resumeGeofence(int geofenceId, int monitorTransitions) { in resumeGeofence() method in GnssNative
1475 protected boolean resumeGeofence(int geofenceId, int monitorTransitions) { in resumeGeofence() method in GnssNative.GnssHal