Searched refs:RESOLVE_PRIORITY_SORTER (Results 1 – 2 of 2) sorted by relevance
82 static final Comparator<ResolveInfo> RESOLVE_PRIORITY_SORTER = (r1, r2) -> { field in ComponentResolver1319 results.sort(RESOLVE_PRIORITY_SORTER); in sortResults()1552 results.sort(RESOLVE_PRIORITY_SORTER); in sortResults()1769 results.sort(RESOLVE_PRIORITY_SORTER); in sortResults()
98 import static com.android.server.pm.ComponentResolver.RESOLVE_PRIORITY_SORTER;7287 Collections.sort(result, RESOLVE_PRIORITY_SORTER);