Home
last modified time | relevance | path

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

/platform_testing/libraries/app-helpers/interfaces/handheld/src/android/platform/helpers/
DINotificationHelper.java64 default public void cancelNotifications() { in cancelNotifications() method
/platform_testing/libraries/health/rules/tests/src/android/platform/test/rule/
DNotificationPressureRuleTest.java58 verify(rule.initNotificationHelper()).cancelNotifications(); in testPostNotifications_withoutPackage()
82 verify(rule.initNotificationHelper()).cancelNotifications(); in testPostNotifications_withPackage()
/platform_testing/tests/jank/UbSystemUiJankTests/src/android/platform/systemui/tests/jank/
DSystemUiJankTests.java301 private void cancelNotifications(int sleepBetweenDuration) { in cancelNotifications() method in SystemUiJankTests
316 public void cancelNotifications() throws Exception { in cancelNotifications() method in SystemUiJankTests
395 cancelNotifications(); in afterNotificationListPull()
427 cancelNotifications(); in afterNotificationListScroll()
485 cancelNotifications(); in afterQuickSettings()
520 cancelNotifications(); in afterUnlock()
557 cancelNotifications(); in afterExpand()
699 cancelNotifications(250); in testNotificationAppear()
717 cancelNotifications(250); in testSmartReplyNotificationsAppear()
734 cancelNotifications(); in afterAmbientWakeUp()
[all …]
/platform_testing/libraries/health/rules/src/android/platform/test/rule/
DNotificationPressureRule.java78 mNotificationHelper.cancelNotifications(); in finished()