Searched refs:mItemsLatch (Results 1 - 1 of 1) sorted by relevance

/frameworks/support/v7/recyclerview/src/androidTest/java/androidx/recyclerview/widget/
H A DAsyncListUtilLayoutTest.java264 private CountDownLatch mItemsLatch; field in class:AsyncListUtilLayoutTest.AsyncTestAdapter
284 mItemsLatch.countDown();
302 mItemsLatch = new CountDownLatch(1);
304 mItemsLatch.countDown();
309 return mItemsLatch.await(timeoutInSeconds, TimeUnit.SECONDS);

Completed in 43 milliseconds