Searched refs:getDisplayNameForRating (Results 1 - 5 of 5) sorted by relevance

/packages/apps/TV/src/com/android/tv/parental/
H A DContentRatingsManager.java66 public String getDisplayNameForRating(TvContentRating canonicalRating) { method in class:ContentRatingsManager
/packages/apps/TV/src/com/android/tv/dvr/ui/
H A DDvrPlaybackOverlayFragment.java148 }, mContentRatingsManager.getDisplayNameForRating(rating))
/packages/apps/TV/src/com/android/tv/ui/
H A DChannelBannerView.java660 mContentRatingsManager.getDisplayNameForRating(mBlockingContentRating));
673 mContentRatingsManager.getDisplayNameForRating(ratings[i]));
H A DTunableTvView.java913 String name = mContentRatingsManager.getDisplayNameForRating(mBlockedContentRating);
/packages/apps/TV/src/com/android/tv/guide/
H A DProgramTableAdapter.java657 .getDisplayNameForRating(blockedRating);

Completed in 297 milliseconds