Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/Shell/tests/src/com/android/shell/
H A DUiBot.java83 final UiObject2 notificationScroller = mDevice.wait(Until.findObject( in getNotification2() local
85 assertNotNull("could not get notification stack scroller", notificationScroller); in getNotification2()
86 final List<UiObject2> notificationList = notificationScroller.getChildren(); in getNotification2()