Home
last modified time | relevance | path

Searched defs:screenshot (Results 1 – 5 of 5) sorted by relevance

/platform_testing/libraries/health/rules/src/android/platform/test/rule/
DArtifactSaver.java78 final File screenshot = takeDebugScreenshot(description, device, "OnFailure"); in onError() local
140 final File screenshot = artifactFile(description, prefix, "png"); in takeDebugScreenshot() local
/platform_testing/libraries/motion/src/platform/test/motion/filmstrip/
DVideoRenderer.kt106 val screenshot = screenshotIterator.next() in <lambda>() constant
DFilmstrip.kt161 for ((screenshot, label) in screenshots.zip(labels)) { in render() variable
212 for ((screenshot, label) in screenshots.zip(labels)) { in render() variable
/platform_testing/libraries/systemui-helper/src/android/platform/helpers/
DColorUtils.kt25 val screenshot: Bitmap = Screenshot.capture().bitmap in <lambda>() constant
/platform_testing/libraries/compatibility-common-util/src/com/android/compatibility/common/util/
DResultHandler.java550 String screenshot = r.getScreenshot(); in writeResults() local