Home
last modified time | relevance | path

Searched refs:rebuildList (Results 1 – 5 of 5) sorted by relevance

/packages/modules/IntentResolver/tests/unit/src/com/android/intentresolver/
DResolverListAdapterTest.kt102 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 …]
DChooserListAdapterDataTest.kt126 val isLoaded = testSubject.rebuildList(doPostProcessing) in test_twoTargetsWithNonOverlappingInitialIntent_threeTargetsInResolverAdapter()
190 val isLoaded = testSubject.rebuildList(doPostProcessing) in test_twoTargetsWithOverlappingInitialIntent_oneTargetsInResolverAdapter()
/packages/modules/IntentResolver/java/src/com/android/intentresolver/
DChooserListAdapter.java331 public boolean rebuildList(boolean doPostProcessing) { in rebuildList() method in ChooserListAdapter
334 boolean result = super.rebuildList(doPostProcessing); in rebuildList()
DResolverListAdapter.java260 public boolean rebuildList(boolean doPostProcessing) { in rebuildList() method in ResolverListAdapter
/packages/modules/IntentResolver/java/src/com/android/intentresolver/profiles/
DMultiProfilePagerAdapter.java614 return activeListAdapter.rebuildList(doPostProcessing); in rebuildTab()