Searched refs:SORT_ORDER (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/tests/LocationTracker/src/com/android/locationtracker/data/
H A DTrackerListHelper.java35 private static final String SORT_ORDER = TrackerEntry.ID_COL + " DESC"; field in class:TrackerListHelper
51 TrackerEntry.ATTRIBUTES, null, null, SORT_ORDER);
/frameworks/base/core/java/android/provider/
H A DContactsContract.java263 public static final String SORT_ORDER = "android.contacts.SORT_ORDER"; field in class:ContactsContract.Preferences
266 * The value for the SORT_ORDER key corresponding to sorting by given name first.
273 * The value for the SORT_ORDER key corresponding to sorting by family name first.

Completed in 239 milliseconds