Searched refs:mReceiveLatch (Results 1 – 1 of 1) sorted by relevance
604 private final CountDownLatch mReceiveLatch = new CountDownLatch(1); field in CtsNetUtils.ConnectivityActionReceiver651 mReceiveLatch.countDown(); in onReceive()656 return mReceiveLatch.await(CONNECTIVITY_CHANGE_TIMEOUT_SECS, TimeUnit.SECONDS); in waitForState()