Home
last modified time | relevance | path

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

/packages/apps/Car/Notification/tests/robotests/src/com/android/car/notification/
DCarNotificationViewAdapterTest.java314 notificationGroup.setGroupSummaryNotification(mNotification1); in onBindViewHolder_groupExpanded_shouldNotThrowError()
329 notificationGroup.setGroupSummaryNotification(mNotification1); in onBindViewHolder_groupCollapsed_shouldNotThrowError()
344 notificationGroup.setGroupSummaryNotification(mNotification1); in onBindViewHolder_message_shouldNotThrowError()
359 notificationGroup.setGroupSummaryNotification(mNotification1); in onBindViewHolder_messageWithRestriction_shouldNotThrowError()
378 notificationGroup.setGroupSummaryNotification(mNotification1); in onBindViewHolder_messageInGroup_shouldNotThrowError()
393 notificationGroup.setGroupSummaryNotification(mNotification1); in onBindViewHolder_messageInGroupWithRestriction_shouldNotThrowError()
412 notificationGroup.setGroupSummaryNotification(mNotification1); in onBindViewHolder_progress_shouldNotThrowError()
427 notificationGroup.setGroupSummaryNotification(mNotification1); in onBindViewHolder_progressInGroup_shouldNotThrowError()
442 notificationGroup.setGroupSummaryNotification(mNotification1); in onBindViewHolder_inbox_shouldNotThrowError()
457 notificationGroup.setGroupSummaryNotification(mNotification1); in onBindViewHolder_inboxInGroup_shouldNotThrowError()
[all …]
DCarNotificationDiffTest.java194 mNotificationGroup4.setGroupSummaryNotification(mNotification4); in sameGroupUniqueIdentifiers_diffNotificationKey_shouldReturnFalse()
286 oldNotificationGroup.setGroupSummaryNotification(oldStatusBarNotification); in areBundleEqual_sameSize_shouldReturnTrue()
290 newNotificationGroup.setGroupSummaryNotification(newStatusBarNotification); in areBundleEqual_sameSize_shouldReturnTrue()
330 oldNotificationGroup.setGroupSummaryNotification(oldStatusBarNotification); in areBundleEqual_diffSize_shouldReturnFalse()
334 newNotificationGroup.setGroupSummaryNotification(newStatusBarNotification); in areBundleEqual_diffSize_shouldReturnFalse()
373 oldNotificationGroup.setGroupSummaryNotification(oldStatusBarNotification); in areBundleEqual_sameKeySetWithSameValue_shouldReturnTrue()
377 newNotificationGroup.setGroupSummaryNotification(newStatusBarNotification); in areBundleEqual_sameKeySetWithSameValue_shouldReturnTrue()
416 oldNotificationGroup.setGroupSummaryNotification(oldStatusBarNotification); in areBundleEqual_sameKeySetWithDiffValue_shouldReturnFalse()
420 newNotificationGroup.setGroupSummaryNotification(newStatusBarNotification); in areBundleEqual_sameKeySetWithDiffValue_shouldReturnFalse()
459 oldNotificationGroup.setGroupSummaryNotification(oldStatusBarNotification); in areBundleEqual_diffKeySet_shouldReturnFalse()
[all …]
DNotificationGroupTest.java109 mNotificationGroup.setGroupSummaryNotification(mNOTIFICATION1); in setGroupSummaryNotification_shouldReturnFalse()
118 mNotificationGroup.setGroupSummaryNotification(mNOTIFICATION1); in setGroupSummaryNotification_shouldReturnTrue()
171 mNotificationGroup.setGroupSummaryNotification(mNOTIFICATION1); in getNotificationForSorting_shouldReturnGroupSummaryNotification()
/packages/apps/Car/Notification/src/com/android/car/notification/
DPreprocessingManager.java294 .setGroupSummaryNotification(statusBarNotification); in group()
376 newGroup.setGroupSummaryNotification(newNotification); in additionalGroup()
DNotificationGroup.java60 void setGroupSummaryNotification(StatusBarNotification groupSummaryNotification) { in setGroupSummaryNotification() method in NotificationGroup