Searched refs:CONTENT_RATING_LEVEL_LOW (Results 1 – 3 of 3) sorted by relevance
61 CONTENT_RATING_LEVEL_LOW,69 public static final int CONTENT_RATING_LEVEL_LOW = 3; field in TvSettings
71 sLevelResourceIdMap.put(TvSettings.CONTENT_RATING_LEVEL_LOW, R.string.option_rating_low); in sLevelResourceIdMap.put() argument81 TvSettings.CONTENT_RATING_LEVEL_LOW, R.string.option_rating_low_description); in sDescriptionResourceIdMap.put() argument
44 } else if (level == TvSettings.CONTENT_RATING_LEVEL_LOW) { in getRatingsForLevel()