Home
last modified time | relevance | path

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

/packages/apps/Car/Notification/src/com/android/car/notification/
DCarNotificationCenterActivity.java59 NotificationDataManager.getInstance().getSeenNotifications());
DNotificationDataManager.java267 public String[] getSeenNotifications() { in getSeenNotifications() method in NotificationDataManager
/packages/apps/Car/Notification/tests/unit/src/com/android/car/notification/
DNotificationDataManagerTest.java194 assertThat(mNotificationDataManager.getSeenNotifications()).asList().containsExactly( in setVisibleNotificationsAsSeen_notificationIsSeen()
/packages/apps/Car/SystemUI/src/com/android/systemui/car/notification/
DNotificationPanelViewController.java358 mNotificationDataManager.getSeenNotifications()); in onNotificationViewInflated()