Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/timezonedetector/
H A DConfigurationInternalTest.java84 assertTrue(config.getGeoDetectionEnabledSetting()); in test_telephonyAndGeoSupported_capabilitiesAndConfiguration()
118 assertTrue(config.getGeoDetectionEnabledSetting()); in test_telephonyAndGeoSupported_capabilitiesAndConfiguration()
151 assertTrue(config.getGeoDetectionEnabledSetting()); in test_telephonyAndGeoSupported_capabilitiesAndConfiguration()
209 assertTrue(config.getGeoDetectionEnabledSetting()); in test_autoDetectNotSupported_capabilitiesAndConfiguration()
238 assertTrue(config.getGeoDetectionEnabledSetting()); in test_autoDetectNotSupported_capabilitiesAndConfiguration()
265 assertTrue(autoOffConfig.getGeoDetectionEnabledSetting()); in test_autoDetectNotSupported_capabilitiesAndConfiguration()
317 assertTrue(config.getGeoDetectionEnabledSetting()); in test_onlyTelephonySupported_capabilitiesAndConfiguration()
348 assertTrue(config.getGeoDetectionEnabledSetting()); in test_onlyTelephonySupported_capabilitiesAndConfiguration()
403 assertFalse(config.getGeoDetectionEnabledSetting()); in test_onlyGeoSupported_capabilitiesAndConfiguration()
437 assertFalse(config.getGeoDetectionEnabledSetting()); in test_onlyGeoSupported_capabilitiesAndConfiguration()
[all …]
H A DMetricsTimeZoneDetectorStateTest.java169 assertEquals(configurationInternal.getGeoDetectionEnabledSetting(), in assertCommonConfiguration()
170 metricsTimeZoneDetectorState.getGeoDetectionEnabledSetting()); in assertCommonConfiguration()
H A DTimeZoneDetectorStrategyImplTest.java1643 assertEquals(config.getGeoDetectionEnabledSetting(), in assertFeatureStateMatchesConfig()
1644 actualState.getGeoDetectionEnabledSetting()); in assertFeatureStateMatchesConfig()
/aosp14/frameworks/base/services/core/java/com/android/server/timezonedetector/
H A DConfigurationInternal.java165 public boolean getGeoDetectionEnabledSetting() { in getGeoDetectionEnabledSetting() method in ConfigurationInternal
199 return getGeoDetectionEnabledSetting(); in getGeoDetectionEnabledBehavior()
293 .setGeoDetectionEnabled(getGeoDetectionEnabledSetting()) in asConfiguration()
H A DServiceConfigAccessorImpl.java324 .setGeoDetectionEnabledSetting(getGeoDetectionEnabledSetting(userId)) in getConfigurationInternal()
375 private boolean getGeoDetectionEnabledSetting(@UserIdInt int userId) { in getGeoDetectionEnabledSetting() method in ServiceConfigAccessorImpl
392 if (getGeoDetectionEnabledSetting(userId) != enabled) { in setGeoDetectionEnabledSettingIfRequired()
H A DMetricsTimeZoneDetectorState.java153 public boolean getGeoDetectionEnabledSetting() { in getGeoDetectionEnabledSetting() method in MetricsTimeZoneDetectorState
154 return mConfigurationInternal.getGeoDetectionEnabledSetting(); in getGeoDetectionEnabledSetting()
/aosp14/frameworks/base/services/core/java/com/android/server/stats/pull/
H A DStatsPullAtomService.java3571 metricsState.getGeoDetectionEnabledSetting(),