Home
last modified time | relevance | path

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

/packages/modules/CaptivePortalLogin/tests/src/com/android/captiveportallogin/
DDownloadServiceTest.kt294 val doneText = resources.getString(R.string.download_completed) in testTapDoneNotification() constant
295 val note = device.wait(Until.findObject(By.text(doneText)), TEST_TIMEOUT_MS) in testTapDoneNotification()
296 assertNotNull(note, "Notification with text \"$doneText\" not found") in testTapDoneNotification()