Home
last modified time | relevance | path

Searched refs:getSortKey (Results 1 – 6 of 6) sorted by relevance

/packages/apps/Dialer/java/com/android/dialer/contactsfragment/
DContactsCursorLoader.java60 getSortKey(context) + " ASC"); in ContactsCursorLoader()
81 private static String getSortKey(Context context) { in getSortKey() method in ContactsCursorLoader
/packages/apps/Car/Notification/src/com/android/car/notification/
DPreprocessingManager.java531 if (left.getNotification().getSortKey() != null in compare()
532 && right.getNotification().getSortKey() != null) { in compare()
533 return left.getNotification().getSortKey().compareTo( in compare()
534 right.getNotification().getSortKey()); in compare()
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DContactLocaleUtils.java188 public String getSortKey(String name) { in getSortKey() method in ContactLocaleUtils.ContactLocaleUtilsBase
560 public String getSortKey(String name, int nameStyle) { in getSortKey() method in ContactLocaleUtils
561 return mUtils.getSortKey(name); in getSortKey()
/packages/apps/Dialer/java/com/android/dialer/searchfragment/cp2/
DSearchContactsCursorLoader.java54 getSortKey(context) + " ASC"); in SearchContactsCursorLoader()
74 private static String getSortKey(Context context) { in getSortKey() method in SearchContactsCursorLoader
/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/incident/
DPendingList.java267 .setSortKey(getSortKey(rec.report.getTimestamp())) in showNotifications()
299 private String getSortKey(long timestamp) { in getSortKey() method in PendingList.Updater
/packages/apps/DeskClock/src/com/android/deskclock/alarms/
DAlarmNotifications.kt262 n.getSortKey().compareTo(firstActiveNotification.getSortKey()) < 0) { in getFirstActiveNotification()