Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/command/
DCommandScheduler.java1731 List<ExecutableCommandState> cmdCopy = getAllCommands(); in getCommandTrackers()
1918 List<ExecutableCommandState> cmdCopy = getAllCommands(); in dumpCommandsXml()
1966 List<ExecutableCommandState> cmdCopy = getAllCommands(); in displayCommandQueue()
2214 synchronized List<ExecutableCommandState> getAllCommands() { in getAllCommands() method in CommandScheduler