Searched refs:mUnseenNotificationMap (Results 1 – 1 of 1) sorted by relevance
51 private final Map<String, Boolean> mUnseenNotificationMap = new HashMap<>(); field in NotificationDataManager84 if (mUnseenNotificationMap.containsKey(notification.getKey())) { in addNewMessageNotification()85 mUnseenNotificationMap.put(notification.getKey(), true); in addNewMessageNotification()95 if (mUnseenNotificationMap.containsKey(notification.getKey())) { in untrackUnseenNotification()96 mUnseenNotificationMap.remove(notification.getKey()); in untrackUnseenNotification()107 mUnseenNotificationMap.keySet().toArray(new String[0])); in updateUnseenNotification()112 mUnseenNotificationMap.putIfAbsent(sbn.getKey(), true); in updateUnseenNotification()121 mUnseenNotificationMap.remove(notificationKey); in updateUnseenNotification()163 mUnseenNotificationMap.clear(); in clearAll()171 if (mUnseenNotificationMap.containsKey(sbn.getKey())) { in setNotificationAsSeen()[all …]