Searched refs:setExitCode (Results 1 – 3 of 3) sorted by relevance
/tools/tradefederation/core/src/com/android/tradefed/invoker/ |
D | TestInvocation.java | 577 setExitCode(ExitCode.NO_BUILD, new BuildRetrievalError("No build found to test.")); in invokeFetchBuild() 663 setExitCode(ExitCode.NO_ERROR, null); in invoke() 694 protected void setExitCode(ExitCode code, Throwable stack) { in setExitCode() method in TestInvocation
|
/tools/tradefederation/core/tests/src/com/android/tradefed/invoker/ |
D | TestInvocationTest.java | 247 protected void setExitCode(ExitCode code, Throwable stack) { in setUp() 870 protected void setExitCode(ExitCode code, Throwable stack) { in testInvoke_strictShardableTest_withShardIndex() 960 protected void setExitCode(ExitCode code, Throwable stack) { in testInvoke_nonStrictShardableTest_withShardIndexNonZero() 1632 protected void setExitCode(ExitCode code, Throwable stack) { in testInvoke_deviceInfoBuild_noEnv() 1702 protected void setExitCode(ExitCode code, Throwable stack) { in testInvoke_deviceInfoBuild_withEnv() 1785 protected void setExitCode(ExitCode code, Throwable stack) { in testInvoke_deviceInfoBuild_withEnv_andSkipProperty()
|
D | TestInvocationMultiTest.java | 95 protected void setExitCode(ExitCode code, Throwable stack) { in setUp()
|