Searched refs:SOCKET_TIMEOUT_MS (Results 1 – 3 of 3) sorted by relevance
92 public static int SOCKET_TIMEOUT_MS = 100; field in VpnTest312 int ret = Os.poll(new StructPollfd[] { pollfd }, SOCKET_TIMEOUT_MS); in checkPing()366 client.connect(new InetSocketAddress(toAddr, listen.getLocalPort()), SOCKET_TIMEOUT_MS); in checkTcpReflection()388 listen.setSoTimeout(SOCKET_TIMEOUT_MS); in checkTcpReflection()410 client.setSoTimeout(SOCKET_TIMEOUT_MS); in checkTcpReflection()411 server.setSoTimeout(SOCKET_TIMEOUT_MS); in checkTcpReflection()431 s.setSoTimeout(SOCKET_TIMEOUT_MS); in checkUdpEcho()
62 private static final int SOCKET_TIMEOUT_MS = 5000; field in AlwaysOnVpnTest183 int ret = Os.poll(new StructPollfd[] { pollfd }, SOCKET_TIMEOUT_MS); in checkPing()
68 private static final int SOCKET_TIMEOUT_MS = 2000; field in ConnectivityManagerTest495 s.setSoTimeout(SOCKET_TIMEOUT_MS); in getBoundSocket()496 s.connect(addr, SOCKET_TIMEOUT_MS); in getBoundSocket()