Home
last modified time | relevance | path

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

/cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/
DDeqpTestRunner.java786 private static enum MachineState { enum in DeqpTestRunner.Recovery
793 private MachineState mState = MachineState.WAIT;
820 mState = MachineState.WAIT; in onExecutionProgressed()
833 mState = MachineState.REBOOT; // the next step is to reboot in recoverConnectionRefused()
846 mState = MachineState.FAIL; // the next step is to fail in recoverConnectionRefused()
872 mState = MachineState.RECOVER; // the next step is to recover the device in recoverComLinkKilled()
892 mState = MachineState.REBOOT; // the next step is to reboot in recoverComLinkKilled()
909 mState = MachineState.FAIL; // the next step is to fail in recoverComLinkKilled()