Home
last modified time | relevance | path

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

/cts/tests/tests/notification/src/android/app/notification/current/cts/
DNotificationManagerTest.java1196 CountDownLatch postedLatch = mListener.setPostedCountDown(1); in testSuspendedPackageSendsNotification() local
1204 postedLatch.await(500, TimeUnit.MILLISECONDS); in testSuspendedPackageSendsNotification()
1246 CountDownLatch postedLatch = mListener.setPostedCountDown(1); in testShowBadging_ranking() local
1250 postedLatch.await(500, TimeUnit.MILLISECONDS); in testShowBadging_ranking()
1292 CountDownLatch postedLatch = mListener.setPostedCountDown(1); in testKeyChannelGroupOverrideImportanceExplanation_ranking() local
1297 postedLatch.await(500, TimeUnit.MILLISECONDS); in testKeyChannelGroupOverrideImportanceExplanation_ranking()
1978 CountDownLatch postedLatch = mListener.setPostedCountDown(2); in testNotificationIcon() local
2001 postedLatch.await(POST_TIMEOUT, TimeUnit.MILLISECONDS); in testNotificationIcon()
2064 CountDownLatch postedLatch = mListener.setPostedCountDown(1); in testNotificationUriPermissionsGranted() local
2070 postedLatch.await(POST_TIMEOUT, TimeUnit.MILLISECONDS); in testNotificationUriPermissionsGranted()
[all …]