Home
last modified time | relevance | path

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

/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/
DDeviceOwnerTest.java96 private static final String SETTINGS_SECURE = "secure"; field in DeviceOwnerTest
620 String oldLocationSetting = getDevice().getSetting(SETTINGS_SECURE, LOCATION_MODE); in testWifiConfigLockdown()
623 getDevice().setSetting(SETTINGS_SECURE, LOCATION_MODE, LOCATION_MODE_HIGH_ACCURACY); in testWifiConfigLockdown()
627 getDevice().setSetting(SETTINGS_SECURE, LOCATION_MODE, oldLocationSetting); in testWifiConfigLockdown()