Searched refs:matchingFilters (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/services/core/java/com/android/server/pm/ |
D | DefaultCrossProfileResolver.java | 80 long flags, String pkgName, List<CrossProfileIntentFilter> matchingFilters, in resolveIntent() argument 87 matchingFilters, intent, resolvedType, flags, userId, pkgSettingFunction); in resolveIntent() 95 matchingFilters, intent, resolvedType, flags, userId, in resolveIntent() 163 List<CrossProfileIntentFilter> matchingFilters, Intent intent, String resolvedType, in querySkipCurrentProfileIntents() argument 166 if (matchingFilters != null) { in querySkipCurrentProfileIntents() 167 int size = matchingFilters.size(); in querySkipCurrentProfileIntents() 169 CrossProfileIntentFilter filter = matchingFilters.get(i); in querySkipCurrentProfileIntents() 204 List<CrossProfileIntentFilter> matchingFilters, Intent intent, String resolvedType, in queryCrossProfileIntents() argument 207 if (matchingFilters == null) { in queryCrossProfileIntents() 217 int size = matchingFilters.size(); in queryCrossProfileIntents() [all …]
|
D | CrossProfileIntentResolverEngine.java | 135 List<CrossProfileIntentFilter> matchingFilters = in resolveIntentInternal() local 139 if (matchingFilters == null || matchingFilters.isEmpty()) { in resolveIntentInternal() 161 for (int index = 0; index < matchingFilters.size(); index++) { in resolveIntentInternal() 162 CrossProfileIntentFilter crossProfileIntentFilter = matchingFilters.get(index); in resolveIntentInternal()
|
D | CrossProfileResolver.java | 67 String pkgName, List<CrossProfileIntentFilter> matchingFilters, in resolveIntent() argument
|
D | NoFilteringResolver.java | 100 String pkgName, List<CrossProfileIntentFilter> matchingFilters, in resolveIntent() argument
|