Searched defs:mBlockedContentRating (Results 1 - 1 of 1) sorted by relevance

/packages/apps/TV/src/com/android/tv/ui/
H A DTunableTvView.java154 private TvContentRating mBlockedContentRating; field in class:TunableTvView
408 mBlockedContentRating = null;
417 if (rating != null && rating.equals(mBlockedContentRating)) {
420 mBlockedContentRating = rating;
699 mBlockedContentRating = null;
930 return mBlockedContentRating != null;
940 return mBlockedContentRating;
991 (mScreenBlocked || mBlockedContentRating != null) && mParentControlEnabled
1068 } else if (mBlockedContentRating != null && mParentControlEnabled) {
1069 String name = mContentRatingsManager.getDisplayNameForRating(mBlockedContentRating);
[all...]

Completed in 28 milliseconds