Searched refs:PREF_CONTENT_RATING_SYSTEMS (Results 1 – 1 of 1) sorted by relevance
81 private static final String PREF_CONTENT_RATING_SYSTEMS = "pref.content_rating_systems"; field in TvSettings185 .putStringSet(PREF_CONTENT_RATING_SYSTEMS, contentRatingSystemSet).apply(); in addContentRatingSystems()193 .putStringSet(PREF_CONTENT_RATING_SYSTEMS, contentRatingSystemSet).apply(); in addContentRatingSystem()201 .putStringSet(PREF_CONTENT_RATING_SYSTEMS, contentRatingSystemSet).apply(); in removeContentRatingSystems()209 .putStringSet(PREF_CONTENT_RATING_SYSTEMS, contentRatingSystemSet).apply(); in removeContentRatingSystem()223 .getStringSet(PREF_CONTENT_RATING_SYSTEMS, null) != null; in isContentRatingSystemSet()228 .getStringSet(PREF_CONTENT_RATING_SYSTEMS, Collections.<String>emptySet())); in getContentRatingSystemSet()