Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/pm/
DPackageManagerShellCommand.java3198 final CountDownLatch waitLatch = new CountDownLatch(1); in removeUserAndWait() local
3204 waitLatch.countDown(); in removeUserAndWait()
3214 final boolean awaitSuccess = waitLatch.await(10, TimeUnit.MINUTES); in removeUserAndWait()