History log of /frameworks/support/paging/runtime/src/androidTest/java/androidx/paging/LivePagedListBuilderTest.kt
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
11b8f2c132d551e776e8e5367eacb9adcddbe379 28-Mar-2018 Chris Craik <ccraik@google.com> Rename executors for clarity

MainThread -> Notify, since it's not necessarily the main thread, just
the executor that's receiving new pages.

BackgroundThread -> Fetch, since it is used to fetch, and isn't
necessarily one thread.

Also moves up datasource/config param validation to where they're
first passed.

Bug: 76448864
Test: tests in paging-common, paging-runtime
Change-Id: I08a1d52701b203a1a2ab1512a53cc8234c74523e
/frameworks/support/paging/runtime/src/androidTest/java/androidx/paging/LivePagedListBuilderTest.kt
3623257086cc883c7858521dc7dbec58e9194410 22-Mar-2018 Chris Craik <ccraik@google.com> Re-land "Run PagedList initial load on specified executor"

Test: tests in paging-runtime

Fix to support executor move

This reverts commit fef5d52d4908c26f9c2d798480b4fc85eef9d0d0.

Change-Id: I1281a50e1c09b1a823c2e88d8e237f0afd76fbbf
/frameworks/support/paging/runtime/src/androidTest/java/androidx/paging/LivePagedListBuilderTest.kt
fef5d52d4908c26f9c2d798480b4fc85eef9d0d0 22-Mar-2018 Chris Craik <ccraik@google.com> Revert "Run PagedList initial load on specified executor"

This reverts commit dbb138bbc23467b2f5d81bc1d8cd6f009eaf640f.

Change-Id: I78918e49990e8279d77dcd31e354d59277fea441
/frameworks/support/paging/runtime/src/androidTest/java/androidx/paging/LivePagedListBuilderTest.kt
dbb138bbc23467b2f5d81bc1d8cd6f009eaf640f 31-Jan-2018 Chris Craik <ccraik@google.com> Run PagedList initial load on specified executor

Fixes: 72743042
Test: LivePagedListBuilderTest

Change-Id: I2e3182da903a748dd98d2be6aadc930bf45de42c
/frameworks/support/paging/runtime/src/androidTest/java/androidx/paging/LivePagedListBuilderTest.kt