Home
last modified time | relevance | path

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

/aosp12/packages/modules/Connectivity/tests/cts/net/util/java/android/net/cts/util/
H A DCtsNetUtils.java91 public static final int HTTP_PORT = 80; field in CtsNetUtils
402 wifiBoundSocket = getBoundSocket(wifiNetworkToCheck, TEST_HOST, HTTP_PORT); in disconnectFromWifi()
/aosp12/packages/modules/Connectivity/tests/cts/net/src/android/net/cts/
H A DConnectivityManagerTest.java59 import static android.net.cts.util.CtsNetUtils.HTTP_PORT;
1468 try (Socket s = getConnectedSocket(network, TEST_HOST, HTTP_PORT, AF_INET)) { in testCreateTcpKeepalive() argument
1607 try (Socket tcpSocket = getConnectedSocket(network, TEST_HOST, HTTP_PORT, in createConcurrentTcpSocketKeepalives()