Searched refs:mContentRatingSystems (Results 1 – 1 of 1) sorted by relevance
31 private final List<ContentRatingSystem> mContentRatingSystems = new ArrayList<>(); field in ContentRatingsManager40 mContentRatingSystems.clear(); in update()50 mContentRatingSystems.addAll(list); in update()59 return new ArrayList<>(mContentRatingSystems); in getContentRatingSystems()84 if (canonicalRating == null || mContentRatingSystems == null) { in getRating()87 for (ContentRatingSystem system : mContentRatingSystems) { in getRating()