Home
last modified time | relevance | path

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

/developers/build/prebuilts/androidtv/sample-inputs/app/src/main/java/com/example/android/sampletvinput/rich/
DRichTvInputService.java126 private TvContentRating mLastBlockedRating; field in RichTvInputService.RichTvInputSessionImpl
201 mLastBlockedRating = null; in RichTvInputSessionImpl()
362 mLastBlockedRating = mCurrentContentRating; in checkContentBlockNeeded()
374 if (rating == null || mLastBlockedRating == null in unblockContent()
375 || (mLastBlockedRating != null && rating.equals(mLastBlockedRating))) { in unblockContent()
376 mLastBlockedRating = null; in unblockContent()