Home
last modified time | relevance | path

Searched refs:setVisibleNotificationsAsSeen (Results 1 – 6 of 6) sorted by relevance

/packages/apps/Car/Notification/tests/unit/src/com/android/car/notification/
DNotificationDataManagerTest.java191 mNotificationDataManager.setVisibleNotificationsAsSeen( in setVisibleNotificationsAsSeen_notificationIsSeen()
207 mNotificationDataManager.setVisibleNotificationsAsSeen( in isNotificationSeen_notificationIsSeen_returnTrue()
225 mNotificationDataManager.setVisibleNotificationsAsSeen( in isNotificationSeen_notificationIsNotSeen_returnFalse()
256 mNotificationDataManager.setVisibleNotificationsAsSeen( in setVisibleNotificationsAsSeen_notificationIsSeen_decrementsUnseenCount()
272 mNotificationDataManager.setVisibleNotificationsAsSeen( in setVisibleNotificationsAsSeen_notificationIsSeen_notificationIsVisibleToUser()
/packages/apps/Car/Notification/src/com/android/car/notification/
DCarNotificationView.java123 setVisibleNotificationsAsSeen(); in onAttachedToWindow()
459 public void setVisibleNotificationsAsSeen() { in setVisibleNotificationsAsSeen() method in CarNotificationView
466 mAdapter.setVisibleNotificationsAsSeen(firstVisible, lastVisible); in setVisibleNotificationsAsSeen()
DCarNotificationCenterActivity.java65 mCarNotificationView.setVisibleNotificationsAsSeen();
DNotificationDataManager.java216 void setVisibleNotificationsAsSeen(List<AlertEntry> alertEntries) { in setVisibleNotificationsAsSeen() method in NotificationDataManager
DCarNotificationViewAdapter.java672 void setVisibleNotificationsAsSeen(int start, int end) { in setVisibleNotificationsAsSeen() method in CarNotificationViewAdapter
691 mNotificationDataManager.setVisibleNotificationsAsSeen(notifications); in setVisibleNotificationsAsSeen()
/packages/apps/Car/SystemUI/src/com/android/systemui/car/notification/
DNotificationPanelViewController.java521 mNotificationView.setVisibleNotificationsAsSeen(); in onExpandAnimationEnd()