Home
last modified time | relevance | path

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

/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/binary/
DExecutableBaseTest.java130 protected TestDescription[] getFilterDescriptions(Map<String, String> testCommands) { in getFilterDescriptions() argument
194 Map<String, String> testCommands = getAllTestCommands(); in run() local
357 Map<String, String> testCommands = new LinkedHashMap<>(mTestCommands); in splitByTestCommand() local
368 List<Map.Entry<String, String>> testCommands = new ArrayList<>(mTestCommands.entrySet()); in splitByShardCount() local
447 Map<String, String> testCommands = new LinkedHashMap<>(mTestCommands); in getAllTestCommands() local
/tools/netsim/src/hci/
Dbluetooth_facade.cc246 auto testCommands = rootcanal::TestCommandHandler(*gTestModel); in Start() local