Searched refs:getFreeDeviceState (Results 1 – 3 of 3) sorted by relevance
125 if (commandResult.getFreeDeviceState() != null) { in packResponseIntoJson()126 json.put(FREE_DEVICE_STATE, commandResult.getFreeDeviceState().name()); in packResponseIntoJson()
60 FreeDeviceState getFreeDeviceState() { in getFreeDeviceState() method in CommandResult
230 handler.failure(r.getInvocationErrorDetails(), r.getFreeDeviceState(), in sendGetLastCommandResult()