Home
last modified time | relevance | path

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

/cts/tests/tests/notification/src/android/app/notification/current/cts/
DNotificationManagerTest.java937 CountDownLatch notificationPostedLatch = mListener.setPostedCountDown(1); in testSuspendPackage()
1080 mListener.setPostedCountDown(totalNotificationsSent); in testRankingUpdateSentWithPressure()
1196 CountDownLatch postedLatch = mListener.setPostedCountDown(1); in testSuspendedPackageSendsNotification()
1246 CountDownLatch postedLatch = mListener.setPostedCountDown(1); in testShowBadging_ranking()
1292 CountDownLatch postedLatch = mListener.setPostedCountDown(1); in testKeyChannelGroupOverrideImportanceExplanation_ranking()
1634 CountDownLatch postingLatch = mListener.setPostedCountDown(5); in testAutogrouping_autogroupStaysUntilAllNotificationsAddedToGroup_common()
1656 postingLatch = mListener.setPostedCountDown(numExpectedUpdates); in testAutogrouping_autogroupStaysUntilAllNotificationsAddedToGroup_common()
1667 postingLatch = mListener.setPostedCountDown(1); in testAutogrouping_autogroupStaysUntilAllNotificationsAddedToGroup_common()
1696 CountDownLatch postingLatch = mListener.setPostedCountDown(5); in testNewNotificationsAddedToAutogroup_ifOriginalNotificationsCanceled_common()
1719 postingLatch = mListener.setPostedCountDown(numExpectedUpdates); in testNewNotificationsAddedToAutogroup_ifOriginalNotificationsCanceled_common()
[all …]
/cts/tests/app/shared/src/android/app/stubs/shared/
DTestNotificationListener.java198 public CountDownLatch setPostedCountDown(int countDownNumber) { in setPostedCountDown() method in TestNotificationListener