Home
last modified time | relevance | path

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

/packages/apps/TV/common/src/com/android/tv/common/
DTvContentRatingCache.java56 ImmutableList<TvContentRating> tvContentRatings; in getRatings() local
58 tvContentRatings = mRatingsMultiMap.get(commaSeparatedRatings); in getRatings()
63 tvContentRatings = mRatingsMultiMap.get(normalizedRatings); in getRatings()
65 tvContentRatings = stringToContentRatings(commaSeparatedRatings); in getRatings()
66 mRatingsMultiMap.put(normalizedRatings, tvContentRatings); in getRatings()
70 mRatingsMultiMap.put(commaSeparatedRatings, tvContentRatings); in getRatings()
73 return tvContentRatings; in getRatings()