Searched defs:latch (Results 1 – 5 of 5) sorted by relevance
71 final CountDownLatch latch = new CountDownLatch(NUM_TASKS); // For synchronization in testGetPropertyStress() local102 final CountDownLatch latch = new CountDownLatch(NUM_TASKS); // For synchronization in testSetPropertyStress() local
202 final CountDownLatch latch = new CountDownLatch(1); in switchToUserId() local246 final CountDownLatch latch = new CountDownLatch(1); in startUser() local
88 final CountDownLatch latch = new CountDownLatch(1); in unlockScreenWithPin() local
106 CountDownLatch latch = new CountDownLatch(1); in runToNextState() local
113 deviceAddedMap[device]!!.let { latch -> in <lambda>() method