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