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