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