Searched refs:mCurrentContentRating (Results 1 – 1 of 1) sorted by relevance
127 private TvContentRating mCurrentContentRating; field in RichTvInputService.RichTvInputSessionImpl262 mCurrentContentRating = info.contentRatings.length > 0 ? in playProgram()353 if (mCurrentContentRating == null || !mTvInputManager.isParentalControlsEnabled() in checkContentBlockNeeded()354 || !mTvInputManager.isRatingBlocked(mCurrentContentRating) in checkContentBlockNeeded()355 || mUnblockedRatingSet.contains(mCurrentContentRating)) { in checkContentBlockNeeded()362 mLastBlockedRating = mCurrentContentRating; in checkContentBlockNeeded()369 notifyContentBlocked(mCurrentContentRating); in checkContentBlockNeeded()