Searched refs:typeOfCommand (Results 1 – 6 of 6) sorted by relevance
38 public int typeOfCommand; field in CommandDetails54 this.typeOfCommand == other.typeOfCommand); in compareTo()60 typeOfCommand = in.readInt(); in CommandDetails()68 dest.writeInt(typeOfCommand); in writeToParcel()94 " typeOfCommand=" + typeOfCommand + in toString()
587 buf.write(cmdDet.typeOfCommand); in sendTerminalResponse()636 CommandType cmdType = AppInterface.CommandType.fromInt(cmdDet.typeOfCommand); in encodeOptionalTags()945 if ((resMsg.mCmdDet.typeOfCommand == CommandType.SET_UP_EVENT_LIST.value()) in validateResponse()946 || (resMsg.mCmdDet.typeOfCommand == CommandType.SET_UP_MENU.value())) { in validateResponse()947 CatLog.d(this, "CmdType: " + resMsg.mCmdDet.typeOfCommand); in validateResponse()991 AppInterface.CommandType type = AppInterface.CommandType.fromInt(cmdDet.typeOfCommand); in handleCmdResponse()
40 return AppInterface.CommandType.fromInt(mCmdDet.typeOfCommand); in getCommandType()
221 return AppInterface.CommandType.fromInt(mCmdDet.typeOfCommand); in getCmdType()
154 .fromInt(cmdDet.typeOfCommand); in make()609 .fromInt(cmdDet.typeOfCommand); in processSelectItem()1077 AppInterface.CommandType.fromInt(cmdDet.typeOfCommand); in processBIPClient()
49 cmdDet.typeOfCommand = rawValue[valueIndex + 1] & 0xff; in retrieveCommandDetails()