Home
last modified time | relevance | path

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

/aosp12/packages/apps/Car/Notification/tests/unit/src/com/android/car/notification/
H A 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 setNotificationsAsSeen_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 setNotificationsAsSeen_notificationIsSeen_decrementsUnseenCount() local
265 List<NotificationGroup> notificationGroups = new ArrayList<>(); in setNotificationsAsSeen_notificationIsSeen_notificationIsVisibleToUser() local
281 List<NotificationGroup> notificationGroups = new ArrayList<>(); in clearAll_clearsAllUnseenData() local
/aosp12/packages/apps/Car/Notification/src/com/android/car/notification/
H A DNotificationViewController.java109 List<NotificationGroup> notificationGroups = mPreprocessingManager.process( in resetNotifications() local
138 List<NotificationGroup> notificationGroups = mPreprocessingManager.updateNotifications( in updateNotifications() local
H A DNotificationDataManager.java140 void updateUnseenNotificationGroups(List<NotificationGroup> notificationGroups) { in updateUnseenNotificationGroups()