Searched refs:mBootUserLatch (Results 1 – 1 of 1) sorted by relevance
375 private final CountDownLatch mBootUserLatch = new CountDownLatch(1); field in UserManagerService1306 mBootUserLatch.countDown(); in setBootUser()7914 if (mBootUserLatch.getCount() != 0) {7919 if (!mBootUserLatch.await(BOOT_USER_SET_TIMEOUT_MS, TimeUnit.MILLISECONDS)) {