Searched refs:mActiveLatch (Results 1 – 1 of 1) sorted by relevance
101 private final CountDownLatch mActiveLatch = new CountDownLatch(1); field in DeviceStateManagerTestBase.RequestAwareThread124 success = mActiveLatch.await(CALLBACK_TIMEOUT_MS, TimeUnit.MILLISECONDS); in run()155 mActiveLatch.countDown(); in onRequestActivated()