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.java134 private Set<ExecutableCommand> mExecutingCommands; field in CommandScheduler
324 mExecutingCommands.remove(this); in commandFinished()
887 mExecutingCommands = new HashSet<>(); in CommandScheduler()
1081 mExecutingCommands.add(cmd); in processReadyCommands()
1541 mExecutingCommands.add(execCmd); in execCommand()
1571 mExecutingCommands.add(execCmd); in execCommand()
2335 return mReadyCommands.size() + mExecutingCommands.size() + mSleepingCommands.size(); in getAllCommandsSize()
2340 for (ExecutableCommand cmd : mExecutingCommands) { in getAllCommands()
2384 return mExecutingCommands.size(); in getExecutingCommandCount()