OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TEST_RESULT_FILE_NAME
(Results
1 - 2
of
2
) sorted by null
/cts/common/util/src/com/android/compatibility/common/util/
ResultHandler.java
60
public static final String
TEST_RESULT_FILE_NAME
= "test_result.xml";
156
File resultFile = new File(resultDir,
TEST_RESULT_FILE_NAME
);
299
File resultFile = new File(resultDir,
TEST_RESULT_FILE_NAME
);
548
File resultFile = new File(resultDir,
TEST_RESULT_FILE_NAME
);
/cts/common/util/tests/src/com/android/compatibility/common/util/
ResultHandlerTest.java
223
File resultFile = new File(resultDir, ResultHandler.
TEST_RESULT_FILE_NAME
);
Completed in 237 milliseconds