Home
last modified time | relevance | path

Searched refs:getOldNotifications (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Car/Notification/tests/robotests/src/com/android/car/notification/
DPreprocessingManagerTest.java598 assertThat(mPreprocessingManager.getOldNotifications().containsKey( in onUpdateNotifications_notificationRemoved_removesNotification()
605 int beforeSize = mPreprocessingManager.getOldNotifications().size(); in onUpdateNotification_notificationPosted_isUpdate_putsNotification()
621 int afterSize = mPreprocessingManager.getOldNotifications().size(); in onUpdateNotification_notificationPosted_isUpdate_putsNotification()
622 AlertEntry updated = (AlertEntry) mPreprocessingManager.getOldNotifications().get( in onUpdateNotification_notificationPosted_isUpdate_putsNotification()
632 int beforeSize = mPreprocessingManager.getOldNotifications().size(); in onUpdateNotification_notificationPosted_isNotUpdate_addsNotification()
648 int afterSize = mPreprocessingManager.getOldNotifications().size(); in onUpdateNotification_notificationPosted_isNotUpdate_addsNotification()
649 AlertEntry posted = (AlertEntry) mPreprocessingManager.getOldNotifications().get( in onUpdateNotification_notificationPosted_isNotUpdate_addsNotification()
/packages/apps/Car/Notification/src/com/android/car/notification/
DPreprocessingManager.java492 protected Map getOldNotifications() { in getOldNotifications() method in PreprocessingManager