Home
last modified time | relevance | path

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

/packages/apps/TV/src/com/android/tv/parental/
DContentRatingsManager.java33 private final List<ContentRatingSystem> mContentRatingSystems = new ArrayList<>(); field in ContentRatingsManager
45 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()