Searched refs:getOldNotifications (Results 1 – 2 of 2) sorted by relevance
653 assertThat(mPreprocessingManager.getOldNotifications().containsKey( in onUpdateNotifications_notificationRemoved_removesNotification()660 int beforeSize = mPreprocessingManager.getOldNotifications().size(); in onUpdateNotification_notificationPosted_isUpdate_putsNotification()676 int afterSize = mPreprocessingManager.getOldNotifications().size(); in onUpdateNotification_notificationPosted_isUpdate_putsNotification()677 AlertEntry updated = (AlertEntry) mPreprocessingManager.getOldNotifications().get( in onUpdateNotification_notificationPosted_isUpdate_putsNotification()687 int beforeSize = mPreprocessingManager.getOldNotifications().size(); in onUpdateNotification_notificationPosted_isNotUpdate_addsNotification()703 int afterSize = mPreprocessingManager.getOldNotifications().size(); in onUpdateNotification_notificationPosted_isNotUpdate_addsNotification()704 AlertEntry posted = (AlertEntry) mPreprocessingManager.getOldNotifications().get( in onUpdateNotification_notificationPosted_isNotUpdate_addsNotification()
501 protected Map getOldNotifications() { in getOldNotifications() method in PreprocessingManager