Home
last modified time | relevance | path

Searched defs:resultDir (Results 1 – 4 of 4) sorted by relevance

/tools/tradefederation/core/src/com/android/tradefed/result/suite/
DIFormatterGenerator.java31 public File writeResults(SuiteResultHolder holder, File resultDir) throws IOException; in writeResults()
42 public SuiteResultHolder parseResults(File resultDir, boolean shallow) throws IOException; in parseResults()
DXmlFormattedGeneratorReporter.java33 File resultDir = null; in finalizeResults() local
75 public void postFormattingStep(File resultDir, File reportFile) { in postFormattingStep()
DXmlSuiteResultFormatter.java201 public File writeResults(SuiteResultHolder holder, File resultDir) throws IOException { in writeResults()
499 public SuiteResultHolder parseResults(File resultDir, boolean shallow) throws IOException { in parseResults()
/tools/tradefederation/contrib/src/com/android/media/tests/
DCamera2FrameworkStressTest.java170 private ArrayList<String> getCameraIdList(String resultDir) throws DeviceNotAvailableException { in getCameraIdList()