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