Home
last modified time | relevance | path

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

/packages/apps/TV/src/com/android/tv/parental/
DParentalControlSettings.java25 import com.android.tv.util.TvSettings.ContentRatingLevel;
107 @ContentRatingLevel int currentLevel = getContentRatingLevel(); in updateRatingsForCurrentLevel()
119 ContentRatingsManager manager, @ContentRatingLevel int level) { in setContentRatingLevel()
120 @ContentRatingLevel int currentLevel = getContentRatingLevel(); in setContentRatingLevel()
143 @ContentRatingLevel
DContentRatingLevelPolicy.java23 import com.android.tv.util.TvSettings.ContentRatingLevel;
37 @ContentRatingLevel int level) { in getRatingsForLevel()
/packages/apps/TV/src/com/android/tv/util/
DTvSettings.java64 public @interface ContentRatingLevel {} annotation in TvSettings
212 @ContentRatingLevel
219 public static void setContentRatingLevel(Context context, @ContentRatingLevel int level) { in setContentRatingLevel()
/packages/apps/TV/src/com/android/tv/ui/sidepanel/parentalcontrols/
DRatingsFragment.java42 import com.android.tv.util.TvSettings.ContentRatingLevel;
93 @ContentRatingLevel in getDescription()
215 @ContentRatingLevel int ratingLevel = mParentalControlSettings.getContentRatingLevel(); in updateRatingLevels()