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()
586 buf.write(cmdDet.typeOfCommand); in sendTerminalResponse()635 CommandType cmdType = AppInterface.CommandType.fromInt(cmdDet.typeOfCommand); in encodeOptionalTags()944 if ((resMsg.mCmdDet.typeOfCommand == CommandType.SET_UP_EVENT_LIST.value()) in validateResponse()945 || (resMsg.mCmdDet.typeOfCommand == CommandType.SET_UP_MENU.value())) { in validateResponse()946 CatLog.d(this, "CmdType: " + resMsg.mCmdDet.typeOfCommand); in validateResponse()990 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()
48 cmdDet.typeOfCommand = rawValue[valueIndex + 1] & 0xff; in retrieveCommandDetails()
153 .fromInt(cmdDet.typeOfCommand); in make()608 .fromInt(cmdDet.typeOfCommand); in processSelectItem()1076 AppInterface.CommandType.fromInt(cmdDet.typeOfCommand); in processBIPClient()