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.java160 private TvContentRating mBlockedContentRating; field in TunableTvView
376 mBlockedContentRating = null;
385 if (rating != null && rating.equals(mBlockedContentRating)) {
388 mBlockedContentRating = rating;
693 mBlockedContentRating = null; in tuneTo()
943 return mBlockedContentRating != null; in isContentBlocked()
953 return mBlockedContentRating; in getBlockedContentRating()
1004 (mScreenBlocked || mBlockedContentRating != null) && mParentControlEnabled in updateBlockScreen()
1099 } else if (mBlockedContentRating != null && mParentControlEnabled) { in getBlockScreenText()
1100 String name = mContentRatingsManager.getDisplayNameForRating(mBlockedContentRating); in getBlockScreenText()
[all …]