Searched refs:afterSize (Results 1 – 1 of 1) sorted by relevance
676 int afterSize = mPreprocessingManager.getOldNotifications().size(); in onUpdateNotification_notificationPosted_isUpdate_putsNotification() local681 assertThat(afterSize).isEqualTo(beforeSize); in onUpdateNotification_notificationPosted_isUpdate_putsNotification()703 int afterSize = mPreprocessingManager.getOldNotifications().size(); in onUpdateNotification_notificationPosted_isNotUpdate_addsNotification() local708 assertThat(afterSize).isEqualTo(beforeSize + 1); in onUpdateNotification_notificationPosted_isNotUpdate_addsNotification()