Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/timezonedetector/
H A 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()
318 assertTrue(config.getAutoDetectionEnabledBehavior()); in test_onlyTelephonySupported_capabilitiesAndConfiguration()
404 assertTrue(config.getAutoDetectionEnabledBehavior()); in test_onlyGeoSupported_capabilitiesAndConfiguration()
438 assertTrue(config.getAutoDetectionEnabledBehavior()); in test_onlyGeoSupported_capabilitiesAndConfiguration()
531 assertTrue(config.getAutoDetectionEnabledBehavior()); in test_geoDetectionRunInBackgroundEnabled()
539 assertTrue(config.getAutoDetectionEnabledBehavior()); in test_geoDetectionRunInBackgroundEnabled()
[all …]
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/timedetector/
H A 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()
H A DTimeDetectorStrategyImplTest.java214 !cachedConfigurationInternal.getAutoDetectionEnabledBehavior(); in testReadAndWriteConfiguration()
/aosp14/frameworks/base/services/core/java/com/android/server/timedetector/
H A DConfigurationInternal.java143 public boolean getAutoDetectionEnabledBehavior() { in getAutoDetectionEnabledBehavior() method in ConfigurationInternal
204 } else if (getAutoDetectionEnabledBehavior()) { in timeCapabilities()
H A DTimeDetectorStrategyImpl.java533 mCurrentConfigurationInternal.getAutoDetectionEnabledBehavior();
752 if (mCurrentConfigurationInternal.getAutoDetectionEnabledBehavior()) {
942 if (!mCurrentConfigurationInternal.getAutoDetectionEnabledBehavior()) {
953 if (mCurrentConfigurationInternal.getAutoDetectionEnabledBehavior()) {
/aosp14/frameworks/base/services/core/java/com/android/server/timezonedetector/
H A DConfigurationInternal.java134 public boolean getAutoDetectionEnabledBehavior() { in getAutoDetectionEnabledBehavior() method in ConfigurationInternal
279 } else if (getAutoDetectionEnabledBehavior()) { in asCapabilities()
H A DTimeZoneDetectorStrategyImpl.java1048 } else if (currentConfigurationInternal.getAutoDetectionEnabledBehavior()) { in createTimeZoneDetectorStatus()