Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/pm/
DInstaller.java124 private volatile CountDownLatch mInstalldLatch = new CountDownLatch(1); field in Installer
160 mInstalldLatch.countDown(); in onStart()
172 mInstalldLatch = new CountDownLatch(1); in connect()
183 mInstalldLatch.countDown(); in connect()
220 if (!mInstalldLatch.await(CONNECT_WAIT_MS, TimeUnit.MILLISECONDS)) { in checkBeforeRemote()