Home
last modified time | relevance | path

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

/packages/modules/Connectivity/tests/cts/net/src/android/net/cts/
DConnectivityManagerTest.java1340 private Socket getConnectedSocket(final Network network, final String host, final int port, in getConnectedSocket() method in ConnectivityManagerTest
1461 try (Socket s = getConnectedSocket(network, TEST_HOST, HTTP_PORT, AF_INET)) { in testCreateTcpKeepalive()
1600 try (Socket tcpSocket = getConnectedSocket(network, TEST_HOST, HTTP_PORT, in createConcurrentTcpSocketKeepalives()