Home
last modified time | relevance | path

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

/tools/tradefederation/core/remote/src/com/android/tradefed/command/remote/
DGetLastCommandResultOp.java122 if (commandResult.getInvocationErrorDetails() != null) { in packResponseIntoJson()
123 json.put(INVOCATION_ERROR, commandResult.getInvocationErrorDetails()); in packResponseIntoJson()
DCommandResult.java56 String getInvocationErrorDetails() { in getInvocationErrorDetails() method in CommandResult
DRemoteClient.java230 handler.failure(r.getInvocationErrorDetails(), r.getFreeDeviceState(), in sendGetLastCommandResult()