Searched refs:mCompleted (Results 1 – 1 of 1) sorted by relevance
50 private final CountDownLatch mCompleted = new CountDownLatch(1); field in Processor344 mCompleted.countDown(); in run()430 boolean hasCompleted = mCompleted.await(timeoutMs, MILLISECONDS); in exitWithTimeout()435 mCompleted.await(); in exitWithTimeout()