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.java528 Socket wifiBoundSocket = null; in disconnectFromWifi() local
531 wifiBoundSocket = getBoundSocket(wifiNetworkToCheck, TEST_HOST, HTTP_PORT); in disconnectFromWifi()
532 testHttpRequest(wifiBoundSocket); in disconnectFromWifi()
555 if (wifiBoundSocket != null) { in disconnectFromWifi()
557 testHttpRequest(wifiBoundSocket); in disconnectFromWifi()