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.java128 private Set<ExecutableCommand> mExecutingCommands; field in CommandScheduler
318 mExecutingCommands.remove(this); in commandFinished()
847 mExecutingCommands = new HashSet<>(); in CommandScheduler()
1049 mExecutingCommands.add(cmd); in processReadyCommands()
1428 mExecutingCommands.add(execCmd); in execCommand()
1505 mExecutingCommands.add(execCmd); in execCommand()
2211 return mReadyCommands.size() + mExecutingCommands.size() + mSleepingCommands.size(); in getAllCommandsSize()
2216 for (ExecutableCommand cmd : mExecutingCommands) { in getAllCommands()