Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/command/
DCommandScheduler.java157 private Set<ExecutableCommand> mExecutingCommands; field in CommandScheduler
344 mExecutingCommands.remove(this); in commandFinished()
1094 mExecutingCommands = new HashSet<>(); in CommandScheduler()
1322 mExecutingCommands.add(cmd); in processReadyCommands()
1894 mExecutingCommands.add(execCmd); in execCommand()
2573 return mReadyCommands.size() + mExecutingCommands.size() + mSleepingCommands.size(); in getAllCommandsSize()
2578 for (ExecutableCommand cmd : mExecutingCommands) { in getAllCommands()
2621 return mExecutingCommands.size(); in getExecutingCommandCount()