Home
last modified time | relevance | path

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

/cts/common/util/src/com/android/compatibility/common/util/
DResultHandler.java60 public static final String TEST_RESULT_FILE_NAME = "test_result.xml"; field in ResultHandler
156 File resultFile = new File(resultDir, TEST_RESULT_FILE_NAME); in getResultFromDir()
299 File resultFile = new File(resultDir, TEST_RESULT_FILE_NAME); in writeResults()
548 File resultFile = new File(resultDir, TEST_RESULT_FILE_NAME); in getResultDirectories()
/cts/common/util/tests/src/com/android/compatibility/common/util/
DResultHandlerTest.java223 File resultFile = new File(resultDir, ResultHandler.TEST_RESULT_FILE_NAME); in writeResultDir()