Home
last modified time | relevance | path

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

/packages/apps/Car/Notification/src/com/android/car/notification/
DCarNotificationViewAdapter.java582 public void setNotificationAsSeen(int position) { in setNotificationAsSeen() method in CarNotificationViewAdapter
594 mNotificationDataManager.setNotificationAsSeen(notification); in setNotificationAsSeen()
DNotificationDataManager.java170 void setNotificationAsSeen(StatusBarNotification sbn) { in setNotificationAsSeen() method in NotificationDataManager
DCarNotificationView.java185 mAdapter.setNotificationAsSeen(i); in setVisibleNotificationsAsSeen()
/packages/apps/Car/Notification/tests/robotests/src/com/android/car/notification/
DNotificationDataManagerTest.java157 mNotificationDataManager.setNotificationAsSeen(mMessageNotification); in setNotificationAsSeen_notificationIsSeen_decrementsUnseenCount()