Home
last modified time | relevance | path

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

/packages/apps/Car/Notification/tests/unit/src/com/android/car/notification/
DCarNotificationViewAdapterTest.java345 notificationGroup.setGroupSummaryNotification(mNotification1); in onBindViewHolder_groupExpanded_shouldNotThrowError()
360 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 …]
DCarNotificationDiffTest.java195 mNotificationGroup4.setGroupSummaryNotification(mNotification4); in sameGroupUniqueIdentifiers_diffNotificationKey_shouldReturnFalse()
313 oldNotificationGroup.setGroupSummaryNotification(oldStatusBarNotification); in areBundleEqual_sameSize_shouldReturnTrue()
317 newNotificationGroup.setGroupSummaryNotification(newStatusBarNotification); in areBundleEqual_sameSize_shouldReturnTrue()
357 oldNotificationGroup.setGroupSummaryNotification(oldAlertEntry); in areBundleEqual_diffSize_shouldReturnFalse()
361 newNotificationGroup.setGroupSummaryNotification(newAlertEntry); in areBundleEqual_diffSize_shouldReturnFalse()
400 oldNotificationGroup.setGroupSummaryNotification(oldAlertEntry); in areBundleEqual_sameKeySetWithSameValue_shouldReturnTrue()
404 newNotificationGroup.setGroupSummaryNotification(newAlertEntry); in areBundleEqual_sameKeySetWithSameValue_shouldReturnTrue()
443 oldNotificationGroup.setGroupSummaryNotification(oldAlertEntry); in areBundleEqual_sameKeySetWithDiffValue_shouldReturnFalse()
447 newNotificationGroup.setGroupSummaryNotification(newAlertEntry); in areBundleEqual_sameKeySetWithDiffValue_shouldReturnFalse()
486 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.java432 notificationGroup.setGroupSummaryNotification(mAlertEntry1); in onClearNotifications_groupNotificationWithSummary_clearsSummary()
462 notificationGroup.setGroupSummaryNotification(mAlertEntry1); in onClearNotifications_groupNotificationWithSummary_clearsAllChildren()
/packages/apps/Car/Notification/src/com/android/car/notification/
DPreprocessingManager.java339 .setGroupSummaryNotification(alertEntry); in group()
429 newGroup.setGroupSummaryNotification(newNotification); in additionalGroupAndRank()
DNotificationGroup.java59 void setGroupSummaryNotification(AlertEntry groupSummaryNotification) { in setGroupSummaryNotification() method in NotificationGroup