Home
last modified time | relevance | path

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

/packages/modules/IntentResolver/tests/unit/src/com/android/intentresolver/
DResolverListAdapterTest.kt78 resolverListCommunicator.shouldGetOnlyDefaultActivities(), in test_oneTargetNoLastChosen_oneTargetInAdapter()
127 resolverListCommunicator.shouldGetOnlyDefaultActivities(), in test_oneTargetThatWasLastChosen_NoTargetsInAdapter()
176 resolverListCommunicator.shouldGetOnlyDefaultActivities(), in test_oneTargetLastChosenNotInTheList_oneTargetInAdapter()
227 resolverListCommunicator.shouldGetOnlyDefaultActivities(), in test_oneTargetThatWasLastChosenFilteringDisabled_oneTargetInAdapter()
301 resolverListCommunicator.shouldGetOnlyDefaultActivities(), in testTwoTargets()
378 resolverListCommunicator.shouldGetOnlyDefaultActivities(), in test_twoTargetsLastChosenNotInTheList_twoTargetsInAdapter()
446 resolverListCommunicator.shouldGetOnlyDefaultActivities(), in test_twoTargetsWithOtherProfileAndLastChosen_oneTargetInAdapter()
501 resolverListCommunicator.shouldGetOnlyDefaultActivities(), in test_resultsSorted_appearInSortedOrderInAdapter()
559 resolverListCommunicator.shouldGetOnlyDefaultActivities(), in test_ineligibleActivityFilteredOut_filteredComponentNotPresentInAdapter()
669 resolverListCommunicator.shouldGetOnlyDefaultActivities(), in test_lowPriorityComponentFilteredOut_filteredComponentNotPresentInAdapter()
[all …]
DChooserListAdapterDataTest.kt84 resolverListCommunicator.shouldGetOnlyDefaultActivities(), in test_twoTargetsWithNonOverlappingInitialIntent_threeTargetsInResolverAdapter()
150 resolverListCommunicator.shouldGetOnlyDefaultActivities(), in test_twoTargetsWithOverlappingInitialIntent_oneTargetsInResolverAdapter()
/packages/modules/IntentResolver/java/src/com/android/intentresolver/
DResolverListController.java107 boolean shouldGetOnlyDefaultActivities, in getResolversForIntentAsUser() argument
110 int baseFlags = (shouldGetOnlyDefaultActivities ? PackageManager.MATCH_DEFAULT_ONLY : 0) in getResolversForIntentAsUser()
DResolverListAdapter.java843 mResolverListCommunicator.shouldGetOnlyDefaultActivities(), in getResolversForUser()
935 default boolean shouldGetOnlyDefaultActivities() { in shouldGetOnlyDefaultActivities() method