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 151 public static final Comparator<AppEntry> ALPHA_COMPARATOR = new Comparator<AppEntry>() {
250 Collections.sort(entries, ALPHA_COMPARATOR);
  /development/samples/Support4Demos/src/com/example/android/supportv4/app/
LoaderCustomSupport.java 153 public static final Comparator<AppEntry> ALPHA_COMPARATOR = new Comparator<AppEntry>() {
252 Collections.sort(entries, ALPHA_COMPARATOR);
  /packages/apps/Settings/src/com/android/settings/applications/
ApplicationsState.java 163 public static final Comparator<AppEntry> ALPHA_COMPARATOR = new Comparator<AppEntry>() {
    [all...]

Completed in 57 milliseconds