Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/pm/
DComponentResolver.java82 static final Comparator<ResolveInfo> RESOLVE_PRIORITY_SORTER = (r1, r2) -> { field in ComponentResolver
1319 results.sort(RESOLVE_PRIORITY_SORTER); in sortResults()
1552 results.sort(RESOLVE_PRIORITY_SORTER); in sortResults()
1769 results.sort(RESOLVE_PRIORITY_SORTER); in sortResults()
DPackageManagerService.java98 import static com.android.server.pm.ComponentResolver.RESOLVE_PRIORITY_SORTER;
7287 Collections.sort(result, RESOLVE_PRIORITY_SORTER);