Searched refs:latch1 (Results 1 – 2 of 2) sorted by relevance
241 final CountDownLatch latch1 = new CountDownLatch(1); in managedProfileUnlock_stopped() local242 registerBroadcastReceiver(Intent.ACTION_USER_UNLOCKED, latch1, userInfo.id); in managedProfileUnlock_stopped()244 latch1.await(TIMEOUT_IN_SECOND, TimeUnit.SECONDS); in managedProfileUnlock_stopped()346 final CountDownLatch latch1 = new CountDownLatch(1); in initializeNewUserAndSwitchBack() local347 registerBroadcastReceiver(Intent.ACTION_USER_UNLOCKED, latch1, testUser); in initializeNewUserAndSwitchBack()350 latch1.await(TIMEOUT_IN_SECOND, TimeUnit.SECONDS)); in initializeNewUserAndSwitchBack()
925 CountDownLatch latch1 = new CountDownLatch(1);928 latch1.await();937 latch1.countDown();