Home
last modified time | relevance | path

Searched defs:getLivePagedList (Results 1 – 2 of 2) sorted by relevance

/frameworks/support/room/integration-tests/testapp/src/main/java/androidx/room/integration/testapp/
DCustomerViewModel.java87 private static <K> LiveData<PagedList<Customer>> getLivePagedList( in getLivePagedList() method in CustomerViewModel
112 LiveData<PagedList<Customer>> getLivePagedList(int position) { in getLivePagedList() method in CustomerViewModel
120 LiveData<PagedList<Customer>> getLivePagedList(String key) { in getLivePagedList() method in CustomerViewModel
/frameworks/support/paging/integration-tests/testapp/src/main/java/androidx/paging/integration/testapp/
DPagedListItemViewModel.java56 LiveData<PagedList<Item>> getLivePagedList() { in getLivePagedList() method in PagedListItemViewModel