Searched refs:resumeGeofence (Results 1 – 10 of 10) sorted by relevance
/frameworks/base/core/java/android/hardware/location/ |
D | GeofenceHardwareService.java | 124 public boolean resumeGeofence(int id, int monitoringType, int monitorTransitions) { 129 return mGeofenceHardwareImpl.resumeGeofence(id, monitoringType, monitorTransitions);
|
D | IGeofenceHardware.aidl | 37 boolean resumeGeofence(int id, int monitoringType, int monitorTransitions); in resumeGeofence() method
|
D | GeofenceHardware.java | 370 public boolean resumeGeofence(int geofenceId, int monitoringType, int monitorTransition) { in resumeGeofence() method in GeofenceHardware 372 return mService.resumeGeofence(geofenceId, monitoringType, monitorTransition); in resumeGeofence()
|
D | GeofenceHardwareImpl.java | 407 public boolean resumeGeofence(int geofenceId, int monitoringType, int monitorTransition) { in resumeGeofence() method in GeofenceHardwareImpl
|
/frameworks/base/services/robotests/src/com/android/server/location/ |
D | GnssGeofenceProviderTest.java | 45 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/ |
D | GnssGeofenceProvider.java | 124 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/ |
D | com_android_server_location_GnssLocationProvider.cpp | 2565 auto result = gnssGeofencingIface->resumeGeofence(geofenceId, monitor_transition); in android_location_GnssGeofenceProvider_resume_geofence()
|
/frameworks/base/api/ |
D | system-current.txt | 2681 method public boolean resumeGeofence(int, int, int);
|
/frameworks/base/non-updatable-api/ |
D | system-current.txt | 2681 method public boolean resumeGeofence(int, int, int);
|
/frameworks/base/config/ |
D | hiddenapi-greylist-max-o.txt | 24118 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
|