Home
last modified time | relevance | path

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

/cts/hostsidetests/devicepolicy/app/DeviceOwner/src/com/android/cts/deviceowner/proxy/
DBaseProxyTest.java115 private boolean isProxySysPropSet() { in isProxySysPropSet() method in BaseProxyTest
124 while (!isProxySysPropSet() && (++ct < (TIME_OUT_SECS * 10))) { in waitForSetProxySysProp()
130 assertTrue("Timed out waiting for proxy to set", isProxySysPropSet()); in waitForSetProxySysProp()