Searched refs:postedIds (Results 1 – 1 of 1) sorted by relevance
1642 List<Integer> postedIds = new ArrayList<>(); in testAutogrouping_autogroupStaysUntilAllNotificationsAddedToGroup_common() local1643 postedIds.add(901); in testAutogrouping_autogroupStaysUntilAllNotificationsAddedToGroup_common()1644 postedIds.add(902); in testAutogrouping_autogroupStaysUntilAllNotificationsAddedToGroup_common()1645 postedIds.add(903); in testAutogrouping_autogroupStaysUntilAllNotificationsAddedToGroup_common()1646 postedIds.add(904); in testAutogrouping_autogroupStaysUntilAllNotificationsAddedToGroup_common()1660 postedIds.remove(postedIds.size() - 1); in testAutogrouping_autogroupStaysUntilAllNotificationsAddedToGroup_common()1665 assertOnlySomeNotificationsAutogrouped(postedIds); in testAutogrouping_autogroupStaysUntilAllNotificationsAddedToGroup_common()1674 postedIds.remove(0); in testAutogrouping_autogroupStaysUntilAllNotificationsAddedToGroup_common()1675 assertOnlySomeNotificationsAutogrouped(postedIds); in testAutogrouping_autogroupStaysUntilAllNotificationsAddedToGroup_common()1705 List<Integer> postedIds = new ArrayList<>(); in testNewNotificationsAddedToAutogroup_ifOriginalNotificationsCanceled_common() local[all …]