Searched refs:mOldProcessedNotifications (Results 1 – 1 of 1) sorted by relevance
71 private List<NotificationGroup> mOldProcessedNotifications; field in PreprocessingManager115 mOldProcessedNotifications = in init()157 mOldProcessedNotifications = in updateNotifications()167 mOldProcessedNotifications = process(showLessImportantNotifications, in updateNotifications()172 mOldProcessedNotifications = new ArrayList<>( in updateNotifications()177 return mOldProcessedNotifications; in updateNotifications()424 return mOldProcessedNotifications; in additionalGroup()430 mOldProcessedNotifications.add(newGroup); in additionalGroup()431 return mOldProcessedNotifications; in additionalGroup()433 for (int i = 0; i < mOldProcessedNotifications.size(); i++) { in additionalGroup()[all …]