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