HomeSort by relevance Sort by last modified time
    Searched refs:DEFAULT_SORT_ORDER (Results 1 - 25 of 67) sorted by null

1 2 3

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
HbpcdLookup.java 48 public static final String DEFAULT_SORT_ORDER = "MCC ASC";
61 public static final String DEFAULT_SORT_ORDER = "MCC ASC";
81 public static final String DEFAULT_SORT_ORDER = "MCC ASC";
94 public static final String DEFAULT_SORT_ORDER = "MCC ASC";
107 public static final String DEFAULT_SORT_ORDER = "MCC ASC";
120 public static final String DEFAULT_SORT_ORDER = "Area_Code ASC";
  /development/samples/NotePad/src/com/example/android/notepad/
NotePad.java 124 public static final String DEFAULT_SORT_ORDER = "modified DESC";
NotesList.java 468 NotePad.Notes.DEFAULT_SORT_ORDER // Use the default sort order.
  /packages/providers/TelephonyProvider/src/com/android/providers/telephony/
HbpcdLookupProvider.java 182 orderBy = MccIdd.DEFAULT_SORT_ORDER;
190 orderBy = MccLookup.DEFAULT_SORT_ORDER;
217 orderBy = MccIdd.DEFAULT_SORT_ORDER;
225 orderBy = NanpAreaCode.DEFAULT_SORT_ORDER;
233 orderBy = ArbitraryMccSidMatch.DEFAULT_SORT_ORDER;
243 orderBy = MccIdd.DEFAULT_SORT_ORDER;
253 orderBy = MccLookup.DEFAULT_SORT_ORDER;
262 orderBy = MccSidConflicts.DEFAULT_SORT_ORDER;
272 orderBy = MccIdd.DEFAULT_SORT_ORDER;
282 orderBy = NanpAreaCode.DEFAULT_SORT_ORDER;
    [all...]
  /frameworks/base/core/java/android/provider/
MediaStore.java     [all...]
Contacts.java 169 public static final String DEFAULT_SORT_ORDER = "key ASC";
414 public static final String DEFAULT_SORT_ORDER = People.NAME + " ASC";
573 new String[]{String.valueOf(person)}, Groups.DEFAULT_SORT_ORDER);
673 public static final String DEFAULT_SORT_ORDER = "number ASC";
701 public static final String DEFAULT_SORT_ORDER = "data ASC";
729 public static final String DEFAULT_SORT_ORDER = "name ASC";
831 public static final String DEFAULT_SORT_ORDER = NAME + " ASC";
    [all...]
UserDictionary.java 117 public static final String DEFAULT_SORT_ORDER = FREQUENCY + " DESC";
CallLog.java 155 public static final String DEFAULT_SORT_ORDER = "date DESC";
    [all...]
CalendarContract.java 698 public static final String DEFAULT_SORT_ORDER = CALENDAR_DISPLAY_NAME;
    [all...]
  /frameworks/base/telephony/java/android/telephony/
Telephony.java 305 return cr.query(CONTENT_URI, projection, null, null, DEFAULT_SORT_ORDER);
315 null, orderBy == null ? DEFAULT_SORT_ORDER : orderBy);
326 public static final String DEFAULT_SORT_ORDER = "date DESC";
512 public static final String DEFAULT_SORT_ORDER = "date DESC";
573 public static final String DEFAULT_SORT_ORDER = "date DESC";
658 public static final String DEFAULT_SORT_ORDER = "date DESC";
681 public static final String DEFAULT_SORT_ORDER = "date DESC";
745 public static final String DEFAULT_SORT_ORDER = "date DESC";
    [all...]
  /development/samples/MySampleRss/src/com/example/codelab/rssexample/
RssContentProvider.java 65 public static final String DEFAULT_SORT_ORDER = TITLE + " DESC";
154 sortOrder = DEFAULT_SORT_ORDER;
MyRssReader4.java 55 RssContentProvider.DEFAULT_SORT_ORDER);
MyRssReader5.java 64 RssContentProvider.DEFAULT_SORT_ORDER);
  /packages/apps/Contacts/src/com/android/contacts/interactions/
SmsInteractionsLoader.java 121 Telephony.Sms.DEFAULT_SORT_ORDER
  /packages/apps/Car/Stream/src/com/android/car/stream/telecom/
RecentCallStreamProducer.java 130 selectionArgs.toArray(EMPTY_STRING_ARRAY), CallLog.Calls.DEFAULT_SORT_ORDER);
  /packages/providers/CalendarProvider/src/com/android/providers/calendar/
CalendarDebug.java 87 CalendarContract.Calendars.DEFAULT_SORT_ORDER);
  /packages/apps/Music/src/com/android/music/
AlbumBrowserActivity.java 434 MediaStore.Audio.Media.DEFAULT_SORT_ORDER);
457 0, null, uri, cols, null, null, MediaStore.Audio.Albums.DEFAULT_SORT_ORDER);
460 this, uri, cols, null, null, MediaStore.Audio.Albums.DEFAULT_SORT_ORDER);
469 0, null, uri, cols, null, null, MediaStore.Audio.Albums.DEFAULT_SORT_ORDER);
472 this, uri, cols, null, null, MediaStore.Audio.Albums.DEFAULT_SORT_ORDER);
  /development/samples/ApiDemos/src/com/example/android/apis/app/
LoaderThrottle.java 106 public static final String DEFAULT_SORT_ORDER = "data COLLATE LOCALIZED ASC";
238 sortOrder = MainTable.DEFAULT_SORT_ORDER;
  /frameworks/support/samples/Support4Demos/src/com/example/android/supportv4/app/
LoaderThrottleSupport.java 107 public static final String DEFAULT_SORT_ORDER = "data COLLATE LOCALIZED ASC";
239 sortOrder = MainTable.DEFAULT_SORT_ORDER;
  /packages/apps/DeskClock/src/com/android/deskclock/provider/
Alarm.java 48 private static final String DEFAULT_SORT_ORDER =
156 QUERY_ALARMS_WITH_INSTANCES_COLUMNS, null, null, DEFAULT_SORT_ORDER) {
  /development/samples/devbytes/telephony/SmsSampleProject/app/src/main/java/com/example/android/smssample/
MainActivity.java 207 static final String SORT_ORDER = Inbox.DEFAULT_SORT_ORDER;
  /packages/apps/Car/Dialer/src/com/android/car/dialer/telecom/
PhoneLoader.java 124 selectionArgs.toArray(EMPTY_STRING_ARRAY), CallLog.Calls.DEFAULT_SORT_ORDER);
  /packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
CellBroadcastContentProvider.java 118 orderBy = Telephony.CellBroadcasts.DEFAULT_SORT_ORDER;
  /packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
AtPhonebook.java 124 Calls.TYPE + "=" + Calls.OUTGOING_TYPE, null, Calls.DEFAULT_SORT_ORDER +
423 Calls.DEFAULT_SORT_ORDER + " LIMIT " + MAX_PHONEBOOK_SIZE);
  /packages/apps/Calendar/src/com/android/calendar/
Event.java 311 String DEFAULT_SORT_ORDER = "begin ASC";
329 orderBy == null ? DEFAULT_SORT_ORDER : orderBy);

Completed in 1288 milliseconds

1 2 3