Searched refs:mLostLatch (Results 1 – 1 of 1) sorted by relevance
314 private final CountDownLatch mLostLatch = new CountDownLatch(1); field in CtsNetUtils.TestNetworkCallback325 return mLostLatch.await(30, TimeUnit.SECONDS) ? lastLostNetwork : null; in waitForLost()345 mLostLatch.countDown(); in onLost()