Home
last modified time | relevance | path

Searched refs:isRatingBlocked (Results 1 – 7 of 7) sorted by relevance

/packages/apps/TV/src/com/android/tv/search/
DDataManagerSearch.java159 && !isRatingBlocked(program.getContentRatings())) { in searchFromDataManagers()
180 && !isRatingBlocked(program.getContentRatings())) { in searchFromDataManagers()
211 if (program != null && isRatingBlocked(program.getContentRatings())) { in addResult()
273 private boolean isRatingBlocked(TvContentRating[] ratings) { in isRatingBlocked() method in DataManagerSearch
280 if (mTvInputManager.isRatingBlocked(rating)) { in isRatingBlocked()
DTvProviderSearch.java273 if (c != null && c.moveToNext() && !isRatingBlocked(c.getString(2))) { in fillProgramInfo()
369 && !isRatingBlocked(c.getString(3))) { in searchPrograms()
410 private boolean isRatingBlocked(String ratings) { in isRatingBlocked() method in TvProviderSearch
417 if (mTvInputManager.isRatingBlocked(r)) { in isRatingBlocked()
/packages/apps/TV/src/com/android/tv/parental/
DParentalControlSettings.java164 public boolean isRatingBlocked(TvContentRating[] ratings) { in isRatingBlocked() method in ParentalControlSettings
179 if (mTvInputManager.isRatingBlocked(rating)) { in getBlockedRating()
193 public boolean isRatingBlocked(ContentRatingSystem contentRatingSystem, Rating rating) { in isRatingBlocked() method in ParentalControlSettings
258 if (isRatingBlocked(contentRatingSystem, rating)) { in getBlockedStatus()
/packages/apps/TV/src/com/android/tv/ui/sidepanel/parentalcontrols/
DSubRatingsFragment.java176 .isRatingBlocked(mContentRatingSystem, mRating); in isRatingEnabled()
DRatingsFragment.java257 setChecked(mParentalControlSettings.isRatingBlocked(mContentRatingSystem, mRating)); in onUpdate()
/packages/apps/TV/src/com/android/tv/menu/
DChannelCardView.java163 || !parental.isRatingBlocked(mProgram.getContentRatings()))
/packages/apps/TV/src/com/android/tv/tuner/tvinput/
DTunerSessionWorker.java1533 .isRatingBlocked(rating)) { in getContentRatingOfCurrentProgramBlocked()