Searched defs:rankingMap (Results 1 – 10 of 10) sorted by relevance
/packages/apps/TvSystemUI/src/com/android/systemui/tv/notifications/ |
D | TvNotificationHandler.java | 65 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/ |
D | PreprocessingManager.java | 136 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()
|
D | CarHeadsUpNotificationManager.java | 237 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()
|
D | CarNotificationListener.java | 131 public void onNotificationPosted(StatusBarNotification sbn, RankingMap rankingMap) { in onNotificationPosted() 189 public void onNotificationRankingUpdate(RankingMap rankingMap) { in onNotificationRankingUpdate()
|
D | CarHeadsUpNotificationQueue.java | 164 NotificationListenerService.RankingMap rankingMap) { in addToQueue() 354 NotificationListenerService.RankingMap rankingMap); in showAsHeadsUp()
|
D | NotificationDataManager.java | 239 NotificationListenerService.RankingMap rankingMap) { in getNonLowImportanceUnseenNotificationCount()
|
/packages/apps/Car/Notification/tests/unit/src/com/android/car/notification/ |
D | NotificationDataManagerTest.java | 155 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
|
D | PreprocessingManagerTest.java | 1313 NotificationListenerService.RankingMap rankingMap in generateRankingMap() local
|
/packages/modules/ExtServices/java/src/android/ext/services/notification/ |
D | Assistant.java | 235 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/ |
D | NotificationListener.java | 253 public void onNotificationRankingUpdate(RankingMap rankingMap) { in onNotificationRankingUpdate()
|