Searched refs:rebuildList (Results 1 – 5 of 5) sorted by relevance
102 val isLoaded = testSubject.rebuildList(doPostProcessing) in test_oneTargetNoLastChosen_oneTargetInAdapter()152 val isLoaded = testSubject.rebuildList(doPostProcessing) in test_oneTargetThatWasLastChosen_NoTargetsInAdapter()201 val isLoaded = testSubject.rebuildList(doPostProcessing) in test_oneTargetLastChosenNotInTheList_oneTargetInAdapter()252 val isLoaded = testSubject.rebuildList(doPostProcessing) in test_oneTargetThatWasLastChosenFilteringDisabled_oneTargetInAdapter()329 val isLoaded = testSubject.rebuildList(doPostProcessing) in testTwoTargets()403 val isLoaded = testSubject.rebuildList(doPostProcessing) in test_twoTargetsLastChosenNotInTheList_twoTargetsInAdapter()471 val isLoaded = testSubject.rebuildList(doPostProcessing) in test_twoTargetsWithOtherProfileAndLastChosen_oneTargetInAdapter()531 testSubject.rebuildList(doPostProcessing) in test_resultsSorted_appearInSortedOrderInAdapter()590 testSubject.rebuildList(doPostProcessing) in test_ineligibleActivityFilteredOut_filteredComponentNotPresentInAdapter()645 testSubject.rebuildList(doPostProcessing) in test_baseResolveList_excludedFromIneligibleActivityFiltering()[all …]
126 val isLoaded = testSubject.rebuildList(doPostProcessing) in test_twoTargetsWithNonOverlappingInitialIntent_threeTargetsInResolverAdapter()190 val isLoaded = testSubject.rebuildList(doPostProcessing) in test_twoTargetsWithOverlappingInitialIntent_oneTargetsInResolverAdapter()
331 public boolean rebuildList(boolean doPostProcessing) { in rebuildList() method in ChooserListAdapter334 boolean result = super.rebuildList(doPostProcessing); in rebuildList()
260 public boolean rebuildList(boolean doPostProcessing) { in rebuildList() method in ResolverListAdapter
614 return activeListAdapter.rebuildList(doPostProcessing); in rebuildTab()