Searched refs:HTTP_PORT (Results 1 – 2 of 2) sorted by relevance
91 public static final int HTTP_PORT = 80; field in CtsNetUtils402 wifiBoundSocket = getBoundSocket(wifiNetworkToCheck, TEST_HOST, HTTP_PORT); in disconnectFromWifi()
59 import static android.net.cts.util.CtsNetUtils.HTTP_PORT;1468 try (Socket s = getConnectedSocket(network, TEST_HOST, HTTP_PORT, AF_INET)) { in testCreateTcpKeepalive() argument1607 try (Socket tcpSocket = getConnectedSocket(network, TEST_HOST, HTTP_PORT, in createConcurrentTcpSocketKeepalives()