Home
last modified time | relevance | path

Searched refs:setGeoDetectionEnabledSetting (Results 1 – 9 of 9) sorted by relevance

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/timezonedetector/
H A DConfigurationInternalTest.java71 .setGeoDetectionEnabledSetting(true) in test_telephonyAndGeoSupported_capabilitiesAndConfiguration()
196 .setGeoDetectionEnabledSetting(true) in test_autoDetectNotSupported_capabilitiesAndConfiguration()
306 .setGeoDetectionEnabledSetting(true) in test_onlyTelephonySupported_capabilitiesAndConfiguration()
390 .setGeoDetectionEnabledSetting(false) in test_onlyGeoSupported_capabilitiesAndConfiguration()
507 .setGeoDetectionEnabledSetting(true) in test_telephonyFallbackSupported()
527 .setGeoDetectionEnabledSetting(true) in test_geoDetectionRunInBackgroundEnabled()
554 .setGeoDetectionEnabledSetting(false) in test_geoDetectionRunInBackgroundEnabled()
H A DTimeZoneDetectorStrategyImplTest.java132 .setGeoDetectionEnabledSetting(false)
146 .setGeoDetectionEnabledSetting(true)
160 .setGeoDetectionEnabledSetting(false)
174 .setGeoDetectionEnabledSetting(false)
188 .setGeoDetectionEnabledSetting(false)
202 .setGeoDetectionEnabledSetting(true)
281 .setGeoDetectionEnabledSetting(true) in testChangeListenerBehavior_otherUser()
304 .setGeoDetectionEnabledSetting(true) in testReadAndWriteConfiguration_currentUser()
363 .setGeoDetectionEnabledSetting(true) in testReadAndWriteConfiguration_otherUser()
1597 .setGeoDetectionEnabledSetting(true) in testGenerateMetricsState()
[all …]
H A DMetricsTimeZoneDetectorStateTest.java187 .setGeoDetectionEnabledSetting(true) in createConfigurationInternal()
H A DTimeZoneDetectorInternalImplTest.java185 .setGeoDetectionEnabledSetting(false) in createConfigurationInternal()
H A DTimeZoneDetectorServiceTest.java492 .setGeoDetectionEnabledSetting(geoDetectionEnabled) in createConfigurationInternal()
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/timezonedetector/location/
H A DTestSupport.java55 .setGeoDetectionEnabledSetting(geoDetectionEnabledSetting) in createUserConfig()
H A DLocationTimeZoneProviderControllerTest.java1403 .setGeoDetectionEnabledSetting(true) in geoDetectionRunInBackground_obeysAutoDetectionDisabled()
1434 .setGeoDetectionEnabledSetting(false) in geoDetectionRunInBackground()
/aosp14/frameworks/base/services/core/java/com/android/server/timezonedetector/
H A DConfigurationInternal.java308 builder.setGeoDetectionEnabledSetting(newConfiguration.isGeoDetectionEnabled()); in merge()
473 public Builder setGeoDetectionEnabledSetting(boolean enabled) { in setGeoDetectionEnabledSetting() method in ConfigurationInternal.Builder
H A DServiceConfigAccessorImpl.java324 .setGeoDetectionEnabledSetting(getGeoDetectionEnabledSetting(userId)) in getConfigurationInternal()