Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/pm/
DComputerEngine.java595 QueryIntentActivitiesResult lockedResult = in queryIntentActivitiesInternal() local
599 if (lockedResult.answer != null) { in queryIntentActivitiesInternal()
601 list = lockedResult.answer; in queryIntentActivitiesInternal()
603 if (lockedResult.addInstant) { in queryIntentActivitiesInternal()
606 lockedResult.result = maybeAddInstantAppInstaller( in queryIntentActivitiesInternal()
607 lockedResult.result, intent, resolvedType, flags, in queryIntentActivitiesInternal()
610 if (lockedResult.sortResult) { in queryIntentActivitiesInternal()
611 lockedResult.result.sort(RESOLVE_PRIORITY_SORTER); in queryIntentActivitiesInternal()
613 list = lockedResult.result; in queryIntentActivitiesInternal()