/frameworks/opt/telephony/src/java/android/provider/ |
D | Telephony.java | 277 return cr.query(CONTENT_URI, projection, null, null, DEFAULT_SORT_ORDER); in query() 287 null, orderBy == null ? DEFAULT_SORT_ORDER : orderBy); in query() 298 public static final String DEFAULT_SORT_ORDER = "date DESC"; field in Telephony.Sms 436 public static final String DEFAULT_SORT_ORDER = "date DESC"; field in Telephony.Sms.Inbox 478 public static final String DEFAULT_SORT_ORDER = "date DESC"; field in Telephony.Sms.Sent 518 public static final String DEFAULT_SORT_ORDER = "date DESC"; field in Telephony.Sms.Draft 541 public static final String DEFAULT_SORT_ORDER = "date DESC"; field in Telephony.Sms.Outbox 584 public static final String DEFAULT_SORT_ORDER = "date DESC"; field in Telephony.Sms.Conversations 1663 public static final String DEFAULT_SORT_ORDER = "date DESC"; field in Telephony.Mms 1683 return cr.query(CONTENT_URI, projection, null, null, DEFAULT_SORT_ORDER); in query() [all …]
|
/frameworks/base/core/java/android/provider/ |
D | MediaStore.java | 778 return cr.query(uri, projection, null, null, DEFAULT_SORT_ORDER); in query() 784 null, orderBy == null ? DEFAULT_SORT_ORDER : orderBy); in query() 790 selectionArgs, orderBy == null ? DEFAULT_SORT_ORDER : orderBy); in query() 971 public static final String DEFAULT_SORT_ORDER = ImageColumns.BUCKET_DISPLAY_NAME; field in MediaStore.Images.Media 981 return cr.query(uri, projection, null, null, DEFAULT_SORT_ORDER); in query() 986 return cr.query(uri, projection, "kind = " + kind, null, DEFAULT_SORT_ORDER); in queryMiniThumbnails() 1086 public static final String DEFAULT_SORT_ORDER = "image_id ASC"; field in MediaStore.Images.Thumbnails 1394 public static final String DEFAULT_SORT_ORDER = TITLE_KEY; field in MediaStore.Audio.Media 1483 public static final String DEFAULT_SORT_ORDER = NAME; field in MediaStore.Audio.Genres 1504 public static final String DEFAULT_SORT_ORDER = TITLE_KEY; field in MediaStore.Audio.Genres.Members [all …]
|
D | Contacts.java | 168 public static final String DEFAULT_SORT_ORDER = "key ASC"; field in Contacts.Settings 412 public static final String DEFAULT_SORT_ORDER = People.NAME + " ASC"; field in Contacts.People 581 new String[]{String.valueOf(person)}, Groups.DEFAULT_SORT_ORDER); in queryGroups() 681 public static final String DEFAULT_SORT_ORDER = "number ASC"; field in Contacts.People.Phones 709 public static final String DEFAULT_SORT_ORDER = "data ASC"; field in Contacts.People.ContactMethods 736 public static final String DEFAULT_SORT_ORDER = "name ASC"; field in Contacts.People.Extensions 838 public static final String DEFAULT_SORT_ORDER = NAME + " ASC"; field in Contacts.Groups 1027 public static final String DEFAULT_SORT_ORDER = "name ASC"; field in Contacts.Phones 1093 public static final String DEFAULT_SORT_ORDER = "group_id ASC"; field in Contacts.GroupMembership 1537 public static final String DEFAULT_SORT_ORDER = "name ASC"; field in Contacts.ContactMethods [all …]
|
D | CallLog.java | 101 public static final String DEFAULT_SORT_ORDER = "date DESC"; field in CallLog.Calls 412 DEFAULT_SORT_ORDER + " LIMIT 1"); in getLastOutgoingCall() 425 "(SELECT _id FROM calls ORDER BY " + DEFAULT_SORT_ORDER in removeExpiredEntries()
|
D | UserDictionary.java | 114 public static final String DEFAULT_SORT_ORDER = FREQUENCY + " DESC"; field in UserDictionary.Words
|
D | CalendarContract.java | 698 public static final String DEFAULT_SORT_ORDER = CALENDAR_DISPLAY_NAME; field in CalendarContract.Calendars 1658 private static final String DEFAULT_SORT_ORDER = ""; field in CalendarContract.Events 1757 WHERE_CALENDARS_ARGS, DEFAULT_SORT_ORDER); in query() 1787 WHERE_CALENDARS_ARGS, DEFAULT_SORT_ORDER); in query() 1823 private static final String DEFAULT_SORT_ORDER = "begin ASC"; field in CalendarContract.Instances 2201 public static final String DEFAULT_SORT_ORDER = "begin ASC,title ASC"; field
|
/frameworks/base/media/java/android/media/ |
D | RingtoneManager.java | 369 MediaStore.Audio.Media.DEFAULT_SORT_ORDER); in getCursor() 486 null, MediaStore.Audio.Media.DEFAULT_SORT_ORDER); in getInternalRingtones() 498 MediaStore.Audio.Media.DEFAULT_SORT_ORDER) in getMediaRingtones()
|
/frameworks/base/core/tests/coretests/src/android/database/ |
D | DatabasePerformanceTests.java | 163 null, People.DEFAULT_SORT_ORDER); in setUp()
|
/frameworks/base/services/java/com/android/server/location/ |
D | GpsLocationProvider.java | 1826 null, null, Carriers.DEFAULT_SORT_ORDER); in getSelectedApn()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/ |
D | DcTracker.java | 2155 null, null, Telephony.Carriers.DEFAULT_SORT_ORDER); in getPreferredApn()
|
/frameworks/base/api/ |
D | current.txt | 19293 field public static final java.lang.String DEFAULT_SORT_ORDER = "begin ASC,title ASC"; 19367 field public static final java.lang.String DEFAULT_SORT_ORDER = "calendar_displayName"; 19540 field public static final java.lang.String DEFAULT_SORT_ORDER = "date DESC"; 19582 field public static final deprecated java.lang.String DEFAULT_SORT_ORDER = "name ASC"; 19613 field public static final deprecated java.lang.String DEFAULT_SORT_ORDER = "person, name ASC"; 19627 field public static final deprecated java.lang.String DEFAULT_SORT_ORDER = "group_id ASC"; 19640 field public static final deprecated java.lang.String DEFAULT_SORT_ORDER = "name ASC"; 19726 …field public static final deprecated java.lang.String DEFAULT_SORT_ORDER = "company, title, isprim… 19743 field public static final deprecated java.lang.String DEFAULT_SORT_ORDER = "name ASC"; 19752 field public static final deprecated java.lang.String DEFAULT_SORT_ORDER = "data ASC"; [all …]
|