Searched refs:contentRatingSystemSet (Results 1 – 1 of 1) sorted by relevance
176 Set<String> contentRatingSystemSet = getContentRatingSystemSet(context); in addContentRatingSystem() local177 if (contentRatingSystemSet.add(id)) { in addContentRatingSystem()180 .putStringSet(PREF_CONTENT_RATING_SYSTEMS, contentRatingSystemSet) in addContentRatingSystem()186 Set<String> contentRatingSystemSet = getContentRatingSystemSet(context); in removeContentRatingSystem() local187 if (contentRatingSystemSet.remove(id)) { in removeContentRatingSystem()190 .putStringSet(PREF_CONTENT_RATING_SYSTEMS, contentRatingSystemSet) in removeContentRatingSystem()