Home
last modified time | relevance | path

Searched refs:getBlockedRating (Results 1 – 4 of 4) sorted by relevance

/packages/apps/TV/src/com/android/tv/parental/
DParentalControlSettings.java169 public TvContentRating getBlockedRating(ImmutableList<TvContentRating> ratings) { in getBlockedRating() method in ParentalControlSettings
206 return getBlockedRating(ratings) != null; in isRatingBlocked()
/packages/apps/TV/src/com/android/tv/dvr/ui/browse/
DDvrDetailsFragment.java227 TvContentRating blockRatings = parental.getBlockedRating(ratings); in startPlayback()
/packages/apps/TV/src/com/android/tv/guide/
DProgramTableAdapter.java688 return parental.getBlockedRating(program.getContentRatings());
/packages/apps/TV/src/com/android/tv/ui/
DTunableTvView.java1130 mParentalControlSettings.getBlockedRating(currentProgram.getContentRatings()); in shouldShowImageForTuning()