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

  /external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
ShadowContentProviderClientTest.java 37 private static final String SORT_ORDER = "DESC";
84 client.query(URI, PROJECTION, SELECTION, SELECTION_ARGS, SORT_ORDER);
85 verify(provider).query(URI, PROJECTION, SELECTION, SELECTION_ARGS, SORT_ORDER);
88 client.query(URI, PROJECTION, SELECTION, SELECTION_ARGS, SORT_ORDER, signal);
89 verify(provider).query(URI, PROJECTION, SELECTION, SELECTION_ARGS, SORT_ORDER, signal);
  /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...]
  /development/samples/devbytes/telephony/SmsSampleProject/app/src/main/java/com/example/android/smssample/
MainActivity.java 174 SmsQuery.SORT_ORDER);
207 static final String SORT_ORDER = Inbox.DEFAULT_SORT_ORDER;
  /development/samples/training/ContactsList/src/com/example/android/contactslist/ui/
ContactsListFragment.java 483 ContactsQuery.SORT_ORDER);
    [all...]

Completed in 370 milliseconds