Searched refs:addNotification (Results 1 – 8 of 8) sorted by relevance
88 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 …]
106 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 …]
115 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 …]
140 notificationGroup.addNotification(mMessageNotification); in updateUnseenNotification_addNewUnseenNotification_updatesUnseenCount()153 notificationGroup.addNotification(mMessageNotification); in setNotificationAsSeen_notificationIsSeen_decrementsUnseenCount()167 notificationGroup.addNotification(mMessageNotification); in clearAll_clearsAllUnseenData()
49 addNotification(context, fromAddress, messageBody); in onReceive()53 private void addNotification(Context context, String fromAddress, String message) { in addNotification() method in SmsMessageReceiver
52 addNotification(statusBarNotification); in NotificationGroup()55 public void addNotification(StatusBarNotification statusBarNotification) { in addNotification() method in NotificationGroup
296 groupedNotifications.get(groupKey).addNotification(statusBarNotification); in group()322 newGroup.addNotification(notification); in group()
143 notificationGroup.addNotification(notification); in bind()152 newGroup.addNotification(group.getGroupSummaryNotification()); in bind()