Searched refs:CommandState (Results 1 – 1 of 1) sorted by relevance
223 private enum CommandState { enum in CommandScheduler230 CommandState(String displayName) { in CommandState() method in CommandScheduler.CommandState379 final CommandState state;381 ExecutableCommandState(ExecutableCommand cmd, CommandState state) { in ExecutableCommandState()2579 cmds.add(new ExecutableCommandState(cmd, CommandState.EXECUTING)); in getAllCommands()2582 cmds.add(new ExecutableCommandState(cmd, CommandState.WAITING_FOR_DEVICE)); in getAllCommands()2585 cmds.add(new ExecutableCommandState(cmd, CommandState.SLEEPING)); in getAllCommands()