Home
last modified time | relevance | path

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

/packages/apps/Car/Notification/src/com/android/car/notification/
DCarNotificationDiff.java96 oldItem.getGroupSummaryNotification(), newItem.getGroupSummaryNotification())) { in sameGroupUniqueIdentifiers()
144 oldItem.getGroupSummaryNotification(), newItem.getGroupSummaryNotification())) { in areContentsTheSame()
DNotificationGroup.java148 public StatusBarNotification getGroupSummaryNotification() { in getGroupSummaryNotification() method in NotificationGroup
210 return getGroupSummaryNotification(); in getSingleNotification()
219 return getGroupSummaryNotification(); in getNotificationForSorting()
DPreprocessingManager.java307 notificationGroup.getGroupSummaryNotification(); in group()
318 if (group.getChildCount() > 1 && group.getGroupSummaryNotification() == null) { in group()
337 StatusBarNotification groupSummaryNotification = group.getGroupSummaryNotification(); in group()
/packages/apps/Car/Notification/src/com/android/car/notification/template/
DGroupNotificationViewHolder.java120 mSummaryNotification = group.getGroupSummaryNotification(); in bind()
152 newGroup.addNotification(group.getGroupSummaryNotification()); in bind()
/packages/apps/Car/Notification/tests/robotests/src/com/android/car/notification/
DNotificationGroupTest.java122 assertThat(mNotificationGroup.getGroupSummaryNotification()).isEqualTo(mNOTIFICATION1); in setGroupSummaryNotification_shouldReturnTrue()