Home
last modified time | relevance | path

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

/aosp12/packages/modules/Connectivity/tests/cts/net/util/java/android/net/cts/util/
H A DCtsNetUtils.java402 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