Searched refs:getContentRatings (Results 1 – 10 of 10) sorted by relevance
171 && !isRatingBlocked(program.getContentRatings())) { in searchFromDataManagers()197 && !isRatingBlocked(program.getContentRatings())) { in searchFromDataManagers()237 if (program != null && isRatingBlocked(program.getContentRatings())) { in addResult()
109 ImmutableList<TvContentRating> getContentRatings(); in getContentRatings() method
367 public ImmutableList<TvContentRating> getContentRatings() { in getContentRatings() method in ProgramImpl573 TvContentRatingCache.contentRatingsToString(program.getContentRatings())); in toContentValues()625 mContentRatings = other.getContentRatings(); in copyFrom()
141 || !parental.isRatingBlocked(mProgram.getContentRatings())) { in updateProgram()
208 program.getContentRatings()))) { in updatePreviewDataForChannels()
226 ImmutableList<TvContentRating> ratings = recordedProgram.getContentRatings(); in startPlayback()
175 TvContentRatingCache.contentRatingsToString(recordedProgram.getContentRatings())); in toValues()
753 (program == null) ? null : program.getContentRatings();
1146 mParentalControlSettings.getBlockedRating(currentProgram.getContentRatings()); in shouldShowImageForTuning()
722 return parental.getBlockedRating(program.getContentRatings());