Home
last modified time | relevance | path

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

/packages/apps/Car/Notification/src/com/android/car/notification/
DPreprocessingManager.java78 private Map<String, AlertEntry> mOldNotifications; field in PreprocessingManager
137 mOldNotifications = notifications; in init()
178 mOldNotifications.remove(alertEntry.getKey()); in updateNotifications()
180 process(showLessImportantNotifications, mOldNotifications, mOldRankingMap); in updateNotifications()
184 boolean isUpdate = mOldNotifications.containsKey(notification.getKey()); in updateNotifications()
185 mOldNotifications.put(notification.getKey(), notification); in updateNotifications()
697 for (AlertEntry alertEntry : mOldNotifications.values()) { in findGroupSummaryNotification()
759 return mOldNotifications; in getOldNotifications()