Home
last modified time | relevance | path

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

/developers/build/prebuilts/androidtv/sample-inputs/app/src/main/java/com/example/android/sampletvinput/rich/
DRichTvInputService.java127 private TvContentRating mCurrentContentRating; field in RichTvInputService.RichTvInputSessionImpl
262 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()