Searched refs:beforeSize (Results 1 – 2 of 2) sorted by relevance
1111 int beforeSize = mPreprocessingManager.getOldNotifications().size(); in onUpdateNotification_notificationPosted_isUpdate_putsNotification() local1132 assertThat(afterSize).isEqualTo(beforeSize); in onUpdateNotification_notificationPosted_isUpdate_putsNotification()1138 int beforeSize = mPreprocessingManager.getOldNotifications().size(); in onUpdateNotification_notificationPosted_isNotUpdate_addsNotification() local1159 assertThat(afterSize).isEqualTo(beforeSize + 1); in onUpdateNotification_notificationPosted_isNotUpdate_addsNotification()
812 final int beforeSize = mKeys.size(); local814 assertEquals(beforeSize, mKeys.size());