Searched refs:ALPHA_COMPARATOR (Results 1 – 1 of 1) sorted by relevance
151 public static final Comparator<AppEntry> ALPHA_COMPARATOR = new Comparator<AppEntry>() { field in LoaderCustom250 Collections.sort(entries, ALPHA_COMPARATOR); in loadInBackground()