Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/pm/resolution/
H A DComponentResolver.java107 public static final Comparator<ResolveInfo> RESOLVE_PRIORITY_SORTER = (r1, r2) -> { field in ComponentResolver
1203 results.sort(RESOLVE_PRIORITY_SORTER); in sortResults()
1483 results.sort(RESOLVE_PRIORITY_SORTER); in sortResults()
1714 results.sort(RESOLVE_PRIORITY_SORTER); in sortResults()
/aosp14/frameworks/base/services/core/java/com/android/server/pm/
H A DComputerEngine.java61 import static com.android.server.pm.resolution.ComponentResolver.RESOLVE_PRIORITY_SORTER;
599 lockedResult.result.sort(RESOLVE_PRIORITY_SORTER); in queryIntentActivitiesInternal()