Searched refs:notificationGroups (Results 1 – 3 of 3) sorted by relevance
150 List<NotificationGroup> notificationGroups = new ArrayList<>(); in updateUnseenNotificationGroups_addHighImportanceNotification_updatesUnseenCount() local154 notificationGroups.add(notificationGroup); in updateUnseenNotificationGroups_addHighImportanceNotification_updatesUnseenCount()171 notificationGroups.add(notificationGroup); in updateUnseenNotificationGroups_addLowImportanceNotification_unseenCountZero()188 notificationGroups.add(notificationGroup); in setNotificationsAsSeen_notificationIsSeen()204 notificationGroups.add(notificationGroup); in isNotificationSeen_notificationIsSeen_returnTrue()221 notificationGroups.add(notificationGroup1); in isNotificationSeen_notificationIsNotSeen_returnFalse()222 notificationGroups.add(notificationGroup2); in isNotificationSeen_notificationIsNotSeen_returnFalse()237 notificationGroups.add(notificationGroup); in isNotificationSeen_notificationNotPresentInUnseenMap_returnTrue()250 notificationGroups.add(notificationGroup); in setNotificationsAsSeen_notificationIsSeen_decrementsUnseenCount()269 notificationGroups.add(notificationGroup); in setNotificationsAsSeen_notificationIsSeen_notificationIsVisibleToUser()[all …]
109 List<NotificationGroup> notificationGroups = mPreprocessingManager.process( in resetNotifications() local115 Log.d(TAG, "Processed notification groups: " + notificationGroups); in resetNotifications()119 mNotificationDataManager.updateUnseenNotificationGroups(notificationGroups); in resetNotifications()122 mCarNotificationView.setNotifications(notificationGroups); in resetNotifications()138 List<NotificationGroup> notificationGroups = mPreprocessingManager.updateNotifications( in updateNotifications() local147 Log.d(TAG, "Updated notification groups: " + notificationGroups); in updateNotifications()150 mCarNotificationView.setNotifications(notificationGroups); in updateNotifications()
140 void updateUnseenNotificationGroups(List<NotificationGroup> notificationGroups) { in updateUnseenNotificationGroups() argument143 notificationGroups.forEach(group -> { in updateUnseenNotificationGroups()