Home
last modified time | relevance | path

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

/cts/common/util/src/com/android/compatibility/common/util/
DITestResult.java104 void setScreenshot(String path); in setScreenshot() method
DTestResult.java168 public void setScreenshot(String path) { in setScreenshot() method in TestResult
DResultHandler.java249 test.setScreenshot(parser.nextText()); in getResultFromDir()
/cts/common/util/tests/src/com/android/compatibility/common/util/
DResultHandlerTest.java179 moduleBTest3.setScreenshot(SCREENSHOT); in testSerialization()
/cts/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/result/
DResultReporter.java582 mCurrentResult.setScreenshot(logFile.getUrl()); in testLogSaved()