Searched refs:ALPHABETICAL_COMPARATOR (Results 1 – 2 of 2) sorted by relevance
45 public static final Comparator<LauncherItem> ALPHABETICAL_COMPARATOR = Comparator.comparing( field in LauncherViewModel72 Collections.sort(launcherItems, LauncherViewModel.ALPHABETICAL_COMPARATOR); in processAppsInfoFromPlatform()
110 static final Comparator<AppMetaData> ALPHABETICAL_COMPARATOR = Comparator field in AppLauncherUtils