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