Home
last modified time | relevance | path

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

/frameworks/base/apct-tests/perftests/multiuser/src/android/multiuser/
DUserLifecycleTests.java241 final CountDownLatch latch1 = new CountDownLatch(1); in managedProfileUnlock_stopped() local
242 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() local
347 registerBroadcastReceiver(Intent.ACTION_USER_UNLOCKED, latch1, testUser); in initializeNewUserAndSwitchBack()
350 latch1.await(TIMEOUT_IN_SECOND, TimeUnit.SECONDS)); in initializeNewUserAndSwitchBack()
/frameworks/base/packages/SettingsLib/tests/integ/src/com/android/settingslib/wifi/
DAccessPointTest.java925 CountDownLatch latch1 = new CountDownLatch(1);
928 latch1.await();
937 latch1.countDown();