Home
last modified time | relevance | path

Searched refs:setExitCode (Results 1 – 3 of 3) sorted by relevance

/tools/tradefederation/core/src/com/android/tradefed/invoker/
DTestInvocation.java577 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/
DTestInvocationTest.java247 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()
DTestInvocationMultiTest.java95 protected void setExitCode(ExitCode code, Throwable stack) { in setUp()