Home
last modified time | relevance | path

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

/test/vts/harnesses/tradefed/src/com/android/tradefed/util/
DVtsPythonRunnerHelper.java90 CommandStatus commandStatus; in runPythonRunner() local
92 commandStatus = process.waitForProcess(timeout); in runPythonRunner()
96 commandStatus = CommandStatus.TIMED_OUT; in runPythonRunner()
111 commandResult.setStatus(commandStatus); in runPythonRunner()
/test/vts/harnesses/tradefed/src/com/android/tradefed/testtype/
DVtsMultiDeviceTest.java1353 CommandStatus commandStatus = commandResult.getStatus(); in doRunTest() local
1354 if (commandStatus != CommandStatus.SUCCESS in doRunTest()
1355 && commandStatus != CommandStatus.TIMED_OUT) { in doRunTest()
1359 errorMsgs.add("Command status: " + commandStatus); in doRunTest()