Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/pm/
DMovePackageHelper.java248 final CountDownLatch installedLatch = new CountDownLatch(1); in movePackageInternal() local
264 installedLatch.countDown(); in movePackageInternal()
292 if (installedLatch.await(1, TimeUnit.SECONDS)) { in movePackageInternal()