Home
last modified time | relevance | path

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

/cts/tests/tests/net/src/android/net/cts/
DConnectivityManagerTest.java540 Socket wifiBoundSocket = null; in disconnectFromWifi() local
543 wifiBoundSocket = getBoundSocket(wifiNetworkToCheck, TEST_HOST, HTTP_PORT); in disconnectFromWifi()
544 testHttpRequest(wifiBoundSocket); in disconnectFromWifi()
567 if (wifiBoundSocket != null) { in disconnectFromWifi()
569 testHttpRequest(wifiBoundSocket); in disconnectFromWifi()