Searched refs:getBoundSocket (Results 1 – 1 of 1) sorted by relevance
402 wifiBoundSocket = getBoundSocket(wifiNetworkToCheck, TEST_HOST, HTTP_PORT); in disconnectFromWifi()497 private Socket getBoundSocket(Network network, String host, int port) throws IOException { in getBoundSocket() method in CtsNetUtils