Home
last modified time | relevance | path

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

/packages/apps/Car/Notification/src/com/android/car/notification/
DPreprocessingManager.java70 private List<NotificationGroup> mOldProcessedNotifications; field in PreprocessingManager
113 mOldProcessedNotifications = in init()
155 mOldProcessedNotifications = in updateNotifications()
165 mOldProcessedNotifications = process(showLessImportantNotifications, in updateNotifications()
170 mOldProcessedNotifications = new ArrayList<>( in updateNotifications()
175 return mOldProcessedNotifications; in updateNotifications()
424 return mOldProcessedNotifications; in additionalGroupAndRank()
431 return mOldProcessedNotifications; in additionalGroupAndRank()
433 for (int i = 0; i < mOldProcessedNotifications.size(); i++) { in additionalGroupAndRank()
434 NotificationGroup oldGroup = mOldProcessedNotifications.get(i); in additionalGroupAndRank()
[all …]