Searched refs:RESOLVE_PRIORITY_SORTER (Results 1 – 2 of 2) sorted by relevance
107 public static final Comparator<ResolveInfo> RESOLVE_PRIORITY_SORTER = (r1, r2) -> { field in ComponentResolver1209 results.sort(RESOLVE_PRIORITY_SORTER); in sortResults()1489 results.sort(RESOLVE_PRIORITY_SORTER); in sortResults()1720 results.sort(RESOLVE_PRIORITY_SORTER); in sortResults()
64 import static com.android.server.pm.resolution.ComponentResolver.RESOLVE_PRIORITY_SORTER;611 lockedResult.result.sort(RESOLVE_PRIORITY_SORTER); in queryIntentActivitiesInternal()