Home
last modified time | relevance | path

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

/packages/modules/Connectivity/tests/cts/net/util/java/android/net/cts/util/
DCtsNetUtils.java666 private final CountDownLatch mLostLatch = new CountDownLatch(1); field in CtsNetUtils.TestNetworkCallback
678 return mLostLatch.await(CONNECTIVITY_CHANGE_TIMEOUT_SECS, TimeUnit.SECONDS) in waitForLost()
699 mLostLatch.countDown(); in onLost()