Home
last modified time | relevance | path

Searched refs:getPaginatedItemsForAction (Results 1 – 4 of 4) sorted by relevance

/packages/providers/MediaProvider/tests/src/com/android/providers/media/photopicker/viewmodel/
DPickerViewModelPaginationTest.java166 mPickerViewModel.getPaginatedItemsForAction( in test_getItems_noItemsPresent()
175 mPickerViewModel.getPaginatedItemsForAction(ACTION_LOAD_NEXT_PAGE, null); in test_getItems_noItemsPresent()
234 mPickerViewModel.getPaginatedItemsForAction( in test_getItems_correctItemsReturned()
243 mPickerViewModel.getPaginatedItemsForAction(ACTION_LOAD_NEXT_PAGE, null); in test_getItems_correctItemsReturned()
250 mPickerViewModel.getPaginatedItemsForAction(ACTION_LOAD_NEXT_PAGE, null); in test_getItems_correctItemsReturned()
258 mPickerViewModel.getPaginatedItemsForAction(ACTION_LOAD_NEXT_PAGE, null); in test_getItems_correctItemsReturned()
385 mPickerViewModel.getPaginatedItemsForAction( in test_updateItems_itemsResetAndFirstPageLoaded()
394 mPickerViewModel.getPaginatedItemsForAction(ACTION_LOAD_NEXT_PAGE, null); in test_updateItems_itemsResetAndFirstPageLoaded()
403 mPickerViewModel.getPaginatedItemsForAction(ACTION_CLEAR_AND_UPDATE_LIST, null); in test_updateItems_itemsResetAndFirstPageLoaded()
429 mPickerViewModel.getPaginatedItemsForAction( in test_onReceivingNotification_itemsRefreshed()
[all …]
DPickerViewModelTest.java201 mPickerViewModel.getPaginatedItemsForAction( in testGetItems_noItems()
208 mPickerViewModel.getPaginatedItemsForAction( in testGetItems_noItems()
258 mPickerViewModel.getPaginatedItemsForAction( in test_getItems_correctItemsReturned()
/packages/providers/MediaProvider/src/com/android/providers/media/photopicker/ui/
DPhotosTabFragment.java198 mPickerViewModel.getPaginatedItemsForAction( in onViewCreated()
346 mPickerViewModel.getPaginatedItemsForAction( in setOnScrollListenerForRecyclerView()
408 mPickerViewModel.getPaginatedItemsForAction( in onResume()
/packages/providers/MediaProvider/src/com/android/providers/media/photopicker/viewmodel/
DPickerViewModel.java250 getPaginatedItemsForAction(ACTION_REFRESH_ITEMS, in onNotificationReceived()
516 getPaginatedItemsForAction(ACTION_CLEAR_AND_UPDATE_LIST, null); in resetAllContentInCurrentProfile()
541 public LiveData<PaginatedItemsResult> getPaginatedItemsForAction( in getPaginatedItemsForAction() method in PickerViewModel