Home
last modified time | relevance | path

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

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