Home
last modified time | relevance | path

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

/cts/tools/tradefed-host/src/com/android/cts/tradefed/result/
DTestResultRepo.java55 CtsXmlResultReporter.TEST_RESULT_FILE_NAME); in TestResultRepo()
72 CtsXmlResultReporter.TEST_RESULT_FILE_NAME)))); in parseSummary()
110 CtsXmlResultReporter.TEST_RESULT_FILE_NAME); in getResult()
DCtsXmlResultReporter.java68 static final String TEST_RESULT_FILE_NAME = "testResult.xml"; field in CtsXmlResultReporter
448 return new File(reportDir, TEST_RESULT_FILE_NAME); in getResultFile()
/cts/common/util/src/com/android/compatibility/common/util/
DResultHandler.java49 /* package */ static final String TEST_RESULT_FILE_NAME = "test_result.xml"; field in ResultHandler
112 File resultFile = new File(resultDir, TEST_RESULT_FILE_NAME); in getResults()
234 File resultFile = new File(resultDir, TEST_RESULT_FILE_NAME); in writeResults()
/cts/common/util/tests/src/com/android/compatibility/common/util/
DResultHandlerTest.java191 File resultFile = new File(resultDir, ResultHandler.TEST_RESULT_FILE_NAME); in testParsing()