Home
last modified time | relevance | path

Searched refs:getGlobalSortKey (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/notification/
H A DGlobalSortKeyComparator.java30 if (left.getGlobalSortKey() == null) { in compare()
34 if (right.getGlobalSortKey() == null) { in compare()
38 return left.getGlobalSortKey().compareTo(right.getGlobalSortKey()); in compare()
H A DNotificationRecord.java1093 public String getGlobalSortKey() { in getGlobalSortKey() method in NotificationRecord
/aosp14/frameworks/base/services/
H A Dart-profile5245 HSPLcom/android/server/notification/NotificationRecord;->getGlobalSortKey()Ljava/lang/String;