Searched refs:typeOfCommand (Results 1 – 6 of 6) sorted by relevance
37 public int typeOfCommand; field in CommandDetails53 this.typeOfCommand == other.typeOfCommand); in compareTo()59 typeOfCommand = in.readInt(); in CommandDetails()67 dest.writeInt(typeOfCommand); in writeToParcel()93 " typeOfCommand=" + typeOfCommand + in toString()
589 buf.write(cmdDet.typeOfCommand); in sendTerminalResponse()638 CommandType cmdType = AppInterface.CommandType.fromInt(cmdDet.typeOfCommand); in encodeOptionalTags()947 if ((resMsg.mCmdDet.typeOfCommand == CommandType.SET_UP_EVENT_LIST.value()) in validateResponse()948 || (resMsg.mCmdDet.typeOfCommand == CommandType.SET_UP_MENU.value())) { in validateResponse()949 CatLog.d(this, "CmdType: " + resMsg.mCmdDet.typeOfCommand); in validateResponse()993 AppInterface.CommandType type = AppInterface.CommandType.fromInt(cmdDet.typeOfCommand); in handleCmdResponse()
39 return AppInterface.CommandType.fromInt(mCmdDet.typeOfCommand); in getCommandType()
220 return AppInterface.CommandType.fromInt(mCmdDet.typeOfCommand); in getCmdType()
144 .fromInt(cmdDet.typeOfCommand); in make()599 .fromInt(cmdDet.typeOfCommand); in processSelectItem()1067 AppInterface.CommandType.fromInt(cmdDet.typeOfCommand); in processBIPClient()
50 cmdDet.typeOfCommand = rawValue[valueIndex + 1] & 0xff; in retrieveCommandDetails()