Home
last modified time | relevance | path

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

/packages/apps/Settings/tests/robotests/src/com/android/settings/datetime/
DLocationTimeZoneDetectionPreferenceControllerTest.java83 boolean useLocationEnabled = true; in setChecked_withTrue_shouldUpdateSetting_whenLocationIsEnabled()
85 createTimeZoneCapabilitiesAndConfig(useLocationEnabled, CAPABILITY_POSSESSED); in setChecked_withTrue_shouldUpdateSetting_whenLocationIsEnabled()
105 boolean useLocationEnabled = false; in setChecked_withTrue_shouldDoNothing_whenLocationIsDisabled()
107 createTimeZoneCapabilitiesAndConfig(useLocationEnabled, CAPABILITY_POSSESSED); in setChecked_withTrue_shouldDoNothing_whenLocationIsDisabled()
119 boolean useLocationEnabled = false; in setChecked_withFalse_shouldUpdateSetting()
121 createTimeZoneCapabilitiesAndConfig(useLocationEnabled, CAPABILITY_POSSESSED); in setChecked_withFalse_shouldUpdateSetting()
136 boolean useLocationEnabled = false; in testLocationTimeZoneDetection_supported_shouldBeShown()
138 createTimeZoneCapabilitiesAndConfig(useLocationEnabled, CAPABILITY_POSSESSED); in testLocationTimeZoneDetection_supported_shouldBeShown()
146 boolean useLocationEnabled = false; in testLocationTimeZoneDetection_unsupported_shouldNotBeShown()
148 useLocationEnabled, CAPABILITY_NOT_SUPPORTED); in testLocationTimeZoneDetection_unsupported_shouldNotBeShown()
[all …]
DTimeZonePreferenceControllerTest.java110 boolean useLocationEnabled = true; in createCapabilitiesAndConfig()
113 .setUseLocationEnabled(useLocationEnabled) in createCapabilitiesAndConfig()