Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/command/
DCommandRunner.java129 System.exit(console.getErrorCode().getCodeValue()); in main()
152 public int getCodeValue() { in getCodeValue() method in CommandRunner.ExitCode
/tools/tradefederation/core/src/com/android/tradefed/sandbox/
DTradefedSandboxRunner.java152 System.exit(console.getErrorCode().getCodeValue()); in main()
/tools/tradefederation/core/tests/src/com/android/tradefed/command/
DCommandRunnerTest.java135 assertEquals(0, mRunner.getErrorCode().getCodeValue()); in testRun_noError()