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

/packages/apps/TV/src/com/android/tv/parental/
H A DContentRatingsManager.java31 private final List<ContentRatingSystem> mContentRatingSystems = new ArrayList<>(); field in class:ContentRatingsManager
40 mContentRatingSystems.clear();
50 mContentRatingSystems.addAll(list);
59 return new ArrayList<>(mContentRatingSystems);
84 if (canonicalRating == null || mContentRatingSystems == null) {
87 for (ContentRatingSystem system : mContentRatingSystems) {

Completed in 296 milliseconds