Searched refs:findNotification (Results 1 – 1 of 1) sorted by relevance
309 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