Searched refs:TEST_RESULT_FILE_NAME (Results 1 – 4 of 4) sorted by relevance
55 CtsXmlResultReporter.TEST_RESULT_FILE_NAME); in TestResultRepo()72 CtsXmlResultReporter.TEST_RESULT_FILE_NAME)))); in parseSummary()110 CtsXmlResultReporter.TEST_RESULT_FILE_NAME); in getResult()
68 static final String TEST_RESULT_FILE_NAME = "testResult.xml"; field in CtsXmlResultReporter448 return new File(reportDir, TEST_RESULT_FILE_NAME); in getResultFile()
49 /* package */ static final String TEST_RESULT_FILE_NAME = "test_result.xml"; field in ResultHandler112 File resultFile = new File(resultDir, TEST_RESULT_FILE_NAME); in getResults()234 File resultFile = new File(resultDir, TEST_RESULT_FILE_NAME); in writeResults()
191 File resultFile = new File(resultDir, ResultHandler.TEST_RESULT_FILE_NAME); in testParsing()