Home
last modified time | relevance | path

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

/packages/modules/CaptivePortalLogin/tests/src/com/android/captiveportallogin/
DDownloadServiceTest.kt283 val fileContents = "Test file contents" in testTapDoneNotification() constant
284 val bis = ByteArrayInputStream(fileContents.toByteArray(StandardCharsets.UTF_8)) in testTapDoneNotification()
301 assertTrue(device.wait(Until.hasObject(By.text(fileContents)), TEST_TIMEOUT_MS)) in testTapDoneNotification()