Searched refs:afterSize (Results 1 – 1 of 1) sorted by relevance
1127 int afterSize = mPreprocessingManager.getOldNotifications().size(); in onUpdateNotification_notificationPosted_isUpdate_putsNotification() local1132 assertThat(afterSize).isEqualTo(beforeSize); in onUpdateNotification_notificationPosted_isUpdate_putsNotification()1154 int afterSize = mPreprocessingManager.getOldNotifications().size(); in onUpdateNotification_notificationPosted_isNotUpdate_addsNotification() local1159 assertThat(afterSize).isEqualTo(beforeSize + 1); in onUpdateNotification_notificationPosted_isNotUpdate_addsNotification()