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