History log of /frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/AsyncListUtilLayoutTest.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
bf9b3e30975fa1f19733893bd6ead0e88bc8e584 09-Aug-2016 Yigit Boyar <yboyar@google.com> Wait longer for data loading

This CL increases the timeout for AsyncListUtilLayoutTest from 2 seconds to
10 seconds. This will make the test less flaky w/o breaking reliability.

Bug: 30198627
Change-Id: I56af50d078291c8796a89bcc3764c77287942822
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/AsyncListUtilLayoutTest.java
66826566020afc8d11f183cf3fe443ac0a022384 05-Apr-2016 Yigit Boyar <yboyar@google.com> Test stability improvements

* Fix wait for layout's idle wait to ensure RV's layout is complete
* Made main thread exception private to have more strict control
around its usage

Change-Id: I40d414538c16459400fe6460a638848de9ee5597
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/AsyncListUtilLayoutTest.java
0a017072206f93474ccd2706e7983c2ff778b904 07-Jan-2016 Yigit Boyar <yboyar@google.com> Move all RecyclerView tests to Junit4

This CL moves all RecyclerView tests to Junit4 and uses
the new ActivityTestRule instead of ActivityInstrumentationTest.

Bug: 24494874
Change-Id: I049d8b1ac7869a6af13a3ee7905d6dd1f6eb418b
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/AsyncListUtilLayoutTest.java
f1b288ec2104488f4a92e911b0ab80c8f0f3e9d1 28-Dec-2015 Yigit Boyar <yboyar@google.com> Add test size annotations to RecyclerView Tests

Bug: 24494874
Change-Id: I0e7606d1c55017dc17467155372b708a0b1ea36d
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/AsyncListUtilLayoutTest.java
de8e2baf9504defe12972fbf60935a1148f1098f 24-Jul-2015 Vladislav Kaznacheev <kaznacheev@google.com> Introduce ParallelExecutorCompat into support/v4

This class provides a backward compatible access to
a shared instance of ThreadPoolExecutor.

Also using this class in AsyncListUtil implementation
to avoid creating a new single thread executor per
instance.

Fixed tests accordingly.

Bug: 22640199
Change-Id: I89a59854f436c7dd9a8a9ab30fc86bd8f50e9df7
(cherry picked from commit c705c5d9a4f33aafeaabdf294b22bd587b0b7811)
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/AsyncListUtilLayoutTest.java
a1470623b0f7c52c9e3985012bf9daeb692d7bcc 10-Jun-2015 Vladislav Kaznacheev <kaznacheev@google.com> Implemented AsyncListUtil

This is a utility class that supports asynchronous
content loading.

It can be used to load Cursor data in chunks without
querying the Cursor on the UI Thread while keeping UI
and cache synchronous for better user experience.

Bug: 20180767
Change-Id: I2872cd0f4a3eca89c054c006ac5e18523e073510
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/AsyncListUtilLayoutTest.java