Home
last modified time | relevance | path

Searched refs:DEFAULT_SORT_ORDER (Results 1 – 15 of 15) 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.java398 return cr.query(CONTENT_URI, projection, null, null, DEFAULT_SORT_ORDER); in query()
409 null, orderBy == null ? DEFAULT_SORT_ORDER : orderBy); in query()
420 public static final String DEFAULT_SORT_ORDER = "date DESC"; field in Telephony.Sms
612 public static final String DEFAULT_SORT_ORDER = "date DESC"; field in Telephony.Sms.Inbox
675 public static final String DEFAULT_SORT_ORDER = "date DESC"; field in Telephony.Sms.Sent
764 public static final String DEFAULT_SORT_ORDER = "date DESC"; field in Telephony.Sms.Draft
787 public static final String DEFAULT_SORT_ORDER = "date DESC"; field in Telephony.Sms.Outbox
860 public static final String DEFAULT_SORT_ORDER = "date DESC"; field in Telephony.Sms.Conversations
2276 public static final String DEFAULT_SORT_ORDER = "date DESC"; field in Telephony.Mms
2297 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.java912 public static final String DEFAULT_SORT_ORDER = "date DESC"; field in CallLog.Calls
2038 DEFAULT_SORT_ORDER); in getLastOutgoingCall()
2096 + " ORDER BY " + DEFAULT_SORT_ORDER in addEntryAndRemoveExpiredEntries()
2104 + "(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.java449 MediaStore.Audio.Media.DEFAULT_SORT_ORDER); in getCursor()
668 null, MediaStore.Audio.Media.DEFAULT_SORT_ORDER); in getInternalRingtones()
684 MediaStore.Audio.Media.DEFAULT_SORT_ORDER, context); in getMediaRingtones()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/data/
DDataProfileManager.java493 Telephony.Carriers.DEFAULT_SORT_ORDER); in getPreferredDataProfileFromDb()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/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.txt35490 field public static final String DEFAULT_SORT_ORDER = "begin ASC,title ASC";
35564 field public static final String DEFAULT_SORT_ORDER = "calendar_displayName";
35770 field public static final String DEFAULT_SORT_ORDER = "date DESC";
35856 field @Deprecated public static final String DEFAULT_SORT_ORDER = "name ASC";
35887 field @Deprecated public static final String DEFAULT_SORT_ORDER = "person, name ASC";
35901 field @Deprecated public static final String DEFAULT_SORT_ORDER = "group_id ASC";
35914 field @Deprecated public static final String DEFAULT_SORT_ORDER = "name ASC";
36000 … field @Deprecated public static final String DEFAULT_SORT_ORDER = "company, title, isprimary ASC";
36017 field @Deprecated public static final String DEFAULT_SORT_ORDER = "name ASC";
36026 field @Deprecated public static final String DEFAULT_SORT_ORDER = "data ASC";
[all …]
Dsystem-current.txt12037 field public static final String DEFAULT_SORT_ORDER = "date DESC";
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DDevicePolicyManagerService.java19923 Telephony.Carriers.DEFAULT_SORT_ORDER));
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt40983 Landroid/provider/CalendarContract$Events;->DEFAULT_SORT_ORDER:Ljava/lang/String;
41015 Landroid/provider/CalendarContract$Instances;->DEFAULT_SORT_ORDER:Ljava/lang/String;
42562 Landroid/provider/Telephony$CellBroadcasts;->DEFAULT_SORT_ORDER:Ljava/lang/String;