Home
last modified time | relevance | path

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

/platform_testing/libraries/app-helpers/interfaces/auto/src/android/platform/helpers/
DIAutoNotificationHelper.java50 void openNotification(); in openNotification() method
/platform_testing/tests/functional/notificationtests/src/com/android/notification/functional/
DNotificationInlineReplyTests.java99 mDevice.openNotification(); in testInLineNotificationsWithQuickSetting()
115 mDevice.openNotification(); in testInlineReplyNotification()
DNotificationInteractionTests.java102 mDevice.openNotification(); in testNonDismissNotification()
133 if (mDevice.openNotification()) { in testDismissAll()
166 if (mDevice.openNotification()) { in testNotificationShadeMetrics()
235 if (mDevice.openNotification()) { in testNotificationClicks()
288 mDevice.openNotification(); in testReceiveAndExpandRedactNotification()
344 mDevice.openNotification(); in testNotificationClickedEvents()
DNotificationBundlingTests.java108 mDevice.openNotification(); in testDismissIndividualNotification()
/platform_testing/tests/automotive/functional/notifications/src/android/platform/tests/
DNotificationTest.java101 mNotificationHelper.get().openNotification(); in testSwipeDownNotification()
/platform_testing/libraries/system-helpers/sysui-helper/src/android/system/helpers/
DNotificationHelper.java212 public void openNotification(){ in openNotification() method in NotificationHelper
213 mDevice.openNotification(); in openNotification()
/platform_testing/tests/jank/UbSystemUiJankTests/src/android/platform/systemui/tests/jank/
DSystemUiJankTests.java193 mDevice.openNotification(); in prepareNotifications()
488 mDevice.openNotification(); in beforeQuickSettings()
560 mDevice.openNotification(); in beforeExpand()
610 mDevice.openNotification(); in beforeClearAllLoop()
643 mDevice.openNotification(); in beforeChangeBrightness()
686 mDevice.openNotification(); in beforeNotificationAppear()
827 mDevice.openNotification(); in beforeInlineReply()
968 mDevice.openNotification(); in beforeLaunchNotificationLoop()
/platform_testing/libraries/automotive-helpers/notifications-app-helper/src/android/platform/helpers/
DAutoNotificationHelperImpl.java118 public void openNotification() { in openNotification() method in AutoNotificationHelperImpl