Home
last modified time | relevance | path

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

/packages/modules/Connectivity/tests/cts/net/util/java/android/net/cts/util/
DCtsNetUtils.java604 private final CountDownLatch mReceiveLatch = new CountDownLatch(1); field in CtsNetUtils.ConnectivityActionReceiver
651 mReceiveLatch.countDown(); in onReceive()
656 return mReceiveLatch.await(CONNECTIVITY_CHANGE_TIMEOUT_SECS, TimeUnit.SECONDS); in waitForState()