Home
last modified time | relevance | path

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

/packages/apps/Car/Notification/tests/unit/src/com/android/car/notification/
DCarNotificationViewAdapterTest.java334 notificationGroup.setGroupSummaryNotification(mNotification1); in onBindViewHolder_group_shouldNotThrowError()
350 notificationGroup.setGroupSummaryNotification(mNotification1); in onBindViewHolder_message_shouldNotThrowError()
365 notificationGroup.setGroupSummaryNotification(mNotification1); in onBindViewHolder_messageWithRestriction_shouldNotThrowError()
384 notificationGroup.setGroupSummaryNotification(mNotification1); in onBindViewHolder_messageInGroup_shouldNotThrowError()
399 notificationGroup.setGroupSummaryNotification(mNotification1); in onBindViewHolder_messageInGroupWithRestriction_shouldNotThrowError()
418 notificationGroup.setGroupSummaryNotification(mNotification1); in onBindViewHolder_progress_shouldNotThrowError()
433 notificationGroup.setGroupSummaryNotification(mNotification1); in onBindViewHolder_progressInGroup_shouldNotThrowError()
448 notificationGroup.setGroupSummaryNotification(mNotification1); in onBindViewHolder_inbox_shouldNotThrowError()
463 notificationGroup.setGroupSummaryNotification(mNotification1); in onBindViewHolder_inboxInGroup_shouldNotThrowError()
478 notificationGroup.setGroupSummaryNotification(mNotification1); in onBindViewHolder_groupSummary_shouldNotThrowError()
[all …]
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 …]
DNotificationGroupTest.java108 mNotificationGroup.setGroupSummaryNotification(mNotification1); in setGroupSummaryNotification_shouldReturnFalse()
117 mNotificationGroup.setGroupSummaryNotification(mNotification1); in setGroupSummaryNotification_shouldReturnTrue()
171 mNotificationGroup.setGroupSummaryNotification(mNotification1); in getNotificationForSorting_shouldReturnGroupSummaryNotification()
DNotificationClickHandlerFactoryTest.java521 notificationGroup.setGroupSummaryNotification(mAlertEntry1); in onClearNotifications_groupNotificationWithSummary_clearsSummary()
551 notificationGroup.setGroupSummaryNotification(mAlertEntry1); in onClearNotifications_groupNotificationWithSummary_clearsAllChildren()
/packages/apps/Car/Notification/src/com/android/car/notification/
DPreprocessingManager.java399 .setGroupSummaryNotification(alertEntry); in group()
447 seenNotificationGroup.setGroupSummaryNotification(groupSummary); in group()
449 unseenNotificationGroup.setGroupSummaryNotification(groupSummary); in group()
586 oldGroup.setGroupSummaryNotification(newNotification); in additionalGroupAndRank()
591 newGroup.setGroupSummaryNotification(newNotification); in additionalGroupAndRank()
683 newGroup.setGroupSummaryNotification(groupSummaryNotification); in additionalGroupAndRank()
DNotificationGroup.java65 setGroupSummaryNotification(group.getGroupSummaryNotification()); in NotificationGroup()
108 public void setGroupSummaryNotification(AlertEntry groupSummaryNotification) { in setGroupSummaryNotification() method in NotificationGroup
/packages/apps/Car/Notification/tests/unit/src/com/android/car/notification/template/
DGroupNotificationViewHolderTest.java197 group.setGroupSummaryNotification(groupSummaryAlertEntry); in getNotificationGroup()