Searched refs:latch (Results 1 – 2 of 2) sorted by relevance
105 final CountDownLatch latch = new CountDownLatch(1); in switchToUserId() local112 latch.countDown(); in switchToUserId()129 if (!latch.await(USER_SWITCH_TIMEOUT_SECOND, TimeUnit.SECONDS)) { in switchToUserId()
88 final CountDownLatch latch = new CountDownLatch(1); in unlockScreenWithPin() local92 latch.countDown(); in unlockScreenWithPin()