Home
last modified time | relevance | path

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

/aosp12/packages/apps/Car/Notification/src/com/android/car/notification/
H A DNotificationDataManager.java76 private final Set<AlertEntry> mVisibleNotifications = new HashSet<>(); field in NotificationDataManager
116 mVisibleNotifications.add(alertEntry); in addNewMessageNotification()
220 mVisibleNotifications.clear(); in clearAll()
231 mVisibleNotifications.clear(); in setNotificationsAsSeen()
235 mVisibleNotifications.add(alertEntry); in setNotificationsAsSeen()
272 return mVisibleNotifications.stream().collect(Collectors.toList()); in getVisibleNotifications()