Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/Shell/tests/src/com/android/shell/
H A DUiBot.java66 boolean opened = mDevice.openNotification(); in getNotification()
81 boolean opened = mDevice.openNotification(); in getNotification2()
/aosp14/frameworks/base/tests/FlickerTests/src/com/android/server/wm/flicker/service/notification/scenarios/
H A DNotificationUtils.kt35 fun openNotification(openingNotificationsFromLockScreen: Boolean) { regex
H A DOpenAppFromNotificationWarm.kt60 NotificationUtils.openNotification(openingNotificationsFromLockScreen)
H A DOpenAppFromNotificationCold.kt67 NotificationUtils.openNotification(openingNotificationsFromLockScreen)
H A DOpenAppFromLockscreenNotificationWarm.kt65 NotificationUtils.openNotification(openingNotificationsFromLockScreen)
H A DOpenAppFromLockscreenNotificationCold.kt72 NotificationUtils.openNotification(openingNotificationsFromLockScreen)
H A DOpenAppFromLockscreenNotificationWithOverlayApp.kt84 NotificationUtils.openNotification(openingNotificationsFromLockScreen)
/aosp14/frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/
H A DUiDevice.java355 public boolean openNotification() { in openNotification() method in UiDevice
358 return getAutomatorBridge().getInteractionController().openNotification(); in openNotification()
H A DInteractionController.java778 public boolean openNotification() {
/aosp14/frameworks/base/tests/InputMethodStressTest/src/com/android/inputmethod/stresstest/
H A DNotificationTest.java111 mUiDevice.openNotification(); in testDirectReply()
/aosp14/frameworks/base/cmds/uiautomator/api/
H A Dcurrent.txt45 method @Deprecated public boolean openNotification();
/aosp14/frameworks/base/core/tests/coretests/src/android/widget/
H A DTextViewActivityTest.java484 mDevice.openNotification(); in testSelectionRemovedFromNonselectableTextWhenWindowLosesFocus()