Home
last modified time | relevance | path

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

/packages/apps/TV/usbtuner/src/com/android/usbtuner/ts/
DSectionParser.java98 private static final String[] RATING_REGION_TABLE_KR_TV = { field in SectionParser
769 && index.getRating() < RATING_REGION_TABLE_KR_TV.length) { in generateContentRating()
770 rating = RATING_REGION_TABLE_KR_TV[index.getRating()]; in generateContentRating()