Home
last modified time | relevance | path

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

/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/vpn/
DVpnTestHelper.java115 final CountDownLatch vpnLatch = new CountDownLatch(1); in waitForVpn() local
125 vpnLatch.countDown(); in waitForVpn()
135 if (!vpnLatch.await(NETWORK_TIMEOUT_MS, TimeUnit.MILLISECONDS)) { in waitForVpn()