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

  /packages/apps/TV/src/com/android/tv/parental/
ParentalControlSettings.java 50 // mRatings is expected to be synchronized with mTvInputManager.getBlockedRatings().
51 private Set<TvContentRating> mRatings;
91 mRatings = new HashSet<>(mTvInputManager.getBlockedRatings());
96 removed.removeAll(mRatings);
101 Set<TvContentRating> added = new HashSet<>(mRatings);
111 mRatings = ContentRatingLevelPolicy.getRatingsForLevel(this, manager, currentLevel);
123 mCustomRatings = mRatings;
128 mRatings = new HashSet<>(mCustomRatings);
131 mRatings = ContentRatingLevelPolicy.getRatingsForLevel(this, manager, level);
194 return mRatings.contains(toTvContentRating(contentRatingSystem, rating))
    [all...]
ContentRatingSystem.java 67 private final List<Rating> mRatings;
110 return mRatings;
164 mRatings = ratings;

Completed in 77 milliseconds