Home
last modified time | relevance | path

Searched refs:postedIds (Results 1 – 1 of 1) sorted by relevance

/cts/tests/app/src/android/app/cts/
DNotificationManagerTest.java2119 List<Integer> postedIds = new ArrayList<>(); in testAutogrouping_autogroupStaysUntilAllNotificationsAddedToGroup() local
2120 postedIds.add(901); in testAutogrouping_autogroupStaysUntilAllNotificationsAddedToGroup()
2121 postedIds.add(902); in testAutogrouping_autogroupStaysUntilAllNotificationsAddedToGroup()
2122 postedIds.add(903); in testAutogrouping_autogroupStaysUntilAllNotificationsAddedToGroup()
2123 postedIds.add(904); in testAutogrouping_autogroupStaysUntilAllNotificationsAddedToGroup()
2131 postedIds.remove(postedIds.size() - 1); in testAutogrouping_autogroupStaysUntilAllNotificationsAddedToGroup()
2133 assertOnlySomeNotificationsAutogrouped(postedIds); in testAutogrouping_autogroupStaysUntilAllNotificationsAddedToGroup()
2137 postedIds.remove(0); in testAutogrouping_autogroupStaysUntilAllNotificationsAddedToGroup()
2138 assertOnlySomeNotificationsAutogrouped(postedIds); in testAutogrouping_autogroupStaysUntilAllNotificationsAddedToGroup()
2149 List<Integer> postedIds = new ArrayList<>(); in testNewNotificationsAddedToAutogroup_ifOriginalNotificationsCanceled() local
[all …]