Searched refs:mContentRatingSystems (Results 1 – 1 of 1) sorted by relevance
33 private final List<ContentRatingSystem> mContentRatingSystems = new ArrayList<>(); field in ContentRatingsManager45 mContentRatingSystems.clear(); in update()52 mContentRatingSystems.addAll(list); in update()61 for (ContentRatingSystem ratingSystem : mContentRatingSystems) { in getContentRatingSystem()71 return new ArrayList<>(mContentRatingSystems); in getContentRatingSystems()99 if (canonicalRating == null || mContentRatingSystems == null) { in getRating()102 for (ContentRatingSystem system : mContentRatingSystems) { in getRating()