Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/command/
DCommandScheduler.java223 private enum CommandState { enum in CommandScheduler
230 CommandState(String displayName) { in CommandState() method in CommandScheduler.CommandState
379 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()