Searched refs:mReceiveLatch (Results 1 – 2 of 2) sorted by relevance
112 private final CountDownLatch mReceiveLatch = new CountDownLatch(1);141 return mReceiveLatch.await(60, TimeUnit.SECONDS);145 if (mReceiveLatch.getCount() == 0) {151 mReceiveLatch.countDown();
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()