Searched refs:mLostLatch (Results 1 – 1 of 1) sorted by relevance
666 private final CountDownLatch mLostLatch = new CountDownLatch(1); field in CtsNetUtils.TestNetworkCallback678 return mLostLatch.await(CONNECTIVITY_CHANGE_TIMEOUT_SECS, TimeUnit.SECONDS) in waitForLost()699 mLostLatch.countDown(); in onLost()