Home
last modified time | relevance | path

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

/cts/hostsidetests/devicepolicy/app/DeviceOwner/src/com/android/cts/deviceowner/
DWifiConfigLockdownTest.java46 private static final String CHANGED_DEVICE_OWNER_SSID = "DOChangedCTSTest"; field in WifiConfigLockdownTest
76 areMatchingSsids(CHANGED_DEVICE_OWNER_SSID, config.SSID) || in tearDown()
94 CHANGED_DEVICE_OWNER_SSID, true, SECURITY_TYPE_NONE, null); in testDeviceOwnerCanUpdateConfig()
151 CHANGED_DEVICE_OWNER_SSID, SECURITY_TYPE_NONE, null); in testRegularAppCannotUpdateDeviceOwnerConfig()
164 assertWithMessage("matching ssids for %s / %s", CHANGED_DEVICE_OWNER_SSID, config.SSID) in testRegularAppCannotUpdateDeviceOwnerConfig()
165 .that(areMatchingSsids(CHANGED_DEVICE_OWNER_SSID, config.SSID)).isFalse(); in testRegularAppCannotUpdateDeviceOwnerConfig()