Home
last modified time | relevance | path

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

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