Searched refs:CONTENT_RATING_LEVEL_LOW (Results 1 – 3 of 3) sorted by relevance
88 CONTENT_RATING_LEVEL_LOW, CONTENT_RATING_LEVEL_CUSTOM })93 public static final int CONTENT_RATING_LEVEL_LOW = 3; field in TvSettings
61 sLevelResourceIdMap.put(TvSettings.CONTENT_RATING_LEVEL_LOW, in sLevelResourceIdMap.put() argument71 sDescriptionResourceIdMap.put(TvSettings.CONTENT_RATING_LEVEL_LOW, in sDescriptionResourceIdMap.put() argument
45 } else if (level == TvSettings.CONTENT_RATING_LEVEL_LOW) { in getRatingsForLevel()