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