Searched refs:mRatings (Results 1 – 3 of 3) sorted by relevance
46 private Set<TvContentRating> mRatings; field in ParentalControlSettings89 mRatings = new HashSet<>(mTvInputManager.getBlockedRatings()); in loadRatings()94 removed.removeAll(mRatings); in storeRatings()99 Set<TvContentRating> added = new HashSet<>(mRatings); in storeRatings()109 mRatings = ContentRatingLevelPolicy.getRatingsForLevel(this, manager, currentLevel); in updateRatingsForCurrentLevel()112 mRatings.add(TvContentRating.UNRATED); in updateRatingsForCurrentLevel()125 mCustomRatings = mRatings; in setContentRatingLevel()130 mRatings = new HashSet<>(mCustomRatings); in setContentRatingLevel()133 mRatings = ContentRatingLevelPolicy.getRatingsForLevel(this, manager, level); in setContentRatingLevel()137 mRatings.add(TvContentRating.UNRATED); in setContentRatingLevel()[all …]
62 private final List<Rating> mRatings; field in ContentRatingSystem105 return mRatings; in getRatings()109 for (Rating rating : mRatings) { in getRating()173 mRatings = ratings; in ContentRatingSystem()
609 private final HashMap<String, Integer> mRatings; field in PsipData.ParentalRatingDescriptor612 mRatings = ratings; in ParentalRatingDescriptor()621 return mRatings; in getRatings()626 return String.format("Parental rating descriptor, ratings:" + mRatings); in toString()