Home
last modified time | relevance | path

Searched refs:isAutoDetectionEnabled (Results 1 – 14 of 14) sorted by relevance

/frameworks/base/core/tests/timetests/src/android/app/time/
DTimeManagerTest.java134 capabilitiesAndConfig.getConfiguration().isAutoDetectionEnabled(); in testTimeZoneEnabledDefaultFlagBehavior()
145 assertEquals(newAutoTzEnabled, mTimeZoneDetectorShellHelper.isAutoDetectionEnabled()); in testTimeZoneEnabledDefaultFlagBehavior()
152 mTimeZoneDetectorShellHelper.isAutoDetectionEnabled()); in testTimeZoneEnabledDefaultFlagBehavior()
162 mTimeZoneDetectorShellHelper.isAutoDetectionEnabled()); in testTimeZoneEnabledDefaultFlagBehavior()
170 mTimeZoneDetectorShellHelper.isAutoDetectionEnabled()); in testTimeZoneEnabledDefaultFlagBehavior()
181 mTimeZoneDetectorShellHelper.isAutoDetectionEnabled()); in testTimeZoneEnabledDefaultFlagBehavior()
/frameworks/base/services/tests/timetests/src/com/android/server/timezonedetector/
DConfigurationInternalTest.java106 assertTrue(configuration.isAutoDetectionEnabled()); in test_telephonyAndGeoSupported_capabilitiesAndConfiguration()
140 assertTrue(configuration.isAutoDetectionEnabled()); in test_telephonyAndGeoSupported_capabilitiesAndConfiguration()
173 assertFalse(configuration.isAutoDetectionEnabled()); in test_telephonyAndGeoSupported_capabilitiesAndConfiguration()
226 assertTrue(configuration.isAutoDetectionEnabled()); in test_autoDetectNotSupported_capabilitiesAndConfiguration()
255 assertTrue(configuration.isAutoDetectionEnabled()); in test_autoDetectNotSupported_capabilitiesAndConfiguration()
283 assertFalse(configuration.isAutoDetectionEnabled()); in test_autoDetectNotSupported_capabilitiesAndConfiguration()
338 assertTrue(configuration.isAutoDetectionEnabled()); in test_onlyTelephonySupported_capabilitiesAndConfiguration()
367 assertFalse(configuration.isAutoDetectionEnabled()); in test_onlyTelephonySupported_capabilitiesAndConfiguration()
425 assertTrue(configuration.isAutoDetectionEnabled()); in test_onlyGeoSupported_capabilitiesAndConfiguration()
459 assertTrue(configuration.isAutoDetectionEnabled()); in test_onlyGeoSupported_capabilitiesAndConfiguration()
[all …]
/frameworks/base/services/tests/timetests/src/com/android/server/timedetector/
DConfigurationInternalTest.java100 assertTrue(configuration.isAutoDetectionEnabled()); in test_autoDetectionSupported_capabilitiesAndConfiguration()
125 assertFalse(configuration.isAutoDetectionEnabled()); in test_autoDetectionSupported_capabilitiesAndConfiguration()
170 assertTrue(configuration.isAutoDetectionEnabled()); in test_autoDetectNotSupported_capabilitiesAndConfiguration()
194 assertFalse(configuration.isAutoDetectionEnabled()); in test_autoDetectNotSupported_capabilitiesAndConfiguration()
/frameworks/base/core/java/android/app/time/
DTimeConfiguration.java110 public boolean isAutoDetectionEnabled() { in isAutoDetectionEnabled() method in TimeConfiguration
DTimeZoneConfiguration.java114 public boolean isAutoDetectionEnabled() { in isAutoDetectionEnabled() method in TimeZoneConfiguration
DTimeCapabilities.java124 newConfigBuilder.setAutoDetectionEnabled(requestedChanges.isAutoDetectionEnabled()); in tryApplyConfigChanges()
DTimeZoneCapabilities.java167 newConfigBuilder.setAutoDetectionEnabled(requestedChanges.isAutoDetectionEnabled()); in tryApplyConfigChanges()
/frameworks/base/services/core/java/com/android/server/timezonedetector/
DConfigurationInternal.java305 builder.setAutoDetectionEnabledSetting(newConfiguration.isAutoDetectionEnabled()); in merge()
DTimeZoneDetectorShellCommand.java110 .isAutoDetectionEnabled(); in runIsAutoDetectionEnabled()
DServiceConfigAccessorImpl.java315 final boolean autoDetectionEnabled = newConfiguration.isAutoDetectionEnabled(); in storeConfiguration()
/frameworks/base/services/core/java/com/android/server/timedetector/
DTimeDetectorShellCommand.java105 .isAutoDetectionEnabled(); in runIsAutoDetectionEnabled()
DConfigurationInternal.java229 builder.setAutoDetectionEnabledSetting(newConfiguration.isAutoDetectionEnabled()); in merge()
DServiceConfigAccessorImpl.java262 final boolean autoDetectionEnabled = configuration.isAutoDetectionEnabled(); in storeConfiguration()
/frameworks/base/core/api/
Dsystem-current.txt3050 method public boolean isAutoDetectionEnabled();
3109 method public boolean isAutoDetectionEnabled();