Searched refs:getAutoDetectionEnabledSetting (Results 1 – 6 of 6) sorted by relevance
59 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()
1027 assertEquals(config.getAutoDetectionEnabledSetting(), in assertFeatureStateMatchesConfig()1028 actualState.getAutoDetectionEnabledSetting()); in assertFeatureStateMatchesConfig()
75 public boolean getAutoDetectionEnabledSetting() { in getAutoDetectionEnabledSetting() method in ConfigurationInternal185 .setAutoDetectionEnabled(getAutoDetectionEnabledSetting()) in asConfiguration()
127 public boolean getAutoDetectionEnabledSetting() { in getAutoDetectionEnabledSetting() method in MetricsTimeZoneDetectorState128 return mConfigurationInternal.getAutoDetectionEnabledSetting(); in getAutoDetectionEnabledSetting()
3401 metricsState.getAutoDetectionEnabledSetting(),
39905 PLcom/android/server/timezonedetector/ConfigurationInternal;->getAutoDetectionEnabledSetting()Z39952 PLcom/android/server/timezonedetector/MetricsTimeZoneDetectorState;->getAutoDetectionEnabledSetting…