Home
last modified time | relevance | path

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

/aosp12/packages/apps/Dialer/java/com/android/dialer/contactsfragment/
H A DContactsCursorLoader.java60 getSortKey(context) + " ASC"); in ContactsCursorLoader()
81 private static String getSortKey(Context context) { in getSortKey() method in ContactsCursorLoader
/aosp12/packages/apps/Dialer/java/com/android/dialer/searchfragment/cp2/
H A DSearchContactsCursorLoader.java54 getSortKey(context) + " ASC"); in SearchContactsCursorLoader()
74 private static String getSortKey(Context context) { in getSortKey() method in SearchContactsCursorLoader
/aosp12/packages/apps/Car/Notification/src/com/android/car/notification/
H A DPreprocessingManager.java695 if (left.getNotification().getSortKey() != null in compare()
696 && right.getNotification().getSortKey() != null) { in compare()
697 return left.getNotification().getSortKey().compareTo( in compare()
698 right.getNotification().getSortKey()); in compare()
/aosp12/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A 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()
/aosp12/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/incident/
H A DPendingList.java267 .setSortKey(getSortKey(rec.report.getTimestamp())) in showNotifications()
299 private String getSortKey(long timestamp) { in getSortKey() method in PendingList.Updater
/aosp12/frameworks/base/core/java/android/service/notification/
H A DStatusBarNotification.java155 final String sortKey = getNotification().getSortKey(); in groupKey()
180 if (getNotification().getGroup() != null || getNotification().getSortKey() != null) { in isAppGroup()
/aosp12/frameworks/base/services/core/java/com/android/server/notification/
H A DRankingHelper.java125 String groupSortKey = record.getNotification().getSortKey(); in sort()
/aosp12/packages/apps/DeskClock/src/com/android/deskclock/alarms/
H A DAlarmNotifications.kt262 n.getSortKey().compareTo(firstActiveNotification.getSortKey()) < 0) {
/aosp12/frameworks/base/core/java/android/app/
H A DNotification.java1031 public String getSortKey() { in getSortKey() method in Notification
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/base/boot/
H A Dboot-image-profile.txt2226 HSPLandroid/app/Notification;->getSortKey()Ljava/lang/String;
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt5645 method public String getSortKey();
/aosp12/frameworks/opt/setupwizard/tools/docs/
H A Dandroid-22.txt4557 method public java.lang.String getSortKey();
/aosp12/frameworks/base/config/
H A Dboot-image-profile.txt2226 HSPLandroid/app/Notification;->getSortKey()Ljava/lang/String;