Searched refs:mVisibleNotifications (Results 1 – 1 of 1) sorted by relevance
76 private final ConcurrentHashMap.KeySetView<AlertEntry, Boolean> mVisibleNotifications = field in NotificationDataManager117 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()