Searched defs:endLatch (Results 1 – 5 of 5) sorted by relevance
379 final CountDownLatch endLatch = new CountDownLatch(1); in testOfMultiFloat_Array() local474 final CountDownLatch endLatch = new CountDownLatch(1); in testOfMultiInt_Array() local522 final CountDownLatch endLatch = new CountDownLatch(3); in testOfObject_Converter() local642 final CountDownLatch endLatch = new CountDownLatch(2); in testSetConverter() local
442 final CountDownLatch endLatch = new CountDownLatch(1); in testOfInt_Path() local558 final CountDownLatch endLatch = new CountDownLatch(1); in testOfMultiFloat() local659 final CountDownLatch endLatch = new CountDownLatch(1); in testOfMultiInt() local714 final CountDownLatch endLatch = new CountDownLatch(2); in testOfObject_Converter() local
142 final CountDownLatch endLatch = new CountDownLatch(1); in verifySequentialPlayOrder() local
654 final CountDownLatch endLatch = new CountDownLatch(1); in testAnimatorsEnabledImpl() local
562 CountDownLatch endLatch; field in FragmentAnimatorTest.AnimatorFragment