Home
last modified time | relevance | path

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

/frameworks/base/tests/DumpRenderTree2/src/com/android/dumprendertree2/
DCrashedDummyResult.java105 public String getExpectedImageResultPath() { in getExpectedImageResultPath() method in CrashedDummyResult
DManagerService.java213 results.setExpectedImageResultPath(getExpectedImageResultPath(relativePath)); in handleResults()
280 private String getExpectedImageResultPath(String relativePath) { in getExpectedImageResultPath() method in ManagerService
DAbstractResult.java159 public abstract String getExpectedImageResultPath(); in getExpectedImageResultPath() method in AbstractResult
DTextResult.java151 public String getExpectedImageResultPath() { in getExpectedImageResultPath() method in TextResult
DSummarizer.java540 String imageSource = result.getExpectedImageResultPath(); in appendExpectedResultsSources()