Home
last modified time | relevance | path

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

/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/binary/
DExecutableBaseTest.java74 private Map<String, String> mTestCommands = new LinkedHashMap<>(); field in ExecutableBaseTest
100 return mTestCommands; in getTestCommands()
268 int testCount = mBinaryPaths.size() + mTestCommands.size(); in split()
276 Map<String, String> testCommands = new LinkedHashMap<>(mTestCommands); in split()
298 shard.mTestCommands.clear(); in getTestShard()
304 shard.mTestCommands.put(testName, cmd); in getTestShard()
328 Map<String, String> testCommands = new LinkedHashMap<>(mTestCommands); in getAllTestCommands()