Home
last modified time | relevance | path

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

/developers/build/prebuilts/androidtv/sample-inputs/app/src/main/java/com/example/android/sampletvinput/rich/
DRichTvInputService.java120 private TvInputManager mTvInputManager; field in RichTvInputService.RichTvInputSessionImpl
200 mTvInputManager = (TvInputManager) context.getSystemService(Context.TV_INPUT_SERVICE); in RichTvInputSessionImpl()
353 if (mCurrentContentRating == null || !mTvInputManager.isParentalControlsEnabled() in checkContentBlockNeeded()
354 || !mTvInputManager.isRatingBlocked(mCurrentContentRating) in checkContentBlockNeeded()