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.java407 public boolean resumeGeofence(int geofenceId, int monitoringType, int monitorTransition) { in resumeGeofence() method in GeofenceHardwareImpl
/frameworks/base/services/robotests/src/com/android/server/location/
DGnssGeofenceProviderTest.java45 when(mMockNative.resumeGeofence(anyInt(), anyInt())).thenReturn(true); in setUp()
77 verify(mMockNative).resumeGeofence(eq(GEOFENCE_ID), eq(MONITOR_TRANSITIONS)); in resumeGeofence_nativeResumed()
/frameworks/base/services/core/java/com/android/server/location/
DGnssGeofenceProvider.java124 boolean resumed = mNative.resumeGeofence(geofenceId, monitorTransitions); in resumeHardwareGeofence()
153 public boolean resumeGeofence(int geofenceId, int transitions) { in resumeGeofence() method in GnssGeofenceProvider.GnssGeofenceProviderNative
/frameworks/base/services/core/jni/
Dcom_android_server_location_GnssLocationProvider.cpp2565 auto result = gnssGeofencingIface->resumeGeofence(geofenceId, monitor_transition); in android_location_GnssGeofenceProvider_resume_geofence()
/frameworks/base/api/
Dsystem-current.txt2681 method public boolean resumeGeofence(int, int, int);
/frameworks/base/non-updatable-api/
Dsystem-current.txt2681 method public boolean resumeGeofence(int, int, int);
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt24118 Landroid/hardware/location/GeofenceHardwareImpl;->resumeGeofence(III)Z
24335 Landroid/hardware/location/IGeofenceHardware$Stub$Proxy;->resumeGeofence(III)Z
24358 Landroid/hardware/location/IGeofenceHardware;->resumeGeofence(III)Z