Searched refs:mAvailableLatch (Results 1 – 1 of 1) sorted by relevance
665 private final CountDownLatch mAvailableLatch = new CountDownLatch(1); field in CtsNetUtils.TestNetworkCallback673 return mAvailableLatch.await(CONNECTIVITY_CHANGE_TIMEOUT_SECS, TimeUnit.SECONDS) in waitForAvailable()690 mAvailableLatch.countDown(); in onAvailable()