Searched refs:fileContents (Results 1 – 1 of 1) sorted by relevance
283 val fileContents = "Test file contents" in testTapDoneNotification() constant284 val bis = ByteArrayInputStream(fileContents.toByteArray(StandardCharsets.UTF_8)) in testTapDoneNotification()301 assertTrue(device.wait(Until.hasObject(By.text(fileContents)), TEST_TIMEOUT_MS)) in testTapDoneNotification()