Home
last modified time | relevance | path

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

/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/
DPythonUnitTestRunnerTest.java119 public CommandResult getCommandResult() { in getCommandResult() method in PythonUnitTestRunnerTest.UnitTestResult
165 CommandResult expectedResult = testResult.getCommandResult(); in getMockRunUtil()
/tools/tradefederation/core/src/com/android/tradefed/command/remote/
DRemoteManager.java428 commandResult.getCommandResult().getStatus() == Status.EXECUTING) { in processExecCommand()
458 c.packResponseIntoJson(tracker.getCommandResult(), json); in processGetLastCommandResult()
DExecCommandTracker.java68 CommandResult getCommandResult() { in getCommandResult() method in ExecCommandTracker