HomeSort by relevance Sort by last modified time
    Searched refs:SORT_ORDER (Results 1 - 7 of 7) sorted by null

  /frameworks/base/tests/LocationTracker/src/com/android/locationtracker/data/
TrackerListHelper.java 35 private static final String SORT_ORDER = TrackerEntry.ID_COL + " DESC";
51 TrackerEntry.ATTRIBUTES, null, null, SORT_ORDER);
  /packages/apps/Contacts/src/com/android/contacts/preference/
ContactsPreferences.java 69 ContactsContract.Preferences.SORT_ORDER);
80 ContactsContract.Preferences.SORT_ORDER, sortOrder);
130 ContactsContract.Preferences.SORT_ORDER), false, this);
  /development/samples/NotePad/tests/src/com/example/android/notepad/
NotePadProviderTest.java 442 final String SORT_ORDER = NotePad.Notes.COLUMN_NAME_TITLE + " ASC";
504 SORT_ORDER // sort ascending on the title column
540 final String SORT_ORDER = NotePad.Notes.COLUMN_NAME_TITLE + " ASC";
581 SORT_ORDER // sort order returned is by title, ascending
602 SORT_ORDER // same sort order returned, by title, ascending
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/selectcalendars/
SelectCalendarsSyncFragment.java 57 private static final String SORT_ORDER = IS_PRIMARY + " DESC," + Calendars.CALENDAR_DISPLAY_NAME
168 getActivity(), Calendars.CONTENT_URI, PROJECTION, SELECTION, mArgs, SORT_ORDER);
  /packages/apps/Contacts/tests/src/com/android/contacts/activities/
PeopleActivityTest.java 174 ContactsContract.Preferences.SORT_ORDER)
  /packages/apps/Mms/src/com/android/mms/ui/
RecipientsAdapter.java 64 private static final String SORT_ORDER = Contacts.TIMES_CONTACTED + " DESC,"
  /frameworks/base/core/java/android/provider/
ContactsContract.java 264 public static final String SORT_ORDER = "android.contacts.SORT_ORDER";
267 * The value for the SORT_ORDER key corresponding to sorting by given name first.
274 * The value for the SORT_ORDER key corresponding to sorting by family name first.
    [all...]

Completed in 210 milliseconds