Searched defs:notificationGroups (Results 1 – 4 of 4) sorted by relevance
150 List<NotificationGroup> notificationGroups = new ArrayList<>(); in updateUnseenNotificationGroups_addHighImportanceNotification_updatesUnseenCount() local167 List<NotificationGroup> notificationGroups = new ArrayList<>(); in updateUnseenNotificationGroups_addLowImportanceNotification_unseenCountZero() local184 List<NotificationGroup> notificationGroups = new ArrayList<>(); in setVisibleNotificationsAsSeen_notificationIsSeen() local200 List<NotificationGroup> notificationGroups = new ArrayList<>(); in isNotificationSeen_notificationIsSeen_returnTrue() local215 List<NotificationGroup> notificationGroups = new ArrayList<>(); in isNotificationSeen_notificationIsNotSeen_returnFalse() local233 List<NotificationGroup> notificationGroups = new ArrayList<>(); in isNotificationSeen_notificationNotPresentInUnseenMap_returnTrue() local246 List<NotificationGroup> notificationGroups = new ArrayList<>(); in setVisibleNotificationsAsSeen_notificationIsSeen_decrementsUnseenCount() local265 List<NotificationGroup> notificationGroups = new ArrayList<>(); in setVisibleNotificationsAsSeen_notificationIsSeen_notificationIsVisibleToUser() local281 List<NotificationGroup> notificationGroups = new ArrayList<>(); in clearAll_clearsAllUnseenData() local
1449 List<NotificationGroup> notificationGroups) { in getGroupsWithGroupKey()1454 List<NotificationGroup> notificationGroups) { in getGroupsWithSeenState()1459 List<NotificationGroup> notificationGroups) { in filterGroups()
105 List<NotificationGroup> notificationGroups = mPreprocessingManager.process( in resetNotifications() local133 List<NotificationGroup> notificationGroups = mPreprocessingManager.updateNotifications( in updateNotifications() local
131 void updateUnseenNotificationGroups(List<NotificationGroup> notificationGroups) { in updateUnseenNotificationGroups()