Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/command/
DICommandOptions.java280 public Integer getMultiDeviceCount(); in getMultiDeviceCount() method
DCommandOptions.java851 public Integer getMultiDeviceCount() { in getMultiDeviceCount() method in CommandOptions
/tools/tradefederation/core/src/com/android/tradefed/invoker/shard/
DParentShardReplicate.java55 deviceCount = config.getCommandOptions().getMultiDeviceCount(); in replicatedSetup()
/tools/tradefederation/core/src/com/android/tradefed/invoker/
DInvocationExecution.java655 Integer multiDeviceCount = config.getCommandOptions().getMultiDeviceCount(); in runDevicePreInvocationSetup()