Searched refs:mUidsGoneCountDownLatch (Results 1 – 1 of 1) sorted by relevance
40 private CountDownLatch mUidsGoneCountDownLatch = new CountDownLatch(1); field in KillAppBlocker51 mUidsGoneCountDownLatch.countDown();113 mUidsGoneCountDownLatch.await(MAX_WAIT_TIMEOUT_MS, TimeUnit.MILLISECONDS); in waitAppProcessGone()