Searched refs:ALPHABETICAL_COMPARATOR (Results 1 – 3 of 3) sorted by relevance
124 Collections.sort(mApps, AppLauncherUtils.ALPHABETICAL_COMPARATOR); in sortAllApps()
110 Collections.sort(filterList, AppLauncherUtils.ALPHABETICAL_COMPARATOR); in performFiltering()
58 static final Comparator<AppMetaData> ALPHABETICAL_COMPARATOR = Comparator field in AppLauncherUtils