Home
last modified time | relevance | path

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

/aosp12/packages/apps/Car/Notification/src/com/android/car/notification/
H A DNotificationDataManager.java114 if (mUnseenNotificationMap.containsKey(alertEntry.getKey())) { in addNewMessageNotification()
115 mUnseenNotificationMap.put(alertEntry.getKey(), true); in addNewMessageNotification()
129 if (mUnseenNotificationMap.containsKey(alertEntry.getKey())) { in untrackUnseenNotification()
130 mUnseenNotificationMap.remove(alertEntry.getKey()); in untrackUnseenNotification()
157 mUnseenNotificationMap.keySet().toArray(new String[0])); in updateUnseenAlertEntries()
161 mUnseenNotificationMap.putIfAbsent(alertEntry.getKey(), true); in updateUnseenAlertEntries()
169 mUnseenNotificationMap.remove(notificationKey); in updateUnseenAlertEntries()
219 mUnseenNotificationMap.clear(); in clearAll()
234 mUnseenNotificationMap.put(alertEntry.getKey(), false); in setNotificationsAsSeen()
252 mUnseenNotificationMap.forEach((key, val) -> { in getNonLowImportanceUnseenNotificationCount()
[all …]