Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/pm/
H A DComputerEngine.java583 QueryIntentActivitiesResult lockedResult = in queryIntentActivitiesInternal() local
587 if (lockedResult.answer != null) { in queryIntentActivitiesInternal()
589 list = lockedResult.answer; in queryIntentActivitiesInternal()
591 if (lockedResult.addInstant) { in queryIntentActivitiesInternal()
594 lockedResult.result = maybeAddInstantAppInstaller( in queryIntentActivitiesInternal()
595 lockedResult.result, intent, resolvedType, flags, in queryIntentActivitiesInternal()
598 if (lockedResult.sortResult) { in queryIntentActivitiesInternal()
599 lockedResult.result.sort(RESOLVE_PRIORITY_SORTER); in queryIntentActivitiesInternal()
601 list = lockedResult.result; in queryIntentActivitiesInternal()