HomeSort by relevance Sort by last modified time
    Searched defs:ALPHA_COMPARATOR (Results 1 - 3 of 3) sorted by null

  /development/samples/ApiDemos/src/com/example/android/apis/app/
LoaderCustom.java 149 public static final Comparator<AppEntry> ALPHA_COMPARATOR = new Comparator<AppEntry>() {
248 Collections.sort(entries, ALPHA_COMPARATOR);
  /development/samples/Support4Demos/src/com/example/android/supportv4/app/
LoaderCustomSupport.java 152 public static final Comparator<AppEntry> ALPHA_COMPARATOR = new Comparator<AppEntry>() {
251 Collections.sort(entries, ALPHA_COMPARATOR);
  /packages/apps/Settings/src/com/android/settings/applications/
ApplicationsState.java 152 public static final Comparator<AppEntry> ALPHA_COMPARATOR = new Comparator<AppEntry>() {
    [all...]

Completed in 32 milliseconds