Searched defs:matchingFilters (Results 1 - 1 of 1) sorted by path

/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageManagerService.java3376 List<CrossProfileIntentFilter> matchingFilters =
3379 ResolveInfo resolveInfo = querySkipCurrentProfileIntents(matchingFilters, intent,
3388 matchingFilters, intent, resolvedType, flags, userId);
3409 List<CrossProfileIntentFilter> matchingFilters, Intent intent, String resolvedType,
3411 if (matchingFilters != null) {
3412 int size = matchingFilters.size();
3414 CrossProfileIntentFilter filter = matchingFilters.get(i);
3431 List<CrossProfileIntentFilter> matchingFilters, Intent intent, String resolvedType,
3433 if (matchingFilters != null) {
3438 int size = matchingFilters
3408 querySkipCurrentProfileIntents( List<CrossProfileIntentFilter> matchingFilters, Intent intent, String resolvedType, int flags, int sourceUserId) argument
3430 queryCrossProfileIntents( List<CrossProfileIntentFilter> matchingFilters, Intent intent, String resolvedType, int flags, int sourceUserId) argument
[all...]

Completed in 54 milliseconds