Home
last modified time | relevance | path

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

/frameworks/base/packages/Shell/tests/src/com/android/shell/
DUiBot.java84 final UiObject2 notificationScroller = mDevice.wait(Until.findObject( in getNotification2() local
86 assertNotNull("could not get notification stack scroller", notificationScroller); in getNotification2()
87 final List<UiObject2> notificationList = notificationScroller.getChildren(); in getNotification2()
/frameworks/base/libs/WindowManager/Shell/tests/flicker/src/com/android/wm/shell/flicker/utils/
DSplitScreenUtils.kt189 val notificationScroller = in <lambda>() constant
192 var notificationContent = notificationScroller.findObject(notificationContentSelector) in <lambda>()
202 notificationContent = notificationScroller.findObject(notificationContentSelector) in <lambda>()