Home
last modified time | relevance | path

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

/frameworks/base/services/tests/timetests/src/com/android/server/timezonedetector/
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()
267 assertFalse(autoOffConfig.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()
[all …]
/frameworks/base/services/core/java/com/android/server/timezonedetector/location/
DLocationTimeZoneProviderController.java398 && oldConfiguration.isGeoDetectionExecutionEnabled(); in alterProvidersStartedStateIfRequired()
400 newConfiguration.isGeoDetectionExecutionEnabled(); in alterProvidersStartedStateIfRequired()
597 if (!mCurrentUserConfiguration.isGeoDetectionExecutionEnabled()) { in handleProviderStartedStateChange()
/frameworks/base/services/core/java/com/android/server/timezonedetector/
DConfigurationInternal.java214 public boolean isGeoDetectionExecutionEnabled() { in isGeoDetectionExecutionEnabled() method in ConfigurationInternal
DTimeZoneDetectorStrategyImpl.java1073 } else if (currentConfigurationInternal.isGeoDetectionExecutionEnabled()) { in createLocationAlgorithmStatus()
/frameworks/base/services/tests/timetests/src/com/android/server/timezonedetector/location/
DLocationTimeZoneProviderControllerTest.java1551 assertFalse(autoTimeZoneDisabledConfig.isGeoDetectionExecutionEnabled()); in geoDetectionRunInBackground_obeysAutoDetectionDisabled()
1588 assertTrue(runInBackgroundEnabledConfig.isGeoDetectionExecutionEnabled()); in geoDetectionRunInBackground()