Home
last modified time | relevance | path

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

/cts/hostsidetests/devicepolicy/app/DeviceOwner/src/com/android/cts/deviceowner/proxy/
DBaseProxyTest.java38 protected static final int TIME_OUT_SECS = 10; field in BaseProxyTest
124 while (!isProxySysPropSet() && (++ct < (TIME_OUT_SECS * 10))) { in waitForSetProxySysProp()
144 while (!isProxySysPropClear() && (++ct < (TIME_OUT_SECS * 10))) { in waitForClearProxySysProp()