Home
last modified time | relevance | path

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

/packages/apps/Car/Notification/src/com/android/car/notification/
DNotificationDataManager.java230 void setNotificationAsSeen(AlertEntry alertEntry) { in setNotificationAsSeen() method in NotificationDataManager
DPreprocessingManager.java580 mNotificationDataManager.setNotificationAsSeen(newNotification); in additionalGroupAndRank()
682 mNotificationDataManager.setNotificationAsSeen(groupSummaryNotification); in additionalGroupAndRank()
/packages/apps/Car/Notification/tests/unit/src/com/android/car/notification/
DPreprocessingManagerTest.java976 verify(mNotificationDataManager).setNotificationAsSeen(arg.capture()); in onAdditionalGroupAndRank_newNotification_setAsSeenInDataManger()