Home
last modified time | relevance | path

Searched refs:withAdasGnssLocationEnabled (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/services/tests/mockingservicestests/src/com/android/server/location/settings/
DLocationSettingsTest.java102 settings -> settings.withAdasGnssLocationEnabled(true)); in testUpdate()
106 settings -> settings.withAdasGnssLocationEnabled(false)); in testUpdate()
114 settings -> settings.withAdasGnssLocationEnabled(true)); in testSerialization()
135 settings -> settings.withAdasGnssLocationEnabled(true)); in testListeners()
144 settings -> settings.withAdasGnssLocationEnabled(false)); in testListeners()
152 settings -> settings.withAdasGnssLocationEnabled(true)); in testListeners()
167 settings -> settings.withAdasGnssLocationEnabled(true)); in testNonAutomotive()
/frameworks/base/services/core/java/com/android/server/location/settings/
DLocationUserSettings.java51 public LocationUserSettings withAdasGnssLocationEnabled(boolean adasEnabled) { in withAdasGnssLocationEnabled() method in LocationUserSettings
DLocationSettings.java168 settings = settings.withAdasGnssLocationEnabled(false); in filterSettings()
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/location/provider/
DLocationProviderManagerTest.java1117 settings -> settings.withAdasGnssLocationEnabled(false)); in testProviderRequest_AdasGnssBypass_ProviderDisabled_AdasDisabled()
/frameworks/base/services/core/java/com/android/server/location/
DLocationManagerService.java1242 settings -> settings.withAdasGnssLocationEnabled(enabled)); in setAdasGnssLocationEnabledForUser()