Home
last modified time | relevance | path

Searched refs:getAutoDetectionEnabledSetting (Results 1 – 6 of 6) sorted by relevance

/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/timezonedetector/
H A DConfigurationInternalTest.java59 assertTrue(autoOnConfig.getAutoDetectionEnabledSetting()); in test_unrestricted()
84 assertFalse(autoOffConfig.getAutoDetectionEnabledSetting()); in test_unrestricted()
121 assertTrue(autoOnConfig.getAutoDetectionEnabledSetting()); in test_restricted()
147 assertFalse(autoOffConfig.getAutoDetectionEnabledSetting()); in test_restricted()
185 assertTrue(autoOnConfig.getAutoDetectionEnabledSetting()); in test_autoDetectNotSupported()
208 assertFalse(autoOffConfig.getAutoDetectionEnabledSetting()); in test_autoDetectNotSupported()
247 assertTrue(autoOnConfig.getAutoDetectionEnabledSetting()); in test_geoDetectNotSupported()
271 assertFalse(autoOffConfig.getAutoDetectionEnabledSetting()); in test_geoDetectNotSupported()
H A DTimeZoneDetectorStrategyImplTest.java1027 assertEquals(config.getAutoDetectionEnabledSetting(), in assertFeatureStateMatchesConfig()
1028 actualState.getAutoDetectionEnabledSetting()); in assertFeatureStateMatchesConfig()
/aosp12/frameworks/base/services/core/java/com/android/server/timezonedetector/
H A DConfigurationInternal.java75 public boolean getAutoDetectionEnabledSetting() { in getAutoDetectionEnabledSetting() method in ConfigurationInternal
185 .setAutoDetectionEnabled(getAutoDetectionEnabledSetting()) in asConfiguration()
H A DMetricsTimeZoneDetectorState.java127 public boolean getAutoDetectionEnabledSetting() { in getAutoDetectionEnabledSetting() method in MetricsTimeZoneDetectorState
128 return mConfigurationInternal.getAutoDetectionEnabledSetting(); in getAutoDetectionEnabledSetting()
/aosp12/frameworks/base/services/core/java/com/android/server/stats/pull/
H A DStatsPullAtomService.java3401 metricsState.getAutoDetectionEnabledSetting(),
/aosp12/frameworks/base/services/
H A Dart-profile39905 PLcom/android/server/timezonedetector/ConfigurationInternal;->getAutoDetectionEnabledSetting()Z
39952 PLcom/android/server/timezonedetector/MetricsTimeZoneDetectorState;->getAutoDetectionEnabledSetting