Home
last modified time | relevance | path

Searched refs:DEFAULT_SORT_ORDER (Results 1 – 13 of 13) sorted by relevance

/frameworks/base/telephony/common/com/android/internal/telephony/
DHbpcdLookup.java48 public static final String DEFAULT_SORT_ORDER = "MCC ASC"; field in HbpcdLookup.MccIdd
61 public static final String DEFAULT_SORT_ORDER = "MCC ASC"; field in HbpcdLookup.MccLookup
81 public static final String DEFAULT_SORT_ORDER = "MCC ASC"; field in HbpcdLookup.MccSidConflicts
94 public static final String DEFAULT_SORT_ORDER = "MCC ASC"; field in HbpcdLookup.MccSidRange
107 public static final String DEFAULT_SORT_ORDER = "MCC ASC"; field in HbpcdLookup.ArbitraryMccSidMatch
120 public static final String DEFAULT_SORT_ORDER = "Area_Code ASC"; field in HbpcdLookup.NanpAreaCode
/frameworks/base/core/java/android/provider/
DContacts.java169 public static final String DEFAULT_SORT_ORDER = "key ASC"; field in Contacts.Settings
414 public static final String DEFAULT_SORT_ORDER = People.NAME + " ASC"; field in Contacts.People
573 new String[]{String.valueOf(person)}, Groups.DEFAULT_SORT_ORDER); in queryGroups()
673 public static final String DEFAULT_SORT_ORDER = "number ASC"; field in Contacts.People.Phones
701 public static final String DEFAULT_SORT_ORDER = "data ASC"; field in Contacts.People.ContactMethods
729 public static final String DEFAULT_SORT_ORDER = "name ASC"; field in Contacts.People.Extensions
831 public static final String DEFAULT_SORT_ORDER = NAME + " ASC"; field in Contacts.Groups
1020 public static final String DEFAULT_SORT_ORDER = "name ASC"; field in Contacts.Phones
1086 public static final String DEFAULT_SORT_ORDER = "group_id ASC"; field in Contacts.GroupMembership
1530 public static final String DEFAULT_SORT_ORDER = "name ASC"; field in Contacts.ContactMethods
[all …]
DTelephony.java393 return cr.query(CONTENT_URI, projection, null, null, DEFAULT_SORT_ORDER); in query()
404 null, orderBy == null ? DEFAULT_SORT_ORDER : orderBy); in query()
415 public static final String DEFAULT_SORT_ORDER = "date DESC"; field in Telephony.Sms
607 public static final String DEFAULT_SORT_ORDER = "date DESC"; field in Telephony.Sms.Inbox
670 public static final String DEFAULT_SORT_ORDER = "date DESC"; field in Telephony.Sms.Sent
759 public static final String DEFAULT_SORT_ORDER = "date DESC"; field in Telephony.Sms.Draft
782 public static final String DEFAULT_SORT_ORDER = "date DESC"; field in Telephony.Sms.Outbox
855 public static final String DEFAULT_SORT_ORDER = "date DESC"; field in Telephony.Sms.Conversations
2909 public static final String DEFAULT_SORT_ORDER = "date DESC"; field in Telephony.Mms
2930 return cr.query(CONTENT_URI, projection, null, null, DEFAULT_SORT_ORDER); in query()
[all …]
DUserDictionary.java117 public static final String DEFAULT_SORT_ORDER = FREQUENCY + " DESC"; field in UserDictionary.Words
DCalendarContract.java810 public static final String DEFAULT_SORT_ORDER = CALENDAR_DISPLAY_NAME; field in CalendarContract.Calendars
1821 private static final String DEFAULT_SORT_ORDER = ""; field in CalendarContract.Events
1923 WHERE_CALENDARS_ARGS, DEFAULT_SORT_ORDER); in query()
1953 WHERE_CALENDARS_ARGS, DEFAULT_SORT_ORDER); in query()
2049 private static final String DEFAULT_SORT_ORDER = "begin ASC"; field in CalendarContract.Instances
2427 public static final String DEFAULT_SORT_ORDER = "begin ASC,title ASC"; field
DCallLog.java795 public static final String DEFAULT_SORT_ORDER = "date DESC"; field in CallLog.Calls
1864 DEFAULT_SORT_ORDER); in getLastOutgoingCall()
1922 + " ORDER BY " + DEFAULT_SORT_ORDER in addEntryAndRemoveExpiredEntries()
1930 "(SELECT _id FROM calls ORDER BY " + DEFAULT_SORT_ORDER in addEntryAndRemoveExpiredEntries()
/frameworks/base/services/people/java/com/android/server/people/data/
DCallLogQueryHelper.java69 Calls.DEFAULT_SORT_ORDER)) { in querySince() argument
/frameworks/base/media/java/android/media/
DRingtoneManager.java452 MediaStore.Audio.Media.DEFAULT_SORT_ORDER); in getCursor()
580 null, MediaStore.Audio.Media.DEFAULT_SORT_ORDER); in getInternalRingtones()
596 MediaStore.Audio.Media.DEFAULT_SORT_ORDER, context); in getMediaRingtones()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DDcTracker.java1902 Telephony.Carriers.DEFAULT_SORT_ORDER); in getPreferredApnCursor()
3792 null, null, Telephony.Carriers.DEFAULT_SORT_ORDER); in getPreferredApn()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt23343 field public static final java.lang.String DEFAULT_SORT_ORDER = "begin ASC,title ASC";
23417 field public static final java.lang.String DEFAULT_SORT_ORDER = "calendar_displayName";
23598 field public static final java.lang.String DEFAULT_SORT_ORDER = "date DESC";
23649 field public static final deprecated java.lang.String DEFAULT_SORT_ORDER = "name ASC";
23680 field public static final deprecated java.lang.String DEFAULT_SORT_ORDER = "person, name ASC";
23694 field public static final deprecated java.lang.String DEFAULT_SORT_ORDER = "group_id ASC";
23707 field public static final deprecated java.lang.String DEFAULT_SORT_ORDER = "name ASC";
23793 …field public static final deprecated java.lang.String DEFAULT_SORT_ORDER = "company, title, isprim…
23810 field public static final deprecated java.lang.String DEFAULT_SORT_ORDER = "name ASC";
23819 field public static final deprecated java.lang.String DEFAULT_SORT_ORDER = "data ASC";
[all …]
/frameworks/base/core/api/
Dcurrent.txt33389 field public static final String DEFAULT_SORT_ORDER = "begin ASC,title ASC";
33463 field public static final String DEFAULT_SORT_ORDER = "calendar_displayName";
33668 field public static final String DEFAULT_SORT_ORDER = "date DESC";
33752 field @Deprecated public static final String DEFAULT_SORT_ORDER = "name ASC";
33783 field @Deprecated public static final String DEFAULT_SORT_ORDER = "person, name ASC";
33797 field @Deprecated public static final String DEFAULT_SORT_ORDER = "group_id ASC";
33810 field @Deprecated public static final String DEFAULT_SORT_ORDER = "name ASC";
33896 … field @Deprecated public static final String DEFAULT_SORT_ORDER = "company, title, isprimary ASC";
33913 field @Deprecated public static final String DEFAULT_SORT_ORDER = "name ASC";
33922 field @Deprecated public static final String DEFAULT_SORT_ORDER = "data ASC";
[all …]
Dsystem-current.txt9395 field public static final String DEFAULT_SORT_ORDER = "date DESC";
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt44949 Landroid/provider/CalendarContract$Events;->DEFAULT_SORT_ORDER:Ljava/lang/String;
44981 Landroid/provider/CalendarContract$Instances;->DEFAULT_SORT_ORDER:Ljava/lang/String;
46528 Landroid/provider/Telephony$CellBroadcasts;->DEFAULT_SORT_ORDER:Ljava/lang/String;