Home
last modified time | relevance | path

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

/packages/apps/Car/Notification/src/com/android/car/notification/
DCarNotificationDiff.java103 oldItem.getGroupSummaryNotification(), newItem.getGroupSummaryNotification()); in sameGroupUniqueIdentifiers()
150 oldItem.getGroupSummaryNotification(), newItem.getGroupSummaryNotification())) { in areContentsTheSame()
DNotificationGroup.java153 public AlertEntry getGroupSummaryNotification() { in getGroupSummaryNotification() method in NotificationGroup
215 return getGroupSummaryNotification(); in getSingleNotification()
224 return getGroupSummaryNotification(); in getNotificationForSorting()
DPreprocessingManager.java352 notificationGroup.getGroupSummaryNotification(); in group()
364 if (group.getChildCount() > 1 && group.getGroupSummaryNotification() == null) { in group()
387 AlertEntry groupSummaryNotification = group.getGroupSummaryNotification(); in group()
DCarNotificationItemTouchListener.java121 notificationGroup.getGroupSummaryNotification(); in CarNotificationItemTouchListener()
DNotificationClickHandlerFactory.java311 AlertEntry summaryNotification = notificationGroup.getGroupSummaryNotification();
/packages/apps/Car/Notification/src/com/android/car/notification/template/
DGroupNotificationViewHolder.java128 mSummaryNotification = group.getGroupSummaryNotification(); in bind()
158 newGroup.addNotification(group.getGroupSummaryNotification()); in bind()
/packages/apps/Car/Notification/tests/unit/src/com/android/car/notification/
DNotificationGroupTest.java121 assertThat(mNotificationGroup.getGroupSummaryNotification()).isEqualTo(mNotification1); in setGroupSummaryNotification_shouldReturnTrue()
DPreprocessingManagerTest.java497 AlertEntry groupSummaryNotification = group.getGroupSummaryNotification(); in onGroup_childNotificationHasTimeStamp_groupHasMostRecentTimeStamp()