Home
last modified time | relevance | path

Searched refs:ratingDescriptionLength (Results 1 – 1 of 1) sorted by relevance

/packages/apps/TV/src/com/android/tv/tuner/ts/
DSectionParser.java1004 int ratingDescriptionLength = data[pos] & 0xff; in parseContentAdvisory() local
1006 if (limit < pos + ratingDescriptionLength) { in parseContentAdvisory()
1011 pos += ratingDescriptionLength; in parseContentAdvisory()