Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/command/
DCommandScheduler.java154 private Set<ExecutableCommand> mSleepingCommands; field in CommandScheduler
1093 mSleepingCommands = new HashSet<>(); in CommandScheduler()
1758 mSleepingCommands.add(cmd); in addExecCommandToQueue()
1765 if (mSleepingCommands.remove(cmd)) { in addExecCommandToQueue()
2174 mSleepingCommands.clear(); in removeAllCommands()
2194 cmdIter = mSleepingCommands.iterator(); in removeCommandsFromFile()
2573 return mReadyCommands.size() + mExecutingCommands.size() + mSleepingCommands.size(); in getAllCommandsSize()
2584 for (ExecutableCommand cmd : mSleepingCommands) { in getAllCommands()