Searched refs:mOldProcessedNotifications (Results 1 – 1 of 1) sorted by relevance
73 private List<NotificationGroup> mOldProcessedNotifications; field in PreprocessingManager117 mOldProcessedNotifications = in init()159 mOldProcessedNotifications = in updateNotifications()169 mOldProcessedNotifications = process(showLessImportantNotifications, in updateNotifications()174 mOldProcessedNotifications = new ArrayList<>( in updateNotifications()179 return mOldProcessedNotifications; in updateNotifications()418 return mOldProcessedNotifications; in additionalGroup()424 mOldProcessedNotifications.add(newGroup); in additionalGroup()425 return mOldProcessedNotifications; in additionalGroup()428 for (int i = 0; i < mOldProcessedNotifications.size(); i++) { in additionalGroup()[all …]