Home
last modified time | relevance | path

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

/cts/tests/tests/notification/src/android/app/notification/current/cts/
DNotificationManagerTest.java943 CountDownLatch notificationRankingLatch = mListener.setRankingUpdateCountDown(1); in testSuspendPackage()
959 notificationRankingLatch = mListener.setRankingUpdateCountDown(1); in testSuspendPackage()
1082 mListener.setRankingUpdateCountDown(totalNotificationsSent); in testRankingUpdateSentWithPressure()
1261 CountDownLatch rankingUpdateLatch = mListener.setRankingUpdateCountDown(1); in testShowBadging_ranking()
1565 CountDownLatch rerankLatch = mListener.setRankingUpdateCountDown(5); in testAutogrouping()
1582 CountDownLatch rerankLatch = mListener.setRankingUpdateCountDown(5); in testAutogrouping_autogroupStaysUntilAllNotificationsCanceled_common()
1583 CountDownLatch postingLatch = mListener.setRankingUpdateCountDown(5); in testAutogrouping_autogroupStaysUntilAllNotificationsCanceled_common()
1599 rerankLatch = mListener.setRankingUpdateCountDown(numExpectedUpdates); in testAutogrouping_autogroupStaysUntilAllNotificationsCanceled_common()
1609 removedLatch = mListener.setRankingUpdateCountDown(1); in testAutogrouping_autogroupStaysUntilAllNotificationsCanceled_common()
1610 rerankLatch = mListener.setRankingUpdateCountDown(1); in testAutogrouping_autogroupStaysUntilAllNotificationsCanceled_common()
[all …]
DSensitiveNotificationRedactionTest.kt308 val latch = mListener.setRankingUpdateCountDown(1) in testRankingRedactedInUpdate()
/cts/tests/app/shared/src/android/app/stubs/shared/
DTestNotificationListener.java203 public CountDownLatch setRankingUpdateCountDown(int countDownNumber) { in setRankingUpdateCountDown() method in TestNotificationListener