Searched refs:getOldNotifications (Results 1 – 2 of 2) sorted by relevance
1104 assertThat(mPreprocessingManager.getOldNotifications().containsKey( in onUpdateNotifications_notificationRemoved_removesNotification()1111 int beforeSize = mPreprocessingManager.getOldNotifications().size(); in onUpdateNotification_notificationPosted_isUpdate_putsNotification()1127 int afterSize = mPreprocessingManager.getOldNotifications().size(); in onUpdateNotification_notificationPosted_isUpdate_putsNotification()1128 AlertEntry updated = (AlertEntry) mPreprocessingManager.getOldNotifications().get( in onUpdateNotification_notificationPosted_isUpdate_putsNotification()1138 int beforeSize = mPreprocessingManager.getOldNotifications().size(); in onUpdateNotification_notificationPosted_isNotUpdate_addsNotification()1154 int afterSize = mPreprocessingManager.getOldNotifications().size(); in onUpdateNotification_notificationPosted_isNotUpdate_addsNotification()1155 AlertEntry posted = (AlertEntry) mPreprocessingManager.getOldNotifications().get( in onUpdateNotification_notificationPosted_isNotUpdate_addsNotification()
758 protected Map<String, AlertEntry> getOldNotifications() { in getOldNotifications() method in PreprocessingManager