Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/command/
DCommandScheduler.java121 private List<ExecutableCommand> mReadyCommands; field in CommandScheduler
844 mReadyCommands = new LinkedList<>(); in CommandScheduler()
1039 Collections.sort(mReadyCommands, new ExecutableCommandComparator()); in processReadyCommands()
1040 Iterator<ExecutableCommand> cmdIter = mReadyCommands.iterator(); in processReadyCommands()
1387 mReadyCommands.add(cmd); in addExecCommandToQueue()
1395 mReadyCommands.add(cmd); in addExecCommandToQueue()
1654 mReadyCommands.clear(); in removeAllCommands()
1666 Iterator<ExecutableCommand> cmdIter = mReadyCommands.iterator(); in removeCommandsFromFile()
2211 return mReadyCommands.size() + mExecutingCommands.size() + mSleepingCommands.size(); in getAllCommandsSize()
2219 for (ExecutableCommand cmd : mReadyCommands) { in getAllCommands()
[all …]