Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/timezonedetector/
H A DConfigurationInternalTest.java86 assertTrue(config.isGeoDetectionExecutionEnabled()); in test_telephonyAndGeoSupported_capabilitiesAndConfiguration()
120 assertFalse(config.isGeoDetectionExecutionEnabled()); in test_telephonyAndGeoSupported_capabilitiesAndConfiguration()
153 assertFalse(config.isGeoDetectionExecutionEnabled()); in test_telephonyAndGeoSupported_capabilitiesAndConfiguration()
211 assertFalse(config.isGeoDetectionExecutionEnabled()); in test_autoDetectNotSupported_capabilitiesAndConfiguration()
240 assertFalse(config.isGeoDetectionExecutionEnabled()); in test_autoDetectNotSupported_capabilitiesAndConfiguration()
319 assertFalse(config.isGeoDetectionExecutionEnabled()); in test_onlyTelephonySupported_capabilitiesAndConfiguration()
350 assertFalse(config.isGeoDetectionExecutionEnabled()); in test_onlyTelephonySupported_capabilitiesAndConfiguration()
405 assertTrue(config.isGeoDetectionExecutionEnabled()); in test_onlyGeoSupported_capabilitiesAndConfiguration()
439 assertFalse(config.isGeoDetectionExecutionEnabled()); in test_onlyGeoSupported_capabilitiesAndConfiguration()
532 assertTrue(config.isGeoDetectionExecutionEnabled()); in test_geoDetectionRunInBackgroundEnabled()
[all …]
/aosp14/frameworks/base/services/core/java/com/android/server/timezonedetector/location/
H A DLocationTimeZoneProviderController.java399 && oldConfiguration.isGeoDetectionExecutionEnabled(); in alterProvidersStartedStateIfRequired()
401 newConfiguration.isGeoDetectionExecutionEnabled(); in alterProvidersStartedStateIfRequired()
598 if (!mCurrentUserConfiguration.isGeoDetectionExecutionEnabled()) { in handleProviderStartedStateChange()
/aosp14/frameworks/base/services/core/java/com/android/server/timezonedetector/
H A DConfigurationInternal.java214 public boolean isGeoDetectionExecutionEnabled() { in isGeoDetectionExecutionEnabled() method in ConfigurationInternal
H A DTimeZoneDetectorStrategyImpl.java1073 } else if (currentConfigurationInternal.isGeoDetectionExecutionEnabled()) { in createLocationAlgorithmStatus()
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/timezonedetector/location/
H A DLocationTimeZoneProviderControllerTest.java1407 assertFalse(autoTimeZoneDisabledConfig.isGeoDetectionExecutionEnabled()); in geoDetectionRunInBackground_obeysAutoDetectionDisabled()
1444 assertTrue(runInBackgroundEnabledConfig.isGeoDetectionExecutionEnabled()); in geoDetectionRunInBackground()