Home
last modified time | relevance | path

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

/packages/modules/CaptivePortalLogin/tests/src/com/android/captiveportallogin/
DDownloadServiceTest.kt499 val shadeScroller = UiScrollable(UiSelector().resourceId(NOTIFICATION_SHADE_TYPE)) in findNotification() constant
503 val note = shadeScroller.getChild(selector) in findNotification()
512 val canScrollFurther = shadeScroller.scrollForward(NOTIFICATION_SCROLL_STEPS) in findNotification()
515 if (!canScrollFurther || !shadeScroller.exists()) break in findNotification()
521 assertTrue(shadeScroller.waitUntilGone(TEST_TIMEOUT_MS)) in findNotification()