Home
last modified time | relevance | path

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

/packages/apps/Car/Launcher/src/com/android/car/carlauncher/
DAppGridAdapter.java124 Collections.sort(mApps, AppLauncherUtils.ALPHABETICAL_COMPARATOR); in sortAllApps()
DSearchResultAdapter.java110 Collections.sort(filterList, AppLauncherUtils.ALPHABETICAL_COMPARATOR); in performFiltering()
DAppLauncherUtils.java58 static final Comparator<AppMetaData> ALPHABETICAL_COMPARATOR = Comparator field in AppLauncherUtils