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.java669 private final CountDownLatch mLostLatch = new CountDownLatch(1); field in CtsNetUtils.TestNetworkCallback
693 return mLostLatch.await(CONNECTIVITY_CHANGE_TIMEOUT_SECS, TimeUnit.SECONDS) in waitForLost()
716 mLostLatch.countDown(); in onLost()