Home
last modified time | relevance | path

Searched refs:setGroupSummaryNotification (Results 1 – 7 of 7) sorted by relevance

/aosp12/packages/apps/Car/Notification/tests/unit/src/com/android/car/notification/
H A DCarNotificationViewAdapterTest.java344 notificationGroup.setGroupSummaryNotification(mNotification1); in onBindViewHolder_groupExpanded_shouldNotThrowError()
359 notificationGroup.setGroupSummaryNotification(mNotification1); in onBindViewHolder_groupCollapsed_shouldNotThrowError()
375 notificationGroup.setGroupSummaryNotification(mNotification1); in onBindViewHolder_message_shouldNotThrowError()
390 notificationGroup.setGroupSummaryNotification(mNotification1); in onBindViewHolder_messageWithRestriction_shouldNotThrowError()
409 notificationGroup.setGroupSummaryNotification(mNotification1); in onBindViewHolder_messageInGroup_shouldNotThrowError()
424 notificationGroup.setGroupSummaryNotification(mNotification1); in onBindViewHolder_messageInGroupWithRestriction_shouldNotThrowError()
443 notificationGroup.setGroupSummaryNotification(mNotification1); in onBindViewHolder_progress_shouldNotThrowError()
458 notificationGroup.setGroupSummaryNotification(mNotification1); in onBindViewHolder_progressInGroup_shouldNotThrowError()
473 notificationGroup.setGroupSummaryNotification(mNotification1); in onBindViewHolder_inbox_shouldNotThrowError()
488 notificationGroup.setGroupSummaryNotification(mNotification1); in onBindViewHolder_inboxInGroup_shouldNotThrowError()
[all …]
H A DCarNotificationDiffTest.java205 mNotificationGroup4.setGroupSummaryNotification(mNotification4); in sameGroupUniqueIdentifiers_diffNotificationKey_shouldReturnFalse()
323 oldNotificationGroup.setGroupSummaryNotification(oldStatusBarNotification); in areBundleEqual_sameSize_shouldReturnTrue()
327 newNotificationGroup.setGroupSummaryNotification(newStatusBarNotification); in areBundleEqual_sameSize_shouldReturnTrue()
367 oldNotificationGroup.setGroupSummaryNotification(oldAlertEntry); in areBundleEqual_diffSize_shouldReturnFalse()
371 newNotificationGroup.setGroupSummaryNotification(newAlertEntry); in areBundleEqual_diffSize_shouldReturnFalse()
410 oldNotificationGroup.setGroupSummaryNotification(oldAlertEntry); in areBundleEqual_sameKeySetWithSameValue_shouldReturnTrue()
414 newNotificationGroup.setGroupSummaryNotification(newAlertEntry); in areBundleEqual_sameKeySetWithSameValue_shouldReturnTrue()
453 oldNotificationGroup.setGroupSummaryNotification(oldAlertEntry); in areBundleEqual_sameKeySetWithDiffValue_shouldReturnFalse()
457 newNotificationGroup.setGroupSummaryNotification(newAlertEntry); in areBundleEqual_sameKeySetWithDiffValue_shouldReturnFalse()
496 oldNotificationGroup.setGroupSummaryNotification(oldAlertEntry); in areBundleEqual_diffKeySet_shouldReturnFalse()
[all …]
H A DNotificationGroupTest.java108 mNotificationGroup.setGroupSummaryNotification(mNotification1); in setGroupSummaryNotification_shouldReturnFalse()
117 mNotificationGroup.setGroupSummaryNotification(mNotification1); in setGroupSummaryNotification_shouldReturnTrue()
171 mNotificationGroup.setGroupSummaryNotification(mNotification1); in getNotificationForSorting_shouldReturnGroupSummaryNotification()
H A DNotificationClickHandlerFactoryTest.java436 notificationGroup.setGroupSummaryNotification(mAlertEntry1); in onClearNotifications_groupNotificationWithSummary_clearsSummary()
466 notificationGroup.setGroupSummaryNotification(mAlertEntry1); in onClearNotifications_groupNotificationWithSummary_clearsAllChildren()
/aosp12/packages/apps/Car/Notification/src/com/android/car/notification/
H A DPreprocessingManager.java388 .setGroupSummaryNotification(alertEntry); in group()
436 seenNotificationGroup.setGroupSummaryNotification(groupSummary); in group()
438 unseenNotificationGroup.setGroupSummaryNotification(groupSummary); in group()
570 oldGroup.setGroupSummaryNotification(newNotification); in additionalGroupAndRank()
575 newGroup.setGroupSummaryNotification(newNotification); in additionalGroupAndRank()
H A DNotificationGroup.java63 setGroupSummaryNotification(group.getGroupSummaryNotification()); in NotificationGroup()
106 public void setGroupSummaryNotification(AlertEntry groupSummaryNotification) { in setGroupSummaryNotification() method in NotificationGroup
/aosp12/packages/apps/Car/Notification/tests/unit/src/com/android/car/notification/template/
H A DGroupNotificationViewHolderTest.java176 group.setGroupSummaryNotification(groupSummaryAlertEntry); in getNotificationGroup()