Searched refs:CATEGORY_COMPARATOR (Results 1 – 1 of 1) sorted by relevance
244 Collections.sort(categories, CATEGORY_COMPARATOR); in getCategories()541 private static final Comparator<DashboardCategory> CATEGORY_COMPARATOR = field in TileUtils