Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/notification/
DGlobalSortKeyComparator.java30 if (left.getGlobalSortKey() == null) { in compare()
34 if (right.getGlobalSortKey() == null) { in compare()
38 return left.getGlobalSortKey().compareTo(right.getGlobalSortKey()); in compare()
DNotificationRecord.java923 public String getGlobalSortKey() { in getGlobalSortKey() method in NotificationRecord