Searched refs:textBits (Results 1 – 1 of 1) sorted by relevance
1719 int textBits = getBitsForNumFields(msgEncoding, numFields); in decodeServiceCategoryProgramData() local1720 if (paramBits < textBits) { in decodeServiceCategoryProgramData()1721 throw new CodingException("category name is " + textBits + " bits in length," in decodeServiceCategoryProgramData()1729 userData.payload = inStream.readByteArray(textBits); in decodeServiceCategoryProgramData()1730 paramBits -= textBits; in decodeServiceCategoryProgramData()