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.java31 private final List<ContentRatingSystem> mContentRatingSystems = new ArrayList<>(); field in ContentRatingsManager
40 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()