Home
last modified time | relevance | path

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

/packages/modules/CaptivePortalLogin/tests/src/com/android/captiveportallogin/
DDownloadServiceTest.kt309 findNotification(UiSelector().textContains(dlText1)) in makeFileUri()
336 findNotification(UiSelector().textContains(dlText2)) in makeFileUri()
485 val note = findNotification(UiSelector().text(testFile.name)) in testTapDoneNotification()
498 private fun findNotification(selector: UiSelector): UiObject { in findNotification() method