Home
last modified time | relevance | path

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

/packages/apps/Settings/tests/robotests/src/com/android/settings/datetime/
DLocationTimeZoneDetectionPreferenceControllerTest.java85 createTimeZoneCapabilitiesAndConfig(useLocationEnabled, CAPABILITY_POSSESSED); in setChecked_withTrue_shouldUpdateSetting_whenLocationIsEnabled()
107 createTimeZoneCapabilitiesAndConfig(useLocationEnabled, CAPABILITY_POSSESSED); in setChecked_withTrue_shouldDoNothing_whenLocationIsDisabled()
121 createTimeZoneCapabilitiesAndConfig(useLocationEnabled, CAPABILITY_POSSESSED); in setChecked_withFalse_shouldUpdateSetting()
138 createTimeZoneCapabilitiesAndConfig(useLocationEnabled, CAPABILITY_POSSESSED); in testLocationTimeZoneDetection_supported_shouldBeShown()
147 TimeZoneCapabilitiesAndConfig capabilitiesAndConfig = createTimeZoneCapabilitiesAndConfig( in testLocationTimeZoneDetection_unsupported_shouldNotBeShown()
161 createTimeZoneCapabilitiesAndConfig(useLocationEnabled, CAPABILITY_POSSESSED); in testLocationTimeZoneDetection_summary_geoDetectionEnabled()
171 TimeZoneCapabilitiesAndConfig capabilitiesAndConfig = createTimeZoneCapabilitiesAndConfig( in testLocationTimeZoneDetection_toggleIsOn_whenGeoDetectionEnabledAnsMlsIsOff()
181 private static TimeZoneCapabilitiesAndConfig createTimeZoneCapabilitiesAndConfig( in createTimeZoneCapabilitiesAndConfig() method in LocationTimeZoneDetectionPreferenceControllerTest