Home
last modified time | relevance | path

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

/aosp12/packages/apps/Car/Notification/src/com/android/car/notification/
H A DNotificationGroup.java62 if (group.getGroupSummaryNotification() != null) { in NotificationGroup()
63 setGroupSummaryNotification(group.getGroupSummaryNotification()); in NotificationGroup()
248 public AlertEntry getGroupSummaryNotification() { in getGroupSummaryNotification() method in NotificationGroup
307 return getGroupSummaryNotification(); in getSingleNotification()
315 return getGroupSummaryNotification(); in getNotificationForSorting()
H A DCarNotificationDiff.java117 oldItem.getGroupSummaryNotification(), newItem.getGroupSummaryNotification()); in sameGroupUniqueIdentifiers()
164 oldItem.getGroupSummaryNotification(), newItem.getGroupSummaryNotification())) { in areContentsTheSame()
H A DPreprocessingManager.java405 notificationGroup.getGroupSummaryNotification(); in group()
425 AlertEntry groupSummary = notificationGroup.getGroupSummaryNotification(); in group()
483 && group.getGroupSummaryNotification() == null; in group()
486 && group.getGroupSummaryNotification() != null; in group()
528 AlertEntry groupSummaryNotification = group.getGroupSummaryNotification(); in group()
H A DNotificationDataManager.java144 if (group.getGroupSummaryNotification() != null) { in updateUnseenNotificationGroups()
145 alertEntries.add(group.getGroupSummaryNotification()); in updateUnseenNotificationGroups()
H A DNotificationClickHandlerFactory.java333 AlertEntry summaryNotification = notificationGroup.getGroupSummaryNotification();
H A DCarNotificationItemTouchListener.java123 notificationGroup.getGroupSummaryNotification(); in CarNotificationItemTouchListener()
H A DCarNotificationViewAdapter.java664 AlertEntry groupSummary = group.getGroupSummaryNotification(); in setNotificationsAsSeen()
/aosp12/packages/apps/Car/Notification/src/com/android/car/notification/template/
H A DGroupNotificationViewHolder.java191 mSummaryNotification = mNotificationGroup.getGroupSummaryNotification(); in bind()
234 newGroup.addNotification(mNotificationGroup.getGroupSummaryNotification()); in bind()
/aosp12/packages/apps/Car/Notification/tests/unit/src/com/android/car/notification/
H A DNotificationGroupTest.java121 assertThat(mNotificationGroup.getGroupSummaryNotification()).isEqualTo(mNotification1); in setGroupSummaryNotification_shouldReturnTrue()
H A DPreprocessingManagerTest.java513 if (group.getGroupSummaryNotification() != null) { in onGroup_groupsNotificationsBySeenUnseen()
515 actualResultSeen.add(group.getGroupSummaryNotification().getKey()); in onGroup_groupsNotificationsBySeenUnseen()
517 actualResultUnseen.add(group.getGroupSummaryNotification().getKey()); in onGroup_groupsNotificationsBySeenUnseen()
658 AlertEntry groupSummaryNotification = group.getGroupSummaryNotification(); in onGroup_childNotificationHasTimeStamp_groupHasMostRecentTimeStamp()