Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/command/
DICommandOptions.java106 public boolean runOnAllDevices(); in runOnAllDevices() method
DCommandOptions.java339 public boolean runOnAllDevices() { in runOnAllDevices() method in CommandOptions
DCommandScheduler.java1224 if (config.getCommandOptions().runOnAllDevices()) { in internalAddCommand()