Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/timezonedetector/
H A DConfigurationInternalTest.java61 assertTrue(autoOnConfig.getAutoDetectionEnabledBehavior()); in test_unrestricted()
86 assertFalse(autoOffConfig.getAutoDetectionEnabledBehavior()); in test_unrestricted()
123 assertTrue(autoOnConfig.getAutoDetectionEnabledBehavior()); in test_restricted()
149 assertFalse(autoOffConfig.getAutoDetectionEnabledBehavior()); in test_restricted()
187 assertFalse(autoOnConfig.getAutoDetectionEnabledBehavior()); in test_autoDetectNotSupported()
210 assertFalse(autoOffConfig.getAutoDetectionEnabledBehavior()); in test_autoDetectNotSupported()
249 assertTrue(autoOnConfig.getAutoDetectionEnabledBehavior()); in test_geoDetectNotSupported()
273 assertFalse(autoOffConfig.getAutoDetectionEnabledBehavior()); in test_geoDetectNotSupported()
/aosp12/frameworks/base/services/core/java/com/android/server/timezonedetector/
H A DConfigurationInternal.java83 public boolean getAutoDetectionEnabledBehavior() { in getAutoDetectionEnabledBehavior() method in ConfigurationInternal
118 return getAutoDetectionEnabledBehavior() in getGeoDetectionEnabledBehavior()
172 } else if (getAutoDetectionEnabledBehavior()) { in asCapabilities()
H A DMetricsTimeZoneDetectorState.java137 if (!mConfigurationInternal.getAutoDetectionEnabledBehavior()) { in getDetectionMode()
H A DTimeZoneDetectorStrategyImpl.java425 if (!currentUserConfig.getAutoDetectionEnabledBehavior()) { in doAutoTimeZoneDetection()
/aosp12/frameworks/base/services/
H A Dart-profile39904 HSPLcom/android/server/timezonedetector/ConfigurationInternal;->getAutoDetectionEnabledBehavior()Z