Searched refs:getPaginatedItemsForAction (Results 1 – 4 of 4) sorted by relevance
166 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 …]
201 mPickerViewModel.getPaginatedItemsForAction( in testGetItems_noItems()208 mPickerViewModel.getPaginatedItemsForAction( in testGetItems_noItems()258 mPickerViewModel.getPaginatedItemsForAction( in test_getItems_correctItemsReturned()
198 mPickerViewModel.getPaginatedItemsForAction( in onViewCreated()346 mPickerViewModel.getPaginatedItemsForAction( in setOnScrollListenerForRecyclerView()408 mPickerViewModel.getPaginatedItemsForAction( in onResume()
250 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