Searched refs:newGroup (Results 1 – 2 of 2) sorted by relevance
368 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() local423 newGroup.setGroupSummaryNotification(newNotification); in additionalGroup()424 mOldProcessedNotifications.add(newGroup); in additionalGroup()
151 NotificationGroup newGroup = new NotificationGroup(); in bind() local152 newGroup.addNotification(group.getGroupSummaryNotification()); in bind()157 newGroup.setChildTitles(group.generateChildTitles()); in bind()158 list.add(newGroup); in bind()