Home
last modified time | relevance | path

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

/packages/apps/Car/Notification/src/com/android/car/notification/
DPreprocessingManager.java459 Collections.sort(notifications, new NotificationComparator(rankingMap)); in rank()
531 private class NotificationComparator implements Comparator<NotificationGroup> { class in PreprocessingManager
534 NotificationComparator(NotificationListenerService.RankingMap rankingMap) { in NotificationComparator() method in PreprocessingManager.NotificationComparator