Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/people/
DNotificationHelper.java59 .sorted(notificationEntryComparator) in getHighestPriorityNotification()
65 public static Comparator<NotificationEntry> notificationEntryComparator = field in NotificationHelper