Searched refs:mErrorCode (Results 1 – 2 of 2) sorted by relevance
49 private ExitCode mErrorCode = ExitCode.NO_ERROR; field in TradefedSandboxRunner54 return mErrorCode; in getErrorCode()94 mErrorCode = ExitCode.THROWABLE_EXCEPTION; in run()112 mErrorCode = ExitCode.THROWABLE_EXCEPTION; in run()125 mErrorCode = ExitCode.NO_DEVICE_ALLOCATED; in run()128 mErrorCode = ExitCode.CONFIG_EXCEPTION; in run()135 if (ExitCode.NO_ERROR.equals(mErrorCode)) { in run()136 mErrorCode = mScheduler.getLastInvocationExitCode(); in run()140 mErrorCode = ExitCode.THROWABLE_EXCEPTION; in run()142 if (!ExitCode.NO_ERROR.equals(mErrorCode) in run()
37 private ExitCode mErrorCode = ExitCode.NO_ERROR; field in CommandRunner44 return mErrorCode; in getErrorCode()93 mErrorCode = ExitCode.CONFIG_EXCEPTION; in run()103 mErrorCode = ExitCode.NO_DEVICE_ALLOCATED; in run()110 if (ExitCode.NO_ERROR.equals(mErrorCode)) { in run()111 mErrorCode = mScheduler.getLastInvocationExitCode(); in run()115 mErrorCode = ExitCode.THROWABLE_EXCEPTION; in run()119 if (!ExitCode.NO_ERROR.equals(mErrorCode) in run()