Home
last modified time | relevance | path

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

/packages/apps/TV/src/com/android/tv/ui/sidepanel/parentalcontrols/
DRatingSystemsFragment.java49 Collections.sort(contentRatingSystems, ContentRatingSystem.DISPLAY_NAME_COMPARATOR); in getDescription()
80 Collections.sort(contentRatingSystems, ContentRatingSystem.DISPLAY_NAME_COMPARATOR); in getItemList()
DRatingsFragment.java131 Collections.sort(contentRatingSystems, ContentRatingSystem.DISPLAY_NAME_COMPARATOR); in getItemList()
/packages/apps/TV/src/com/android/tv/parental/
DContentRatingSystem.java33 public static final Comparator<ContentRatingSystem> DISPLAY_NAME_COMPARATOR = field in ContentRatingSystem