Home
last modified time | relevance | path

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

/cts/tests/tests/net/util/java/android/net/cts/util/
DCtsNetUtils.java58 public static final int HTTP_PORT = 80; field in CtsNetUtils
139 wifiBoundSocket = getBoundSocket(wifiNetworkToCheck, TEST_HOST, HTTP_PORT); in disconnectFromWifi()
/cts/tests/tests/net/src/android/net/cts/
DConnectivityManagerTest.java26 import static android.net.cts.util.CtsNetUtils.HTTP_PORT;
970 try (Socket s = getConnectedSocket(network, TEST_HOST, HTTP_PORT, in testCreateTcpKeepalive() argument
1104 try (Socket tcpSocket = getConnectedSocket(network, TEST_HOST, HTTP_PORT, in createConcurrentTcpSocketKeepalives()