Searched refs:latch3 (Results 1 – 2 of 2) sorted by relevance
73 final AutoResetLatch latch3 = startSession(); in testTextView() local74 waitForContext(latch3); in testTextView()
690 final CountDownLatch latch3 = new CountDownLatch(1);691 runCanceledAnimation(anim, latch3, false, true);692 assertTrue(latch3.await(CANCELATION_TIMEOUT, TimeUnit.MILLISECONDS));