Home
last modified time | relevance | path

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

/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/vpn/
DVpnTestHelper.java86 private static final int NETWORK_TIMEOUT_MS = 5000; field in VpnTestHelper
135 if (!vpnLatch.await(NETWORK_TIMEOUT_MS, TimeUnit.MILLISECONDS)) { in waitForVpn()