Home
last modified time | relevance | path

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

/cts/hostsidetests/devicepolicy/app/DeviceOwner/src/com/android/cts/deviceowner/
DWifiConfigLockdownTest.java45 private static final String ORIGINAL_DEVICE_OWNER_SSID = "DOCTSTest"; field in WifiConfigLockdownTest
56 mWifiConfigCreator.addNetwork(ORIGINAL_DEVICE_OWNER_SSID, true, SECURITY_TYPE_WPA, in setUp()
75 if (areMatchingSsids(ORIGINAL_DEVICE_OWNER_SSID, config.SSID) || in tearDown()
92 if (areMatchingSsids(ORIGINAL_DEVICE_OWNER_SSID, config.SSID)) { in testDeviceOwnerCanUpdateConfig()
119 if (areMatchingSsids(ORIGINAL_DEVICE_OWNER_SSID, config.SSID) in testDeviceOwnerCanRemoveConfig()
149 if (areMatchingSsids(ORIGINAL_DEVICE_OWNER_SSID, config.SSID)) { in testRegularAppCannotUpdateDeviceOwnerConfig()
166 if (areMatchingSsids(ORIGINAL_DEVICE_OWNER_SSID, config.SSID)) { in testRegularAppCannotUpdateDeviceOwnerConfig()
180 if (areMatchingSsids(ORIGINAL_DEVICE_OWNER_SSID, config.SSID)) { in testRegularAppCannotRemoveDeviceOwnerConfig()
196 if (areMatchingSsids(ORIGINAL_DEVICE_OWNER_SSID, config.SSID)) { in testRegularAppCannotRemoveDeviceOwnerConfig()