Searched refs:mCompleted (Results 1 – 1 of 1) sorted by relevance
49 private final CountDownLatch mCompleted = new CountDownLatch(1); field in Processor319 mCompleted.countDown(); in run()404 boolean hasCompleted = mCompleted.await(timeoutMs, MILLISECONDS); in exitWithTimeout()409 mCompleted.await(); in exitWithTimeout()