Home
last modified time | relevance | path

Searched defs:DEFAULT_SORT_ORDER (Results 1 – 4 of 4) sorted by relevance

/development/samples/NotePad/src/com/example/android/notepad/
DNotePad.java124 public static final String DEFAULT_SORT_ORDER = "modified DESC"; field in NotePad.Notes
/development/samples/MySampleRss/src/com/example/codelab/rssexample/
DRssContentProvider.java65 public static final String DEFAULT_SORT_ORDER = TITLE + " DESC"; field in RssContentProvider
/development/samples/Support4Demos/src/com/example/android/supportv4/app/
DLoaderThrottleSupport.java107 public static final String DEFAULT_SORT_ORDER = "data COLLATE LOCALIZED ASC"; field in LoaderThrottleSupport.MainTable
/development/samples/ApiDemos/src/com/example/android/apis/app/
DLoaderThrottle.java106 public static final String DEFAULT_SORT_ORDER = "data COLLATE LOCALIZED ASC"; field in LoaderThrottle.MainTable