Searched refs:KEEPALIVE_TIMEOUT_MS (Results 1 – 1 of 1) sorted by relevance
1084 private static final int KEEPALIVE_TIMEOUT_MS = 10_000; field in VpnTest.TestSocketKeepaliveCallback1127 return mEvents.poll(KEEPALIVE_TIMEOUT_MS, it -> true); in poll()