Home
last modified time | relevance | path

Searched refs:resumeGeofence (Results 1 – 10 of 10) sorted by relevance

/frameworks/base/core/java/android/hardware/location/
DGeofenceHardwareService.java124 public boolean resumeGeofence(int id, int monitoringType, int monitorTransitions) {
129 return mGeofenceHardwareImpl.resumeGeofence(id, monitoringType, monitorTransitions);
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
372 return mService.resumeGeofence(geofenceId, monitoringType, monitorTransition); in resumeGeofence()
DGeofenceHardwareImpl.java408 public boolean resumeGeofence(int geofenceId, int monitoringType, int monitorTransition) { in resumeGeofence() method in GeofenceHardwareImpl
/frameworks/base/services/core/java/com/android/server/location/gnss/
DGnssGeofenceProxy.java115 boolean resumed = mGnssNative.resumeGeofence(geofenceId, monitorTransitions); in resumeHardwareGeofence()
/frameworks/base/services/core/java/com/android/server/location/gnss/hal/
DGnssNative.java837 public boolean resumeGeofence(int geofenceId, int monitorTransitions) { in resumeGeofence() method in GnssNative
839 return mGnssHal.resumeGeofence(geofenceId, monitorTransitions); in resumeGeofence()
1364 protected boolean resumeGeofence(int geofenceId, int monitorTransitions) { in resumeGeofence() method in GnssNative.GnssHal
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/location/gnss/hal/
DFakeGnssHal.java609 protected boolean resumeGeofence(int geofenceId, int monitorTransitions) { in resumeGeofence() method in FakeGnssHal
/frameworks/base/services/core/jni/
Dcom_android_server_location_GnssLocationProvider.cpp2610 auto result = gnssGeofencingIface->resumeGeofence(geofenceId, monitor_transition); in android_location_gnss_hal_GnssNative_resume_geofence()
/frameworks/base/core/api/
Dsystem-current.txt3810 method public boolean resumeGeofence(int, int, int);
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt24109 Landroid/hardware/location/GeofenceHardwareImpl;->resumeGeofence(III)Z
24326 Landroid/hardware/location/IGeofenceHardware$Stub$Proxy;->resumeGeofence(III)Z
24349 Landroid/hardware/location/IGeofenceHardware;->resumeGeofence(III)Z