/frameworks/opt/telephony/src/java/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 | MediaStore.java | 861 return cr.query(uri, projection, null, null, DEFAULT_SORT_ORDER); in query() 867 null, orderBy == null ? DEFAULT_SORT_ORDER : orderBy); in query() 873 selectionArgs, orderBy == null ? DEFAULT_SORT_ORDER : orderBy); in query() 1054 public static final String DEFAULT_SORT_ORDER = ImageColumns.BUCKET_DISPLAY_NAME; field in MediaStore.Images.Media 1064 return cr.query(uri, projection, null, null, DEFAULT_SORT_ORDER); in query() 1069 return cr.query(uri, projection, "kind = " + kind, null, DEFAULT_SORT_ORDER); in queryMiniThumbnails() 1169 public static final String DEFAULT_SORT_ORDER = "image_id ASC"; field in MediaStore.Images.Thumbnails 1501 public static final String DEFAULT_SORT_ORDER = TITLE_KEY; field in MediaStore.Audio.Media 1591 public static final String DEFAULT_SORT_ORDER = NAME; field in MediaStore.Audio.Genres 1612 public static final String DEFAULT_SORT_ORDER = TITLE_KEY; field in MediaStore.Audio.Genres.Members [all …]
|
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 | CallLog.java | 155 public static final String DEFAULT_SORT_ORDER = "date DESC"; field in CallLog.Calls 849 DEFAULT_SORT_ORDER + " LIMIT 1"); in getLastOutgoingCall() 890 + " ORDER BY " + DEFAULT_SORT_ORDER in addEntryAndRemoveExpiredEntries() 898 "(SELECT _id FROM calls ORDER BY " + DEFAULT_SORT_ORDER in addEntryAndRemoveExpiredEntries()
|
D | UserDictionary.java | 117 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/telephony/java/android/provider/ |
D | Telephony.java | 306 return cr.query(CONTENT_URI, projection, null, null, DEFAULT_SORT_ORDER); in query() 316 null, orderBy == null ? DEFAULT_SORT_ORDER : orderBy); in query() 327 public static final String DEFAULT_SORT_ORDER = "date DESC"; field in Telephony.Sms 513 public static final String DEFAULT_SORT_ORDER = "date DESC"; field in Telephony.Sms.Inbox 574 public static final String DEFAULT_SORT_ORDER = "date DESC"; field in Telephony.Sms.Sent 659 public static final String DEFAULT_SORT_ORDER = "date DESC"; field in Telephony.Sms.Draft 682 public static final String DEFAULT_SORT_ORDER = "date DESC"; field in Telephony.Sms.Outbox 746 public static final String DEFAULT_SORT_ORDER = "date DESC"; field in Telephony.Sms.Conversations 1998 public static final String DEFAULT_SORT_ORDER = "date DESC"; field in Telephony.Mms 2018 return cr.query(CONTENT_URI, projection, null, null, DEFAULT_SORT_ORDER); in query() [all …]
|
/frameworks/support/samples/Support4Demos/src/main/java/com/example/android/supportv4/app/ |
D | LoaderThrottleSupport.java | 109 public static final String DEFAULT_SORT_ORDER = "data COLLATE LOCALIZED ASC"; field in LoaderThrottleSupport.MainTable 241 sortOrder = MainTable.DEFAULT_SORT_ORDER; in query()
|
/frameworks/base/media/java/android/media/ |
D | RingtoneManager.java | 446 MediaStore.Audio.Media.DEFAULT_SORT_ORDER); in getCursor() 609 null, MediaStore.Audio.Media.DEFAULT_SORT_ORDER); in getInternalRingtones() 631 MediaStore.Audio.Media.DEFAULT_SORT_ORDER, context) in getMediaRingtones()
|
/frameworks/base/services/core/java/com/android/server/location/ |
D | GnssLocationProvider.java | 2491 Carriers.DEFAULT_SORT_ORDER); 2522 Carriers.DEFAULT_SORT_ORDER);
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/ |
D | DcTracker.java | 3633 null, null, Telephony.Carriers.DEFAULT_SORT_ORDER); in getPreferredApn()
|
/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/config/ |
D | hiddenapi-public-dex.txt | 33107 Landroid/provider/CalendarContract$CalendarAlertsColumns;->DEFAULT_SORT_ORDER:Ljava/lang/String; 33158 Landroid/provider/CalendarContract$Calendars;->DEFAULT_SORT_ORDER:Ljava/lang/String; 33327 Landroid/provider/CallLog$Calls;->DEFAULT_SORT_ORDER:Ljava/lang/String; 33376 Landroid/provider/Contacts$ContactMethods;->DEFAULT_SORT_ORDER:Ljava/lang/String; 33406 Landroid/provider/Contacts$Extensions;->DEFAULT_SORT_ORDER:Ljava/lang/String; 33416 Landroid/provider/Contacts$GroupMembership;->DEFAULT_SORT_ORDER:Ljava/lang/String; 33427 Landroid/provider/Contacts$Groups;->DEFAULT_SORT_ORDER:Ljava/lang/String; 33500 Landroid/provider/Contacts$Organizations;->DEFAULT_SORT_ORDER:Ljava/lang/String; 33504 Landroid/provider/Contacts$People$ContactMethods;->DEFAULT_SORT_ORDER:Ljava/lang/String; 33507 Landroid/provider/Contacts$People$Extensions;->DEFAULT_SORT_ORDER:Ljava/lang/String; [all …]
|
/frameworks/base/api/ |
D | current.txt | 34547 field public static final java.lang.String DEFAULT_SORT_ORDER = "begin ASC,title ASC"; 34621 field public static final java.lang.String DEFAULT_SORT_ORDER = "calendar_displayName"; 34805 field public static final java.lang.String DEFAULT_SORT_ORDER = "date DESC"; 34864 field public static final deprecated java.lang.String DEFAULT_SORT_ORDER = "name ASC"; 34895 field public static final deprecated java.lang.String DEFAULT_SORT_ORDER = "person, name ASC"; 34909 field public static final deprecated java.lang.String DEFAULT_SORT_ORDER = "group_id ASC"; 34922 field public static final deprecated java.lang.String DEFAULT_SORT_ORDER = "name ASC"; 35008 …field public static final deprecated java.lang.String DEFAULT_SORT_ORDER = "company, title, isprim… 35025 field public static final deprecated java.lang.String DEFAULT_SORT_ORDER = "name ASC"; 35034 field public static final deprecated java.lang.String DEFAULT_SORT_ORDER = "data ASC"; [all …]
|