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.java846 private static enum MachineState { enum in DeqpTestRunner.Recovery
853 private MachineState mState = MachineState.WAIT;
880 mState = MachineState.WAIT; in onExecutionProgressed()
893 mState = MachineState.REBOOT; // the next step is to reboot in recoverConnectionRefused()
906 mState = MachineState.FAIL; // the next step is to fail in recoverConnectionRefused()
932 mState = MachineState.RECOVER; // the next step is to recover the device in recoverComLinkKilled()
952 mState = MachineState.REBOOT; // the next step is to reboot in recoverComLinkKilled()
969 mState = MachineState.FAIL; // the next step is to fail in recoverComLinkKilled()