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.java466 Collections.sort(notifications, new NotificationComparator(rankingMap)); in rank()
543 private class NotificationComparator implements Comparator<NotificationGroup> { class in PreprocessingManager
546 NotificationComparator(NotificationListenerService.RankingMap rankingMap) { in NotificationComparator() method in PreprocessingManager.NotificationComparator