Searched refs:vpnLatch (Results 1 – 1 of 1) sorted by relevance
115 final CountDownLatch vpnLatch = new CountDownLatch(1); in waitForVpn() local125 vpnLatch.countDown(); in waitForVpn()135 if (!vpnLatch.await(NETWORK_TIMEOUT_MS, TimeUnit.MILLISECONDS)) { in waitForVpn()