Home
last modified time | relevance | path

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

/packages/apps/TV/tuner/src/com/android/tv/tuner/data/
DSectionParser.java154 private static final int VALUE_US_MV_X = 7; field in SectionParser
1406 if (value >= VALUE_US_MV_G && value <= VALUE_US_MV_X) { in getUsRating()
1407 if (value == VALUE_US_MV_X) { in getUsRating()