Home
last modified time | relevance | path

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

/cts/hostsidetests/net/app/src/com/android/cts/net/hostside/
DVpnTest.java81 public static int SOCKET_TIMEOUT_MS = 100; field in VpnTest
295 int ret = Os.poll(new StructPollfd[] { pollfd }, SOCKET_TIMEOUT_MS); in checkPing()
349 client.connect(new InetSocketAddress(toAddr, listen.getLocalPort()), SOCKET_TIMEOUT_MS); in checkTcpReflection()
371 listen.setSoTimeout(SOCKET_TIMEOUT_MS); in checkTcpReflection()
393 client.setSoTimeout(SOCKET_TIMEOUT_MS); in checkTcpReflection()
394 server.setSoTimeout(SOCKET_TIMEOUT_MS); in checkTcpReflection()
414 s.setSoTimeout(SOCKET_TIMEOUT_MS); in checkUdpEcho()