Home
last modified time | relevance | path

Searched defs:doPostProcessing (Results 1 – 7 of 7) sorted by relevance

/packages/modules/IntentResolver/tests/unit/src/com/android/intentresolver/
DResolverListAdapterTest.kt100 val doPostProcessing = true in test_oneTargetNoLastChosen_oneTargetInAdapter() constant
150 val doPostProcessing = true in test_oneTargetThatWasLastChosen_NoTargetsInAdapter() constant
199 val doPostProcessing = true in test_oneTargetLastChosenNotInTheList_oneTargetInAdapter() constant
250 val doPostProcessing = true in test_oneTargetThatWasLastChosenFilteringDisabled_oneTargetInAdapter() constant
327 val doPostProcessing = true in testTwoTargets() constant
401 val doPostProcessing = false in test_twoTargetsLastChosenNotInTheList_twoTargetsInAdapter() constant
468 val doPostProcessing = true in test_twoTargetsWithOtherProfileAndLastChosen_oneTargetInAdapter() constant
530 val doPostProcessing = true in test_resultsSorted_appearInSortedOrderInAdapter() constant
588 val doPostProcessing = true in test_ineligibleActivityFilteredOut_filteredComponentNotPresentInAdapter() constant
643 val doPostProcessing = true in test_baseResolveList_excludedFromIneligibleActivityFiltering() constant
[all …]
DChooserListAdapterDataTest.kt121 val doPostProcessing = true in test_twoTargetsWithNonOverlappingInitialIntent_threeTargetsInResolverAdapter() constant
184 val doPostProcessing = true in test_twoTargetsWithOverlappingInitialIntent_oneTargetsInResolverAdapter() constant
/packages/modules/IntentResolver/java/src/com/android/intentresolver/
DResolverListAdapter.java258 public boolean rebuildList(boolean doPostProcessing) { in rebuildList()
436 @Nullable List<ResolvedComponentInfo> filteredResolveList, boolean doPostProcessing) { in finishRebuildingListWithFilteredResults()
481 @Nullable List<ResolvedComponentInfo> sortedComponents, boolean doPostProcessing) { in onComponentsSorted()
487 @Nullable List<ResolvedComponentInfo> sortedComponents, boolean doPostProcessing) { in processSortedList()
555 public void postListReadyRunnable(boolean doPostProcessing, boolean rebuildCompleted) { in postListReadyRunnable()
DChooserListAdapter.java376 public boolean rebuildList(boolean doPostProcessing) { in rebuildList()
DChooserActivity.java1034 public final void onPostListReady(ResolverListAdapter listAdapter, boolean doPostProcessing, in onPostListReady()
/packages/modules/IntentResolver/java/src/com/android/intentresolver/profiles/
DMultiProfilePagerAdapter.java564 public final boolean rebuildActiveTab(boolean doPostProcessing) { in rebuildActiveTab()
575 private boolean rebuildInactiveTabs(boolean doPostProcessing) { in rebuildInactiveTabs()
609 protected boolean rebuildTab(ListAdapterT activeListAdapter, boolean doPostProcessing) { in rebuildTab()
DChooserMultiProfilePagerAdapter.java148 protected final boolean rebuildTab(ChooserListAdapter listAdapter, boolean doPostProcessing) { in rebuildTab()