Home
last modified time | relevance | path

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

/packages/apps/TV/src/com/android/tv/ui/
DTunableTvView.java157 private TvContentRating mBlockedContentRating; field in TunableTvView
372 mBlockedContentRating = null;
381 if (rating != null && rating.equals(mBlockedContentRating)) {
384 mBlockedContentRating = rating;
662 mBlockedContentRating = null; in tuneTo()
902 return mBlockedContentRating != null; in isContentBlocked()
912 return mBlockedContentRating; in getBlockedContentRating()
963 (mScreenBlocked || mBlockedContentRating != null) && mParentControlEnabled in updateBlockScreen()
1046 } else if (mBlockedContentRating != null && mParentControlEnabled) { in getBlockScreenText()
1047 String name = mContentRatingsManager.getDisplayNameForRating(mBlockedContentRating); in getBlockScreenText()
[all …]