Home
last modified time | relevance | path

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

/packages/apps/TV/src/com/android/tv/ui/sidepanel/parentalcontrols/
DRatingSystemsFragment.java50 tvActivity.getContentRatingsManager().getContentRatingSystems(); in getDescription()
76 ContentRatingsManager contentRatingsManager = getMainActivity().getContentRatingsManager(); in getItemList()
135 tvActivity.getContentRatingsManager().getContentRatingSystems(); in setDefaultRatingSystemsIfNeeded()
136 ContentRatingsManager manager = tvActivity.getContentRatingsManager(); in setDefaultRatingSystemsIfNeeded()
169 getMainActivity().getContentRatingsManager(), mContentRatingSystem, in onSelected()
DRatingsFragment.java115 getMainActivity().getContentRatingsManager().getContentRatingSystems(); in getItemList()
204 getMainActivity().getContentRatingsManager(), mRatingLevel); in onSelected()
/packages/apps/TV/src/com/android/tv/util/
DTvInputManagerHelper.java305 public ContentRatingsManager getContentRatingsManager() { in getContentRatingsManager() method in TvInputManagerHelper
/packages/apps/TV/src/com/android/tv/guide/
DProgramTableAdapter.java483 String name = mTvInputManagerHelper.getContentRatingsManager()
/packages/apps/TV/src/com/android/tv/
DMainActivity.java655 mTvInputManagerHelper.getContentRatingsManager().update(); in onCreate()
3045 public ContentRatingsManager getContentRatingsManager() {
3046 return mTvInputManagerHelper.getContentRatingsManager();
/packages/apps/TV/src/com/android/tv/ui/
DTunableTvView.java421 mContentRatingsManager = tvInputManagerHelper.getContentRatingsManager(); in start()