Home
last modified time | relevance | path

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

/test/screenshot/screenshot/src/main/java/androidx/test/screenshot/
DScreenshotTestRule.kt264 val report = Bundle() in reportResult() constant
269 report.putString(bundleKeyPrefix + OutputFileType.IMAGE_ACTUAL, it.absolutePath) in reportResult()
274 report.putString(bundleKeyPrefix + OutputFileType.IMAGE_DIFF, it.absolutePath) in reportResult()
280 report.putString( in reportResult()
292 report.putString( in reportResult()
302 report.putString(bundleKeyPrefix + OutputFileType.RESULT_PROTO, it.absolutePath) in reportResult()
305 InstrumentationRegistry.getInstrumentation().sendStatus(bundleStatusInProgress, report) in reportResult()