Searched refs:mOldNotifications (Results 1 – 1 of 1) sorted by relevance
78 private Map<String, AlertEntry> mOldNotifications; field in PreprocessingManager137 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()