Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/pm/
DUserManagerService.java375 private final CountDownLatch mBootUserLatch = new CountDownLatch(1); field in UserManagerService
1306 mBootUserLatch.countDown(); in setBootUser()
7914 if (mBootUserLatch.getCount() != 0) {
7919 if (!mBootUserLatch.await(BOOT_USER_SET_TIMEOUT_MS, TimeUnit.MILLISECONDS)) {