Searched refs:resultDir (Results 1 – 4 of 4) sorted by relevance
/tools/tradefederation/core/src/com/android/tradefed/result/suite/ |
D | XmlFormattedGeneratorReporter.java | 33 File resultDir = null; in finalizeResults() local 35 resultDir = createResultDir(); in finalizeResults() 46 resultReportFile = generator.writeResults(resultHolder, resultDir); in finalizeResults() 53 postFormattingStep(resultDir, resultReportFile); in finalizeResults() 71 public void postFormattingStep(File resultDir, File reportFile) { in postFormattingStep() argument
|
D | IFormatterGenerator.java | 31 public File writeResults(SuiteResultHolder holder, File resultDir) throws IOException; in writeResults() argument 42 public SuiteResultHolder parseResults(File resultDir, boolean shallow) throws IOException; in parseResults() argument
|
D | XmlSuiteResultFormatter.java | 189 public File writeResults(SuiteResultHolder holder, File resultDir) throws IOException { in writeResults() argument 190 File resultFile = new File(resultDir, TEST_RESULT_FILE_NAME); in writeResults() 461 public SuiteResultHolder parseResults(File resultDir, boolean shallow) throws IOException { in parseResults() argument 462 File resultFile = new File(resultDir, TEST_RESULT_FILE_NAME); in parseResults()
|
/tools/tradefederation/contrib/src/com/android/media/tests/ |
D | Camera2FrameworkStressTest.java | 170 private ArrayList<String> getCameraIdList(String resultDir) throws DeviceNotAvailableException { in getCameraIdList() argument 173 IFileEntry dirEntry = getDevice().getFileEntry(resultDir); in getCameraIdList() 186 + " to false?", resultDir); in getCameraIdList()
|