Home
last modified time | relevance | path

Searched refs:mUidsGoneCountDownLatch (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/pm/
DKillAppBlocker.java40 private CountDownLatch mUidsGoneCountDownLatch = new CountDownLatch(1); field in KillAppBlocker
51 mUidsGoneCountDownLatch.countDown();
113 mUidsGoneCountDownLatch.await(MAX_WAIT_TIMEOUT_MS, TimeUnit.MILLISECONDS); in waitAppProcessGone()