Searched refs:beforeSize (Results 1 – 2 of 2) sorted by relevance
660 int beforeSize = mPreprocessingManager.getOldNotifications().size(); in onUpdateNotification_notificationPosted_isUpdate_putsNotification() local681 assertThat(afterSize).isEqualTo(beforeSize); in onUpdateNotification_notificationPosted_isUpdate_putsNotification()687 int beforeSize = mPreprocessingManager.getOldNotifications().size(); in onUpdateNotification_notificationPosted_isNotUpdate_addsNotification() local708 assertThat(afterSize).isEqualTo(beforeSize + 1); in onUpdateNotification_notificationPosted_isNotUpdate_addsNotification()
813 final int beforeSize = mKeys.size(); local815 assertEquals(beforeSize, mKeys.size());