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

/packages/apps/TV/src/com/android/tv/guide/
H A DProgramTableAdapter.java537 TvContentRating blockedRating = getProgramBlock(program);
540 if (blockedRating == null) {
620 if (blockedRating == null) {
625 updateTextView(mDescriptionView, getBlockedDescription(blockedRating));
657 private String getBlockedDescription(TvContentRating blockedRating) { argument
659 .getDisplayNameForRating(blockedRating);
663 return TvContentRating.UNRATED.equals(blockedRating)

Completed in 34 milliseconds