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

/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
H A DAsyncListUtilLayoutTest.java258 private CountDownLatch mItemsLatch; field in class:AsyncListUtilLayoutTest.AsyncTestAdapter
278 mItemsLatch.countDown();
296 mItemsLatch = new CountDownLatch(1);
298 mItemsLatch.countDown();
303 return mItemsLatch.await(timeoutInSeconds, TimeUnit.SECONDS);

Completed in 31 milliseconds