Home
last modified time | relevance | path

Searched refs:getContentRatings (Results 1 – 10 of 10) sorted by relevance

/packages/apps/TV/src/com/android/tv/search/
DDataManagerSearch.java171 && !isRatingBlocked(program.getContentRatings())) { in searchFromDataManagers()
197 && !isRatingBlocked(program.getContentRatings())) { in searchFromDataManagers()
237 if (program != null && isRatingBlocked(program.getContentRatings())) { in addResult()
/packages/apps/TV/src/com/android/tv/data/api/
DBaseProgram.java109 ImmutableList<TvContentRating> getContentRatings(); in getContentRatings() method
/packages/apps/TV/src/com/android/tv/data/
DProgramImpl.java367 public ImmutableList<TvContentRating> getContentRatings() { in getContentRatings() method in ProgramImpl
573 TvContentRatingCache.contentRatingsToString(program.getContentRatings())); in toContentValues()
625 mContentRatings = other.getContentRatings(); in copyFrom()
/packages/apps/TV/src/com/android/tv/menu/
DChannelCardView.java141 || !parental.isRatingBlocked(mProgram.getContentRatings())) { in updateProgram()
/packages/apps/TV/src/com/android/tv/recommendation/
DChannelPreviewUpdater.java208 program.getContentRatings()))) { in updatePreviewDataForChannels()
/packages/apps/TV/src/com/android/tv/dvr/ui/browse/
DDvrDetailsFragment.java226 ImmutableList<TvContentRating> ratings = recordedProgram.getContentRatings(); in startPlayback()
/packages/apps/TV/src/com/android/tv/dvr/data/
DRecordedProgram.java175 TvContentRatingCache.contentRatingsToString(recordedProgram.getContentRatings())); in toValues()
/packages/apps/TV/src/com/android/tv/ui/
DChannelBannerView.java753 (program == null) ? null : program.getContentRatings();
DTunableTvView.java1146 mParentalControlSettings.getBlockedRating(currentProgram.getContentRatings()); in shouldShowImageForTuning()
/packages/apps/TV/src/com/android/tv/guide/
DProgramTableAdapter.java722 return parental.getBlockedRating(program.getContentRatings());