Searched refs:mVisibleNotifications (Results 1 – 1 of 1) sorted by relevance
76 private final Set<AlertEntry> mVisibleNotifications = new HashSet<>(); field in NotificationDataManager116 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()