Searched refs:CONNECTIVITY_CHANGE_TIMEOUT_SECS (Results 1 – 1 of 1) sorted by relevance
97 private static final int CONNECTIVITY_CHANGE_TIMEOUT_SECS = 30; field in CtsNetUtils223 return future.get(CONNECTIVITY_CHANGE_TIMEOUT_SECS, TimeUnit.SECONDS); in expectNetworkIsSystemDefault()318 TimeUnit.SECONDS.toMillis(CONNECTIVITY_CHANGE_TIMEOUT_SECS), in disableWifi()659 return mReceiveLatch.await(CONNECTIVITY_CHANGE_TIMEOUT_SECS, TimeUnit.SECONDS); in waitForState()682 final long timeoutMs = TimeUnit.SECONDS.toMillis(CONNECTIVITY_CHANGE_TIMEOUT_SECS); in waitForAvailable()693 return mLostLatch.await(CONNECTIVITY_CHANGE_TIMEOUT_SECS, TimeUnit.SECONDS) in waitForLost()