Searched refs:mRatings (Results 1 – 3 of 3) sorted by relevance
45 private Set<TvContentRating> mRatings; field in ParentalControlSettings87 mRatings = new HashSet<>(mTvInputManager.getBlockedRatings()); in loadRatings()92 removed.removeAll(mRatings); in storeRatings()97 Set<TvContentRating> added = new HashSet<>(mRatings); in storeRatings()107 mRatings = ContentRatingLevelPolicy.getRatingsForLevel(this, manager, currentLevel); in updateRatingsForCurrentLevel()110 mRatings.add(TvContentRating.UNRATED); in updateRatingsForCurrentLevel()123 mCustomRatings = mRatings; in setContentRatingLevel()128 mRatings = new HashSet<>(mCustomRatings); in setContentRatingLevel()131 mRatings = ContentRatingLevelPolicy.getRatingsForLevel(this, manager, level); in setContentRatingLevel()135 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()