Home
last modified time | relevance | path

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

/tools/tradefederation/core/remote/src/com/android/tradefed/command/remote/
DGetLastCommandResultOp.java125 if (commandResult.getFreeDeviceState() != null) { in packResponseIntoJson()
126 json.put(FREE_DEVICE_STATE, commandResult.getFreeDeviceState().name()); in packResponseIntoJson()
DCommandResult.java60 FreeDeviceState getFreeDeviceState() { in getFreeDeviceState() method in CommandResult
DRemoteClient.java230 handler.failure(r.getInvocationErrorDetails(), r.getFreeDeviceState(), in sendGetLastCommandResult()