Home
last modified time | relevance | path

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

/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/binary/
DExecutableBaseTest.java194 Map<String, String> testCommands = getAllTestCommands(); in run()
446 Map<String, String> getAllTestCommands() { in getAllTestCommands() method in ExecutableBaseTest
/tools/tradefederation/core/javatests/com/android/tradefed/testtype/binary/
DExecutableTargetTestTest.java442 .mapToInt(x -> ((ExecutableTargetTest) x).getAllTestCommands().size()) in testShard_SplitPerShard()
451 .map(x -> ((ExecutableTargetTest) x).getAllTestCommands().get(testName)) in testShard_SplitPerShard()