HomeSort by relevance Sort by last modified time
    Searched refs:tvContentRating (Results 1 - 2 of 2) sorted by null

  /packages/apps/TV/src/com/android/tv/parental/
ContentRatingLevelPolicy.java 19 import android.media.tv.TvContentRating;
36 public static Set<TvContentRating> getRatingsForLevel(
51 private static Set<TvContentRating> getRatingsForAge(
53 Set<TvContentRating> ratings = new HashSet<>();
67 TvContentRating tvContentRating = TvContentRating.createRating(
70 ratings.add(tvContentRating);
72 tvContentRating = TvContentRating.createRating
    [all...]
ParentalControlSettings.java 20 import android.media.tv.TvContentRating;
51 private Set<TvContentRating> mRatings;
52 private Set<TvContentRating> mCustomRatings;
76 for (TvContentRating tvContentRating : mTvInputManager.getBlockedRatings()) {
77 if (contentRatingSystem.ownsRating(tvContentRating)) {
78 mTvInputManager.removeBlockedRating(tvContentRating);
95 Set<TvContentRating> removed = new HashSet<>(mTvInputManager.getBlockedRatings());
97 for (TvContentRating tvContentRating : removed)
    [all...]

Completed in 41 milliseconds