Searched refs:mOldNotifications (Results 1 – 1 of 1) sorted by relevance
72 private Map<String, StatusBarNotification> mOldNotifications; field in PreprocessingManager115 mOldNotifications = notifications; in init()158 mOldNotifications.remove(sbn.getKey()); in updateNotifications()160 process(showLessImportantNotifications, mOldNotifications, mOldRankingMap); in updateNotifications()165 boolean isUpdate = mOldNotifications.containsKey(notification.getKey()); in updateNotifications()168 mOldNotifications.put(notification.getKey(), notification); in updateNotifications()170 mOldNotifications, mOldRankingMap); in updateNotifications()173 mOldNotifications.put(notification.getKey(), notification); in updateNotifications()416 for (String key : mOldNotifications.keySet()) { in additionalGroup()417 if (hasSameGroupKey(mOldNotifications.get(key), newNotification)) { in additionalGroup()