Home
last modified time | relevance | path

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

/packages/apps/TV/src/com/android/tv/ui/sidepanel/parentalcontrols/
DRatingSystemsFragment.java47 List<ContentRatingSystem> contentRatingSystems = in getDescription() local
49 Collections.sort(contentRatingSystems, ContentRatingSystem.DISPLAY_NAME_COMPARATOR); in getDescription()
51 for (ContentRatingSystem s : contentRatingSystems) { in getDescription()
78 List<ContentRatingSystem> contentRatingSystems = in getItemList() local
80 Collections.sort(contentRatingSystems, ContentRatingSystem.DISPLAY_NAME_COMPARATOR); in getItemList()
86 for (ContentRatingSystem s : contentRatingSystems) { in getItemList()
135 List<ContentRatingSystem> contentRatingSystems = in setDefaultRatingSystemsIfNeeded() local
139 for (ContentRatingSystem s : contentRatingSystems) { in setDefaultRatingSystemsIfNeeded()
DRatingsFragment.java119 List<ContentRatingSystem> contentRatingSystems = in getItemList() local
121 Collections.sort(contentRatingSystems, ContentRatingSystem.DISPLAY_NAME_COMPARATOR); in getItemList()
123 for (ContentRatingSystem s : contentRatingSystems) { in getItemList()