Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageManagerService.java2466 List<CrossProfileIntentFilter> matchingFilters = in queryIntentActivitiesInternalBody() local
2469 ResolveInfo skipProfileInfo = querySkipCurrentProfileIntents(matchingFilters, in queryIntentActivitiesInternalBody()
2489 matchingFilters, intent, resolvedType, flags, userId, in queryIntentActivitiesInternalBody()
3664 List<CrossProfileIntentFilter> matchingFilters, Intent intent, String resolvedType, in queryCrossProfileIntents() argument
3666 if (matchingFilters == null) { in queryCrossProfileIntents()
3676 int size = matchingFilters.size(); in queryCrossProfileIntents()
3678 CrossProfileIntentFilter filter = matchingFilters.get(i); in queryCrossProfileIntents()
3718 List<CrossProfileIntentFilter> matchingFilters, Intent intent, String resolvedType, in querySkipCurrentProfileIntents() argument
3720 if (matchingFilters != null) { in querySkipCurrentProfileIntents()
3721 int size = matchingFilters.size(); in querySkipCurrentProfileIntents()
[all …]