Home
last modified time | relevance | path

Searched refs:updateUnseenNotification (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Car/Notification/tests/robotests/src/com/android/car/notification/
DNotificationDataManagerTest.java143 mNotificationDataManager.updateUnseenNotification(notificationGroups); in updateUnseenNotification_addNewUnseenNotification_updatesUnseenCount()
156 mNotificationDataManager.updateUnseenNotification(notificationGroups); in setNotificationAsSeen_notificationIsSeen_decrementsUnseenCount()
170 mNotificationDataManager.updateUnseenNotification(notificationGroups); in clearAll_clearsAllUnseenData()
/packages/apps/Car/Notification/src/com/android/car/notification/
DNotificationDataManager.java103 void updateUnseenNotification(List<NotificationGroup> notificationGroups) { in updateUnseenNotification() method in NotificationDataManager
DNotificationViewController.java114 mNotificationDataManager.updateUnseenNotification(unseenNotifications); in resetNotifications()