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 | 408 public boolean resumeGeofence(int geofenceId, int monitoringType, int monitorTransition) { in resumeGeofence() method in GeofenceHardwareImpl
|
/frameworks/base/services/core/java/com/android/server/location/gnss/ |
D | GnssGeofenceProxy.java | 115 boolean resumed = mGnssNative.resumeGeofence(geofenceId, monitorTransitions); in resumeHardwareGeofence()
|
/frameworks/base/services/core/java/com/android/server/location/gnss/hal/ |
D | GnssNative.java | 837 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/ |
D | FakeGnssHal.java | 609 protected boolean resumeGeofence(int geofenceId, int monitorTransitions) { in resumeGeofence() method in FakeGnssHal
|
/frameworks/base/services/core/jni/ |
D | com_android_server_location_GnssLocationProvider.cpp | 2610 auto result = gnssGeofencingIface->resumeGeofence(geofenceId, monitor_transition); in android_location_gnss_hal_GnssNative_resume_geofence()
|
/frameworks/base/core/api/ |
D | system-current.txt | 3810 method public boolean resumeGeofence(int, int, int);
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 24109 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
|