Home
last modified time | relevance | path

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

/platform_testing/libraries/compatibility-common-util/src/com/android/compatibility/common/util/
DResultHandler.java68 public static final String TEST_RESULT_FILE_NAME = "test_result.xml"; field in ResultHandler
174 resultFile = new File(resultDir, TEST_RESULT_FILE_NAME); in getResultFromDir()
406 File resultFile = new File(resultDir, TEST_RESULT_FILE_NAME); in writeResults()
685 File resultFile = new File(resultDir, TEST_RESULT_FILE_NAME); in getResultDirectories()
/platform_testing/libraries/compatibility-common-util/tests/src/com/android/compatibility/common/util/
DResultHandlerTest.java442 File resultFile = new File(resultDir, ResultHandler.TEST_RESULT_FILE_NAME); in writeResultDir()