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