Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageManagerService.java3665 int flags, int sourceUserId, boolean matchInCurrentProfile) { in queryCrossProfileIntents() argument
3685 && (!skipCurrentProfileIfNoMatchFound || !matchInCurrentProfile)) { in queryCrossProfileIntents()