Home
last modified time | relevance | path

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

/packages/apps/TV/tuner/src/com/android/tv/tuner/data/
DSectionParser.java1020 String contentRating = generateContentRating(descriptors); in parseEIT() local
1033 contentRating, in parseEIT()
1178 String contentRating = generateContentRating(descriptors); in parseDVBEIT() local
1194 contentRating, in parseDVBEIT()
1304 String contentRating = getUsRating(region); in generateContentRating() local
1305 if (contentRating != null) { in generateContentRating()
1306 contentRatings.add(contentRating); in generateContentRating()
1310 String contentRating = getKrRating(region); in generateContentRating() local
1311 if (contentRating != null) { in generateContentRating()
1312 contentRatings.add(contentRating); in generateContentRating()
DPsipData.java695 String contentRating, in EitItem() argument
706 mContentRating = contentRating; in EitItem()
/packages/apps/TV/src/com/android/tv/dvr/ui/playback/
DDvrPlaybackOverlayFragment.java217 public void onContentBlocked(TvContentRating contentRating) { in onActivityCreated()
219 mTvView.unblockContent(contentRating); in onActivityCreated()
234 mTvView.unblockContent(contentRating); in onActivityCreated()
245 contentRating.flattenToString()) in onActivityCreated()
/packages/apps/TV/tuner/src/com/android/tv/tuner/tvinput/datamanager/
DChannelDataManager.java735 String contentRating = cursor.getString(4); in getAllProgramsForChannel() local
747 contentRating, in getAllProgramsForChannel()
/packages/apps/TV/tuner/src/com/android/tv/tuner/tvinput/
DTunerSessionWorkerExoV2.java1995 private void updateChannelBlockStatus(boolean channelBlocked, TvContentRating contentRating) { in updateChannelBlockStatus() argument
2004 if (contentRating != null) { in updateChannelBlockStatus()
2005 mSession.notifyContentBlocked(contentRating); in updateChannelBlockStatus()
DTunerSessionWorker.java2077 private void updateChannelBlockStatus(boolean channelBlocked, TvContentRating contentRating) { in updateChannelBlockStatus() argument
2086 if (contentRating != null) { in updateChannelBlockStatus()
2087 mSession.notifyContentBlocked(contentRating); in updateChannelBlockStatus()