Home
last modified time | relevance | path

Searched defs:notificationGroups (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Car/Notification/tests/unit/src/com/android/car/notification/
DNotificationDataManagerTest.java150 List<NotificationGroup> notificationGroups = new ArrayList<>(); in updateUnseenNotificationGroups_addHighImportanceNotification_updatesUnseenCount() local
167 List<NotificationGroup> notificationGroups = new ArrayList<>(); in updateUnseenNotificationGroups_addLowImportanceNotification_unseenCountZero() local
184 List<NotificationGroup> notificationGroups = new ArrayList<>(); in setVisibleNotificationsAsSeen_notificationIsSeen() local
200 List<NotificationGroup> notificationGroups = new ArrayList<>(); in isNotificationSeen_notificationIsSeen_returnTrue() local
215 List<NotificationGroup> notificationGroups = new ArrayList<>(); in isNotificationSeen_notificationIsNotSeen_returnFalse() local
233 List<NotificationGroup> notificationGroups = new ArrayList<>(); in isNotificationSeen_notificationNotPresentInUnseenMap_returnTrue() local
246 List<NotificationGroup> notificationGroups = new ArrayList<>(); in setVisibleNotificationsAsSeen_notificationIsSeen_decrementsUnseenCount() local
265 List<NotificationGroup> notificationGroups = new ArrayList<>(); in setVisibleNotificationsAsSeen_notificationIsSeen_notificationIsVisibleToUser() local
281 List<NotificationGroup> notificationGroups = new ArrayList<>(); in clearAll_clearsAllUnseenData() local
DPreprocessingManagerTest.java1449 List<NotificationGroup> notificationGroups) { in getGroupsWithGroupKey()
1454 List<NotificationGroup> notificationGroups) { in getGroupsWithSeenState()
1459 List<NotificationGroup> notificationGroups) { in filterGroups()
/packages/apps/Car/Notification/src/com/android/car/notification/
DNotificationViewController.java105 List<NotificationGroup> notificationGroups = mPreprocessingManager.process( in resetNotifications() local
133 List<NotificationGroup> notificationGroups = mPreprocessingManager.updateNotifications( in updateNotifications() local
DNotificationDataManager.java131 void updateUnseenNotificationGroups(List<NotificationGroup> notificationGroups) { in updateUnseenNotificationGroups()