Searched refs:mErrorCode (Results 1 – 2 of 2) sorted by relevance
57 private ExitCode mErrorCode = ExitCode.NO_ERROR; field in TradefedSandboxRunner62 return mErrorCode; in getErrorCode()107 mErrorCode = ExitCode.THROWABLE_EXCEPTION; in run()125 mErrorCode = ExitCode.THROWABLE_EXCEPTION; in run()150 mErrorCode = ExitCode.NO_DEVICE_ALLOCATED; in run()153 mErrorCode = ExitCode.CONFIG_EXCEPTION; in run()160 if (ExitCode.NO_ERROR.equals(mErrorCode)) { in run()161 mErrorCode = mScheduler.getLastInvocationExitCode(); in run()165 mErrorCode = ExitCode.THROWABLE_EXCEPTION; in run()167 if (!ExitCode.NO_ERROR.equals(mErrorCode) in run()
59 private ExitCode mErrorCode = ExitCode.NO_ERROR; field in CommandRunner68 return mErrorCode; in getErrorCode()152 mErrorCode = ExitCode.CONFIG_EXCEPTION; in run()169 mErrorCode = ExitCode.NO_DEVICE_ALLOCATED; in run()176 if (ExitCode.NO_ERROR.equals(mErrorCode)) { in run()177 mErrorCode = mScheduler.getLastInvocationExitCode(); in run()181 mErrorCode = ExitCode.THROWABLE_EXCEPTION; in run()185 if (!ExitCode.NO_ERROR.equals(mErrorCode) in run()