Searched refs:testFileName (Results 1 – 1 of 1) sorted by relevance
/tools/tradefederation/contrib/src/com/android/uicd/tests/ |
D | UiConductorTest.java | 193 String testFileName) { in runTest() argument 195 new TestDescription(this.getClass().getSimpleName(), testFileName); in runTest() 200 rUtil.runTimedCmd(testTimeout, getCommand(jarFile, testFileName, testId, key)); in runTest() 230 String testResultFileName = testFileName + "_action_execution_result"; in runTest() 340 private String[] getCommand(File jarFile, String testFileName, String testId, String key) { in getCommand() argument 345 if (!getTestFilesArgsForUicdBin(TESTS_RELATIVE_PATH, testFileName).isEmpty()) { in getCommand() 347 command.add(getTestFilesArgsForUicdBin(TESTS_RELATIVE_PATH, testFileName)); in getCommand()
|