/frameworks/base/services/tests/timetests/src/com/android/server/timezonedetector/ |
D | ConfigurationInternalTest.java | 82 assertTrue(config.getAutoDetectionEnabledSetting()); in test_telephonyAndGeoSupported_capabilitiesAndConfiguration() 116 assertTrue(config.getAutoDetectionEnabledSetting()); in test_telephonyAndGeoSupported_capabilitiesAndConfiguration() 149 assertFalse(config.getAutoDetectionEnabledSetting()); in test_telephonyAndGeoSupported_capabilitiesAndConfiguration() 207 assertTrue(config.getAutoDetectionEnabledSetting()); in test_autoDetectNotSupported_capabilitiesAndConfiguration() 236 assertTrue(config.getAutoDetectionEnabledSetting()); in test_autoDetectNotSupported_capabilitiesAndConfiguration() 264 assertFalse(autoOffConfig.getAutoDetectionEnabledSetting()); in test_autoDetectNotSupported_capabilitiesAndConfiguration() 316 assertTrue(config.getAutoDetectionEnabledSetting()); in test_onlyTelephonySupported_capabilitiesAndConfiguration() 347 assertFalse(config.getAutoDetectionEnabledSetting()); in test_onlyTelephonySupported_capabilitiesAndConfiguration() 401 assertTrue(config.getAutoDetectionEnabledSetting()); in test_onlyGeoSupported_capabilitiesAndConfiguration() 435 assertTrue(config.getAutoDetectionEnabledSetting()); in test_onlyGeoSupported_capabilitiesAndConfiguration() [all …]
|
D | MetricsTimeZoneDetectorStateTest.java | 165 assertEquals(configurationInternal.getAutoDetectionEnabledSetting(), in assertCommonConfiguration() 166 metricsTimeZoneDetectorState.getAutoDetectionEnabledSetting()); in assertCommonConfiguration()
|
D | TimeZoneDetectorStrategyImplTest.java | 1641 assertEquals(config.getAutoDetectionEnabledSetting(), in assertFeatureStateMatchesConfig() 1642 actualState.getAutoDetectionEnabledSetting()); in assertFeatureStateMatchesConfig()
|
/frameworks/base/services/tests/timetests/src/com/android/server/timedetector/ |
D | ConfigurationInternalTest.java | 82 assertTrue(autoOnConfig.getAutoDetectionEnabledSetting()); in test_autoDetectionSupported_capabilitiesAndConfiguration() 107 assertFalse(autoOffConfig.getAutoDetectionEnabledSetting()); in test_autoDetectionSupported_capabilitiesAndConfiguration() 154 assertTrue(autoOnConfig.getAutoDetectionEnabledSetting()); in test_autoDetectNotSupported_capabilitiesAndConfiguration() 178 assertFalse(autoOffConfig.getAutoDetectionEnabledSetting()); in test_autoDetectNotSupported_capabilitiesAndConfiguration()
|
D | TimeDetectorStrategyImplTest.java | 2246 !configurationInternal.getAutoDetectionEnabledSetting(); in simulateAutoTimeDetectionToggle()
|
/frameworks/base/services/core/java/com/android/server/timezonedetector/ |
D | ConfigurationInternal.java | 126 public boolean getAutoDetectionEnabledSetting() { in getAutoDetectionEnabledSetting() method in ConfigurationInternal 135 return isAutoDetectionSupported() && getAutoDetectionEnabledSetting(); in getAutoDetectionEnabledBehavior() 177 } else if (!getAutoDetectionEnabledSetting()) { in getDetectionMode() 222 && getAutoDetectionEnabledSetting() in getGeoDetectionRunInBackgroundEnabledBehavior() 292 .setAutoDetectionEnabled(getAutoDetectionEnabledSetting()) in asConfiguration()
|
D | MetricsTimeZoneDetectorState.java | 158 public boolean getAutoDetectionEnabledSetting() { in getAutoDetectionEnabledSetting() method in MetricsTimeZoneDetectorState 159 return mConfigurationInternal.getAutoDetectionEnabledSetting(); in getAutoDetectionEnabledSetting()
|
D | ServiceConfigAccessorImpl.java | 347 .setAutoDetectionEnabledSetting(getAutoDetectionEnabledSetting()) in getConfigurationInternal() 359 if (getAutoDetectionEnabledSetting() != enabled) { in setAutoDetectionEnabledIfRequired() 373 private boolean getAutoDetectionEnabledSetting() { in getAutoDetectionEnabledSetting() method in ServiceConfigAccessorImpl
|
/frameworks/base/services/core/java/com/android/server/timedetector/ |
D | ServiceConfigAccessorImpl.java | 274 .setAutoDetectionEnabledSetting(getAutoDetectionEnabledSetting()) in getConfigurationInternal() 290 if (getAutoDetectionEnabledSetting() != enabled) { in setAutoDetectionEnabledIfRequired() 300 private boolean getAutoDetectionEnabledSetting() { in getAutoDetectionEnabledSetting() method in ServiceConfigAccessorImpl
|
D | ConfigurationInternal.java | 135 public boolean getAutoDetectionEnabledSetting() { in getAutoDetectionEnabledSetting() method in ConfigurationInternal 217 .setAutoDetectionEnabled(getAutoDetectionEnabledSetting()) in timeConfiguration()
|
/frameworks/base/services/core/java/com/android/server/stats/pull/ |
D | StatsPullAtomService.java | 3736 metricsState.getAutoDetectionEnabledSetting(),
|
/frameworks/base/services/ |
D | art-wear-profile | 23484 PLcom/android/server/timedetector/ServiceConfigAccessorImpl;->getAutoDetectionEnabledSetting()Z 23547 PLcom/android/server/timezonedetector/ConfigurationInternal;->getAutoDetectionEnabledSetting()Z 23573 PLcom/android/server/timezonedetector/ServiceConfigAccessorImpl;->getAutoDetectionEnabledSetting()Z
|