Searched refs:addNewMessageNotification (Results 1 – 5 of 5) sorted by relevance
120 verify(mNotificationDataManager, never()).addNewMessageNotification(any(AlertEntry.class)); in onNotificationPosted_isHun_notForCurrentUser_ignoresTheEvent()132 verify(mNotificationDataManager, never()).addNewMessageNotification(any(AlertEntry.class)); in onNotificationPosted_isNotHun_notForCurrentUser_ignoresTheEvent()144 verify(mNotificationDataManager).addNewMessageNotification(any(AlertEntry.class)); in onNotificationPosted_isHun_isForCurrentUser_addsAlertEntryToDataManager()167 verify(mNotificationDataManager).addNewMessageNotification(any(AlertEntry.class)); in onNotificationPosted_isHun_isForAllUsers_addsAlertEntryToDataManager()201 verify(mNotificationDataManager).addNewMessageNotification(any(AlertEntry.class)); in onNotificationPosted_isNotHun_isForCurrentUser_addsAlertEntryToDataManager()226 verify(mNotificationDataManager, never()).addNewMessageNotification(any(AlertEntry.class)); in onNotificationPosted_lowPriority_isForCurrentUser_untracksUnseenNotification()238 verify(mNotificationDataManager).addNewMessageNotification(any(AlertEntry.class)); in onNotificationPosted_isNotHun_isForAllUsers_addsAlertEntryToDataManager()263 verify(mNotificationDataManager, never()).addNewMessageNotification(any(AlertEntry.class)); in onNotificationPosted_lowPriority_isForAllUsers_untracksUnseenNotification()
100 mNotificationDataManager.addNewMessageNotification(mNonMessageNotification); in addNewMessageNotification_newNonMessageNotification_doesNothing()108 mNotificationDataManager.addNewMessageNotification(mMessageNotification); in addNewMessageNotification_notificationExists_muteStateNotUpdated()111 mNotificationDataManager.addNewMessageNotification(mMessageNotification); in addNewMessageNotification_notificationExists_muteStateNotUpdated()118 mNotificationDataManager.addNewMessageNotification(mNonMessageNotification); in toggleMute_nonMessagingNotification_doesNothing()127 mNotificationDataManager.addNewMessageNotification(mMessageNotification); in toggleMute_messagingNotification_togglesMuteState()
331 notificationDataManager.addNewMessageNotification(mAlertEntryMessageHeadsUp); in onClickMuteClickHandler_togglesMute()354 notificationDataManager.addNewMessageNotification(mAlertEntryMessageWithMuteAction); in onClickMuteClickHandler_mutePendingIntent_notificationDataManagerUnchanged()372 notificationDataManager.addNewMessageNotification(mAlertEntryMessageWithMuteAction); in onClickMuteClickHandler_mutePendingIntent_dismissesNotification()401 notificationDataManager.addNewMessageNotification(mAlertEntryMessageWithMuteAction); in onClickMuteClickHandler_mutePendingIntent_firesPendingIntent()420 notificationDataManager.addNewMessageNotification(mAlertEntryMessageHeadsUp); in onClickMuteClickHandler_isMuted_muteStatusSetTrue()435 notificationDataManager.addNewMessageNotification(mAlertEntryMessageHeadsUp); in onClickMuteClickHandler_isUnmuted_muteStatusSetFalse()
109 void addNewMessageNotification(AlertEntry alertEntry) { in addNewMessageNotification() method in NotificationDataManager176 addNewMessageNotification(alertEntry); in isMessageNotificationMuted()
290 mNotificationDataManager.addNewMessageNotification(alertEntry); in notifyNotificationPosted()