/frameworks/base/telephony/common/com/android/internal/telephony/ |
D | HbpcdLookup.java | 48 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/ |
D | Contacts.java | 169 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 …]
|
D | Telephony.java | 398 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 …]
|
D | UserDictionary.java | 117 public static final String DEFAULT_SORT_ORDER = FREQUENCY + " DESC"; field in UserDictionary.Words
|
D | CalendarContract.java | 810 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
|
D | CallLog.java | 912 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/ |
D | CallLogQueryHelper.java | 69 Calls.DEFAULT_SORT_ORDER)) { in querySince() argument
|
/frameworks/base/media/java/android/media/ |
D | RingtoneManager.java | 449 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/ |
D | DataProfileManager.java | 493 Telephony.Carriers.DEFAULT_SORT_ORDER); in getPreferredDataProfileFromDb()
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 23343 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/ |
D | current.txt | 35490 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 …]
|
D | system-current.txt | 12037 field public static final String DEFAULT_SORT_ORDER = "date DESC";
|
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/ |
D | DevicePolicyManagerService.java | 19923 Telephony.Carriers.DEFAULT_SORT_ORDER));
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 40983 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;
|