Home
last modified time | relevance | path

Searched refs:getAutoDetectionEnabledBehavior (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/services/tests/timetests/src/com/android/server/timezonedetector/
DConfigurationInternalTest.java85 assertTrue(config.getAutoDetectionEnabledBehavior()); in test_telephonyAndGeoSupported_capabilitiesAndConfiguration()
119 assertTrue(config.getAutoDetectionEnabledBehavior()); in test_telephonyAndGeoSupported_capabilitiesAndConfiguration()
152 assertFalse(config.getAutoDetectionEnabledBehavior()); in test_telephonyAndGeoSupported_capabilitiesAndConfiguration()
210 assertFalse(config.getAutoDetectionEnabledBehavior()); in test_autoDetectNotSupported_capabilitiesAndConfiguration()
239 assertFalse(config.getAutoDetectionEnabledBehavior()); in test_autoDetectNotSupported_capabilitiesAndConfiguration()
266 assertFalse(autoOffConfig.getAutoDetectionEnabledBehavior()); in test_autoDetectNotSupported_capabilitiesAndConfiguration()
318 assertTrue(config.getAutoDetectionEnabledBehavior()); in test_onlyTelephonySupported_capabilitiesAndConfiguration()
349 assertFalse(config.getAutoDetectionEnabledBehavior()); in test_onlyTelephonySupported_capabilitiesAndConfiguration()
404 assertTrue(config.getAutoDetectionEnabledBehavior()); in test_onlyGeoSupported_capabilitiesAndConfiguration()
438 assertTrue(config.getAutoDetectionEnabledBehavior()); in test_onlyGeoSupported_capabilitiesAndConfiguration()
[all …]
/frameworks/base/services/tests/timetests/src/com/android/server/timedetector/
DConfigurationInternalTest.java83 assertTrue(autoOnConfig.getAutoDetectionEnabledBehavior()); in test_autoDetectionSupported_capabilitiesAndConfiguration()
108 assertFalse(autoOffConfig.getAutoDetectionEnabledBehavior()); in test_autoDetectionSupported_capabilitiesAndConfiguration()
155 assertFalse(autoOnConfig.getAutoDetectionEnabledBehavior()); in test_autoDetectNotSupported_capabilitiesAndConfiguration()
179 assertFalse(autoOffConfig.getAutoDetectionEnabledBehavior()); in test_autoDetectNotSupported_capabilitiesAndConfiguration()
DTimeDetectorStrategyImplTest.java214 !cachedConfigurationInternal.getAutoDetectionEnabledBehavior(); in testReadAndWriteConfiguration()
/frameworks/base/services/core/java/com/android/server/timezonedetector/
DConfigurationInternal.java134 public boolean getAutoDetectionEnabledBehavior() { in getAutoDetectionEnabledBehavior() method in ConfigurationInternal
279 } else if (getAutoDetectionEnabledBehavior()) { in asCapabilities()
DTimeZoneDetectorStrategyImpl.java1048 } else if (currentConfigurationInternal.getAutoDetectionEnabledBehavior()) { in createTimeZoneDetectorStatus()
/frameworks/base/services/core/java/com/android/server/timedetector/
DConfigurationInternal.java143 public boolean getAutoDetectionEnabledBehavior() { in getAutoDetectionEnabledBehavior() method in ConfigurationInternal
204 } else if (getAutoDetectionEnabledBehavior()) { in timeCapabilities()
DTimeDetectorStrategyImpl.java533 mCurrentConfigurationInternal.getAutoDetectionEnabledBehavior();
752 if (mCurrentConfigurationInternal.getAutoDetectionEnabledBehavior()) {
942 if (!mCurrentConfigurationInternal.getAutoDetectionEnabledBehavior()) {
953 if (mCurrentConfigurationInternal.getAutoDetectionEnabledBehavior()) {
/frameworks/base/services/
Dart-wear-profile23451 PLcom/android/server/timedetector/ConfigurationInternal;->getAutoDetectionEnabledBehavior()Z
23546 PLcom/android/server/timezonedetector/ConfigurationInternal;->getAutoDetectionEnabledBehavior()Z