Searched refs:getRatings (Results 1 – 12 of 12) sorted by relevance
68 mCache.getRatings(TvContentRatingConstants.STRING_US_TV_MA); in testGetRatings_US_TV_MA()75 mCache.getRatings(TvContentRatingConstants.STRING_US_TV_MA); in testGetRatings_US_TV_MA_same()77 mCache.getRatings(TvContentRatingConstants.STRING_US_TV_MA); in testGetRatings_US_TV_MA_same()84 mCache.getRatings(TvContentRatingConstants.STRING_US_TV_MA); in testGetRatings_US_TV_MA_diffAfterClear()87 mCache.getRatings(TvContentRatingConstants.STRING_US_TV_MA); in testGetRatings_US_TV_MA_diffAfterClear()93 ImmutableList<TvContentRating> first = mCache.getRatings(MA_AND_Y7); in testGetRatings_TWO_orderDoesNotMatter()94 ImmutableList<TvContentRating> second = mCache.getRatings(Y7_AND_MA); in testGetRatings_TWO_orderDoesNotMatter()
62 for (Rating rating : contentRatingSystem.getRatings()) { in getRatingsForAge()87 for (Rating rating : contentRatingSystem.getRatings()) { in getMaxAge()
105 for (Rating rating : system.getRatings()) { in getRating()
104 public List<Rating> getRatings() { in getRatings() method in ContentRatingSystem
51 public synchronized ImmutableList<TvContentRating> getRatings( in getRatings() method in TvContentRatingCache
138 for (Rating rating : s.getRatings()) { in getItemList()
620 public HashMap<String, Integer> getRatings() { in getRatings() method in PsipData.ParentalRatingDescriptor
112 .getRatings(cursor.getString(index++))) in fromCursor()
485 ImmutableList<TvContentRating> ratingArray = mTvContentRatingCache.getRatings(ratings); in isRatingBlocked()
142 TvContentRatingCache.getInstance().getRatings(cursor.getString(index++))); in fromCursor()
1978 mTvContentRatingCache.getRatings(currentProgram.getContentRating()); in getContentRatingOfCurrentProgramBlocked()
2060 mTvContentRatingCache.getRatings(currentProgram.getContentRating()); in getContentRatingOfCurrentProgramBlocked()