Home
last modified time | relevance | path

Searched refs:addNotification (Results 1 – 8 of 8) sorted by relevance

/packages/apps/Car/Notification/tests/robotests/src/com/android/car/notification/
DNotificationGroupTest.java88 mNotificationGroup.addNotification(mNOTIFICATION1); in addNotification_shouldAdd()
89 mNotificationGroup.addNotification(mNOTIFICATION1); in addNotification_shouldAdd()
99 mNotificationGroup.addNotification(mNOTIFICATION1); in addNotification_shouldThrowError()
101 () -> mNotificationGroup.addNotification(mNotification2)); in addNotification_shouldThrowError()
119 mNotificationGroup.addNotification(mNOTIFICATION1); in setGroupSummaryNotification_shouldReturnTrue()
120 mNotificationGroup.addNotification(mNOTIFICATION1); in setGroupSummaryNotification_shouldReturnTrue()
134 mNotificationGroup.addNotification(mNOTIFICATION1); in getChildNotifications_shouldReturnListOfAddedNotifications()
135 mNotificationGroup.addNotification(mNOTIFICATION1); in getChildNotifications_shouldReturnListOfAddedNotifications()
152 mNotificationGroup.addNotification(mNOTIFICATION1); in generateChildTitles_shouldReturnListOfStringWithChildTiles()
153 mNotificationGroup.addNotification(mNOTIFICATION1); in generateChildTitles_shouldReturnListOfStringWithChildTiles()
[all …]
DCarNotificationDiffTest.java106 mNotificationGroup1.addNotification(mNotification1); in setupBaseActivityAndLayout()
107 mNotificationGroup2.addNotification(mNotification2); in setupBaseActivityAndLayout()
108 mNotificationGroup2.addNotification(mNotification2); in setupBaseActivityAndLayout()
109 mNotificationGroup3.addNotification(mNotification3); in setupBaseActivityAndLayout()
193 mNotificationGroup4.addNotification(mNotification4); in sameGroupUniqueIdentifiers_diffNotificationKey_shouldReturnFalse()
210 mNotificationGroup4.addNotification(mNotification4); in sameGroupUniqueIdentifiers_sameChildrenNotification_shouldReturnTrue()
293 oldNotificationGroup.addNotification(oldStatusBarNotification); in areBundleEqual_sameSize_shouldReturnTrue()
296 newNotificationGroup.addNotification(newStatusBarNotification); in areBundleEqual_sameSize_shouldReturnTrue()
337 oldNotificationGroup.addNotification(oldStatusBarNotification); in areBundleEqual_diffSize_shouldReturnFalse()
340 newNotificationGroup.addNotification(newStatusBarNotification); in areBundleEqual_diffSize_shouldReturnFalse()
[all …]
DCarNotificationViewAdapterTest.java115 mNotificationGroup1.addNotification(mNotification1); in setupBaseActivityAndLayout()
119 mNotificationGroup2.addNotification(mNotification1); in setupBaseActivityAndLayout()
513 notificationGroup.addNotification(mNotification1); in getItemViewType_shouldReturnGroupCollapsed()
514 notificationGroup.addNotification(mNotification1); in getItemViewType_shouldReturnGroupCollapsed()
530 notificationGroup.addNotification(mNotification1); in getItemViewType_shouldReturnGroupExpanded()
531 notificationGroup.addNotification(mNotification1); in getItemViewType_shouldReturnGroupExpanded()
547 notificationGroup.addNotification( in getItemViewType_shouldReturnCarEmergency()
563 notificationGroup.addNotification( in getItemViewType_shouldReturnCarWarning()
579 notificationGroup.addNotification( in getItemViewType_shouldReturnCarInformation()
595 notificationGroup.addNotification( in getItemViewType_shouldReturnCarInformationInGroup()
[all …]
DNotificationDataManagerTest.java140 notificationGroup.addNotification(mMessageNotification); in updateUnseenNotification_addNewUnseenNotification_updatesUnseenCount()
153 notificationGroup.addNotification(mMessageNotification); in setNotificationAsSeen_notificationIsSeen_decrementsUnseenCount()
167 notificationGroup.addNotification(mMessageNotification); in clearAll_clearsAllUnseenData()
/packages/apps/BasicSmsReceiver/src/com/android/basicsmsreceiver/
DSmsMessageReceiver.java49 addNotification(context, fromAddress, messageBody); in onReceive()
53 private void addNotification(Context context, String fromAddress, String message) { in addNotification() method in SmsMessageReceiver
/packages/apps/Car/Notification/src/com/android/car/notification/
DNotificationGroup.java52 addNotification(statusBarNotification); in NotificationGroup()
55 public void addNotification(StatusBarNotification statusBarNotification) { in addNotification() method in NotificationGroup
DPreprocessingManager.java296 groupedNotifications.get(groupKey).addNotification(statusBarNotification); in group()
322 newGroup.addNotification(notification); in group()
/packages/apps/Car/Notification/src/com/android/car/notification/template/
DGroupNotificationViewHolder.java143 notificationGroup.addNotification(notification); in bind()
152 newGroup.addNotification(group.getGroupSummaryNotification()); in bind()