Home
last modified time | relevance | path

Searched defs:rankingMap (Results 1 – 10 of 10) sorted by relevance

/packages/apps/TvSystemUI/src/com/android/systemui/tv/notifications/
DTvNotificationHandler.java65 NotificationListenerService.RankingMap rankingMap) { in onNotificationPosted()
80 NotificationListenerService.RankingMap rankingMap) { in onNotificationRemoved()
94 NotificationListenerService.RankingMap rankingMap, int reason) { in onNotificationRemoved()
99 public void onNotificationRankingUpdate(NotificationListenerService.RankingMap rankingMap) { in onNotificationRankingUpdate()
/packages/apps/Car/Notification/src/com/android/car/notification/
DPreprocessingManager.java136 public void init(Map<String, AlertEntry> notifications, RankingMap rankingMap) { in init()
153 Map<String, AlertEntry> notifications, RankingMap rankingMap) { in process()
211 boolean shouldFilter(AlertEntry alertEntry, RankingMap rankingMap) { in shouldFilter()
223 RankingMap rankingMap) { in filter()
248 RankingMap rankingMap) { in isLessImportantForegroundNotification()
742 RankingMap rankingMap) { in rank()
787 InGroupComparator(RankingMap rankingMap) { in InGroupComparator()
817 NotificationComparator(NotificationListenerService.RankingMap rankingMap) { in NotificationComparator()
DCarHeadsUpNotificationManager.java237 NotificationListenerService.RankingMap rankingMap, in maybeShowHeadsUp()
266 rankingMap); in maybeShowHeadsUp() local
271 rankingMap); in maybeShowHeadsUp() local
430 NotificationListenerService.RankingMap rankingMap) { in showHeadsUp()
560 NotificationListenerService.RankingMap rankingMap) { in playSound()
715 NotificationListenerService.RankingMap rankingMap) { in shouldShowHeadsUp()
DCarNotificationListener.java131 public void onNotificationPosted(StatusBarNotification sbn, RankingMap rankingMap) { in onNotificationPosted()
189 public void onNotificationRankingUpdate(RankingMap rankingMap) { in onNotificationRankingUpdate()
DCarHeadsUpNotificationQueue.java164 NotificationListenerService.RankingMap rankingMap) { in addToQueue()
354 NotificationListenerService.RankingMap rankingMap); in showAsHeadsUp()
DNotificationDataManager.java239 NotificationListenerService.RankingMap rankingMap) { in getNonLowImportanceUnseenNotificationCount()
/packages/apps/Car/Notification/tests/unit/src/com/android/car/notification/
DNotificationDataManagerTest.java155 NotificationListenerService.RankingMap rankingMap = in updateUnseenNotificationGroups_addHighImportanceNotification_updatesUnseenCount() local
172 NotificationListenerService.RankingMap rankingMap = in updateUnseenNotificationGroups_addLowImportanceNotification_unseenCountZero() local
251 NotificationListenerService.RankingMap rankingMap = in setVisibleNotificationsAsSeen_notificationIsSeen_decrementsUnseenCount() local
286 NotificationListenerService.RankingMap rankingMap = in clearAll_clearsAllUnseenData() local
DPreprocessingManagerTest.java1313 NotificationListenerService.RankingMap rankingMap in generateRankingMap() local
/packages/modules/ExtServices/java/src/android/ext/services/notification/
DAssistant.java235 public void onNotificationPosted(StatusBarNotification sbn, RankingMap rankingMap) { in onNotificationPosted()
254 public void onNotificationRemoved(StatusBarNotification sbn, RankingMap rankingMap, in onNotificationRemoved()
/packages/apps/Launcher3/src/com/android/launcher3/notification/
DNotificationListener.java253 public void onNotificationRankingUpdate(RankingMap rankingMap) { in onNotificationRankingUpdate()