Home
last modified time | relevance | path

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

/tools/tradefederation/contrib/src/com/android/uicd/tests/
DUiConductorTest.java112 private static final String TESTS_RELATIVE_PATH = "tests"; field in UiConductorTest
141 String testFilesDir = Paths.get(baseFilePath, TESTS_RELATIVE_PATH).toString(); in run()
345 if (!getTestFilesArgsForUicdBin(TESTS_RELATIVE_PATH, testFileName).isEmpty()) { in getCommand()
347 command.add(getTestFilesArgsForUicdBin(TESTS_RELATIVE_PATH, testFileName)); in getCommand()