Home
last modified time | relevance | path

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

/packages/apps/Car/Notification/src/com/android/car/notification/
DPreprocessingManager.java368 NotificationGroup newGroup = new NotificationGroup(); in group()
369 newGroup.addNotification(notification); in group()
370 validGroupList.add(newGroup); in group()
422 NotificationGroup newGroup = new NotificationGroup(); in additionalGroup() local
423 newGroup.setGroupSummaryNotification(newNotification); in additionalGroup()
424 mOldProcessedNotifications.add(newGroup); in additionalGroup()
/packages/apps/Car/Notification/src/com/android/car/notification/template/
DGroupNotificationViewHolder.java151 NotificationGroup newGroup = new NotificationGroup(); in bind() local
152 newGroup.addNotification(group.getGroupSummaryNotification()); in bind()
157 newGroup.setChildTitles(group.generateChildTitles()); in bind()
158 list.add(newGroup); in bind()