Home
last modified time | relevance | path

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

/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/binary/
DExecutableBaseTest.java160 Map<String, String> testCommands = getAllTestCommands(); in run() local
161 for (String testName : testCommands.keySet()) { in run()
162 String cmd = testCommands.get(testName); in run()
276 Map<String, String> testCommands = new LinkedHashMap<>(mTestCommands); in split() local
277 for (String testName : testCommands.keySet()) { in split()
278 String cmd = testCommands.get(testName); in split()
328 Map<String, String> testCommands = new LinkedHashMap<>(mTestCommands); in getAllTestCommands() local
330 testCommands.put(new File(binary).getName(), binary); in getAllTestCommands()
332 return testCommands; in getAllTestCommands()