Searched refs:mExecutingCommands (Results 1 – 1 of 1) sorted by relevance
128 private Set<ExecutableCommand> mExecutingCommands; field in CommandScheduler318 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()