Home
last modified time | relevance | path

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

/cts/tests/tests/notification/src/android/app/notification/current/cts/
DNotificationManagerTest.java1579 final int numExpectedUpdates) throws Exception { in testAutogrouping_autogroupStaysUntilAllNotificationsCanceled_common() argument
1599 rerankLatch = mListener.setRankingUpdateCountDown(numExpectedUpdates); in testAutogrouping_autogroupStaysUntilAllNotificationsCanceled_common()
1600 removedLatch = mListener.setRemovedCountDown(numExpectedUpdates); in testAutogrouping_autogroupStaysUntilAllNotificationsCanceled_common()
1630 final int numExpectedUpdates) throws Exception { in testAutogrouping_autogroupStaysUntilAllNotificationsAddedToGroup_common() argument
1656 postingLatch = mListener.setPostedCountDown(numExpectedUpdates); in testAutogrouping_autogroupStaysUntilAllNotificationsAddedToGroup_common()
1657 rerankLatch = mListener.setRankingUpdateCountDown(numExpectedUpdates); in testAutogrouping_autogroupStaysUntilAllNotificationsAddedToGroup_common()
1693 final int numExpectedUpdates) throws Exception { in testNewNotificationsAddedToAutogroup_ifOriginalNotificationsCanceled_common() argument
1719 postingLatch = mListener.setPostedCountDown(numExpectedUpdates); in testNewNotificationsAddedToAutogroup_ifOriginalNotificationsCanceled_common()
1720 rerankLatch = mListener.setRankingUpdateCountDown(numExpectedUpdates); in testNewNotificationsAddedToAutogroup_ifOriginalNotificationsCanceled_common()
1733 rerankLatch = mListener.setRankingUpdateCountDown(numExpectedUpdates); in testNewNotificationsAddedToAutogroup_ifOriginalNotificationsCanceled_common()
[all …]