Home
last modified time | relevance | path

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

/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/vpn/
DVpnTestHelper.java83 private static final int SOCKET_TIMEOUT_MS = 5000; field in VpnTestHelper
200 int ret = Os.poll(new StructPollfd[] { pollfd }, SOCKET_TIMEOUT_MS); in checkPing()