Searched refs:getBlockedRating (Results 1 – 4 of 4) sorted by relevance
171 public TvContentRating getBlockedRating(ImmutableList<TvContentRating> ratings) { in getBlockedRating() method in ParentalControlSettings208 return getBlockedRating(ratings) != null; in isRatingBlocked()
227 TvContentRating blockRatings = parental.getBlockedRating(ratings); in startPlayback()
722 return parental.getBlockedRating(program.getContentRatings());
1146 mParentalControlSettings.getBlockedRating(currentProgram.getContentRatings()); in shouldShowImageForTuning()