Home
last modified time | relevance | path

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

/cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
DWifiTest.java87 WifiConfiguration config = getNetworkForSsid(NETWORK_SSID); in testRemoveWifiNetworkIfExists()
118 if ((getNetworkForSsid(ssid) != null) == exists) { in awaitNetworkState()
131 private WifiConfiguration getNetworkForSsid(String ssid) { in getNetworkForSsid() method in WifiTest