Home
last modified time | relevance | path

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

/packages/modules/IntentResolver/tests/unit/src/com/android/intentresolver/
DResolverListAdapterTest.kt73 on { filterLowPriority(any(), any()) } doReturn null in test_oneTargetNoLastChosen_oneTargetInAdapter()
122 on { filterLowPriority(any(), any()) } doReturn null in test_oneTargetThatWasLastChosen_NoTargetsInAdapter()
171 on { filterLowPriority(any(), any()) } doReturn null in test_oneTargetLastChosenNotInTheList_oneTargetInAdapter()
222 on { filterLowPriority(any(), any()) } doReturn null in test_oneTargetThatWasLastChosenFilteringDisabled_oneTargetInAdapter()
296 on { filterLowPriority(any(), any()) } doReturn null in testTwoTargets()
373 on { filterLowPriority(any(), any()) } doReturn null in test_twoTargetsLastChosenNotInTheList_twoTargetsInAdapter()
441 on { filterLowPriority(any(), any()) } doReturn null in test_twoTargetsWithOtherProfileAndLastChosen_oneTargetInAdapter()
496 on { filterLowPriority(any(), any()) } doReturn null in test_resultsSorted_appearInSortedOrderInAdapter()
554 on { filterLowPriority(any(), any()) } doReturn null in test_ineligibleActivityFilteredOut_filteredComponentNotPresentInAdapter()
607 on { filterLowPriority(any(), any()) } doReturn null in test_baseResolveList_excludedFromIneligibleActivityFiltering()
[all …]
DChooserListAdapterDataTest.kt60 on { filterLowPriority(any(), any()) } doReturn null in <lambda>()
/packages/modules/IntentResolver/java/src/com/android/intentresolver/
DResolverListController.java216 public ArrayList<ResolvedComponentInfo> filterLowPriority( in filterLowPriority() method in ResolverListController
DResolverListAdapter.java384 return mResolverListController.filterLowPriority( in performSecondaryResolveListFiltering()