Home
last modified time | relevance | path

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

/platform_testing/libraries/compatibility-common-util/src/com/android/compatibility/common/util/
DITestResult.java101 String getScreenshot(); in getScreenshot() method
DTestResult.java164 public String getScreenshot() { in getScreenshot() method in TestResult
DResultHandler.java550 String screenshot = r.getScreenshot(); in writeResults()
/platform_testing/libraries/compatibility-common-util/tests/src/com/android/compatibility/common/util/
DResultHandlerTest.java573 assertNull("Unexpected screenshot", moduleATest1.getScreenshot()); in checkResult()
608 assertEquals("Incorrect screenshot", SCREENSHOT, moduleBTest3.getScreenshot()); in checkResult()
644 assertNull("Unexpected screenshot", moduleBTest4.getScreenshot()); in checkResult()
666 assertNull("Unexpected screenshot", moduleBTest5.getScreenshot()); in checkResult()