Home
last modified time | relevance | path

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

/packages/apps/Car/Notification/src/com/android/car/notification/
DNotificationDataManager.java76 private final ConcurrentHashMap.KeySetView<AlertEntry, Boolean> mVisibleNotifications = field in NotificationDataManager
117 mVisibleNotifications.add(alertEntry); in addNewMessageNotification()
207 mVisibleNotifications.clear(); in clearAll()
217 mVisibleNotifications.clear(); in setVisibleNotificationsAsSeen()
221 mVisibleNotifications.add(alertEntry); in setVisibleNotificationsAsSeen()
261 return new ArrayList<>(mVisibleNotifications); in getVisibleNotifications()