/frameworks/base/services/core/jni/gnss/ |
D | GnssGeofence.cpp | 63 jboolean GnssGeofenceAidl::resumeGeofence(int geofenceId, int monitorTransitions) { in resumeGeofence() function in android::gnss::GnssGeofenceAidl 64 auto status = mIGnssGeofenceAidl->resumeGeofence(geofenceId, monitorTransitions); in resumeGeofence() 103 jboolean GnssGeofenceHidl::resumeGeofence(int geofenceId, int monitorTransitions) { in resumeGeofence() function in android::gnss::GnssGeofenceHidl 104 auto result = mIGnssGeofenceHidl->resumeGeofence(geofenceId, monitorTransitions); in resumeGeofence()
|
D | GnssGeofence.h | 43 virtual jboolean resumeGeofence(int geofenceId, int monitorTransitions); 55 jboolean resumeGeofence(int geofenceId, int monitorTransitions) override; 70 jboolean resumeGeofence(int geofenceId, int monitorTransitions) override;
|
/frameworks/base/core/java/android/hardware/location/ |
D | GeofenceHardwareService.java | 130 public boolean resumeGeofence(int id, int monitoringType, int monitorTransitions) { 135 return mGeofenceHardwareImpl.resumeGeofence(id, monitoringType, monitorTransitions);
|
D | IGeofenceHardware.aidl | 43 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 | 931 public boolean resumeGeofence(int geofenceId, int monitorTransitions) { in resumeGeofence() method in GnssNative 933 return mGnssHal.resumeGeofence(geofenceId, monitorTransitions); in resumeGeofence() 1528 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 | 643 protected boolean resumeGeofence(int geofenceId, int monitorTransitions) { in resumeGeofence() method in FakeGnssHal
|
/frameworks/base/services/core/jni/ |
D | com_android_server_location_GnssLocationProvider.cpp | 629 return gnssGeofencingIface->resumeGeofence(geofenceId, monitor_transition); in android_location_gnss_hal_GnssNative_resume_geofence()
|
/frameworks/base/core/api/ |
D | module-lib-lint-baseline.txt | 916 RequiresPermission: android.hardware.location.GeofenceHardware#resumeGeofence(int, int, int): 917 Method 'resumeGeofence' documentation mentions permissions without declaring @RequiresPermission
|
D | test-lint-baseline.txt | 996 RequiresPermission: android.hardware.location.GeofenceHardware#resumeGeofence(int, int, int): 997 Method 'resumeGeofence' documentation mentions permissions without declaring @RequiresPermission
|
D | system-lint-baseline.txt | 1004 RequiresPermission: android.hardware.location.GeofenceHardware#resumeGeofence(int, int, int): 1005 Method 'resumeGeofence' documentation mentions permissions without declaring @RequiresPermission
|
D | system-current.txt | 6062 method public boolean resumeGeofence(int, int, int);
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 21231 Landroid/hardware/location/GeofenceHardwareImpl;->resumeGeofence(III)Z 21448 Landroid/hardware/location/IGeofenceHardware$Stub$Proxy;->resumeGeofence(III)Z 21471 Landroid/hardware/location/IGeofenceHardware;->resumeGeofence(III)Z
|