Searched defs:ContentRatingSystem (Results 1 - 1 of 1) sorted by relevance

/packages/apps/TV/src/com/android/tv/parental/
H A DContentRatingSystem.java31 public class ContentRatingSystem { class
35 public static final Comparator<ContentRatingSystem> DISPLAY_NAME_COMPARATOR =
36 new Comparator<ContentRatingSystem>() {
38 public int compare(ContentRatingSystem s1, ContentRatingSystem s2) {
142 if (obj instanceof ContentRatingSystem) {
143 ContentRatingSystem other = (ContentRatingSystem) obj;
154 private ContentRatingSystem( method in class:ContentRatingSystem
236 public ContentRatingSystem buil
[all...]

Completed in 315 milliseconds