Searched refs:contentRatingSystemSet (Results 1 – 1 of 1) sorted by relevance
173 Set<String> contentRatingSystemSet = getContentRatingSystemSet(context); in addContentRatingSystem() local174 if (contentRatingSystemSet.add(id)) { in addContentRatingSystem()177 .putStringSet(PREF_CONTENT_RATING_SYSTEMS, contentRatingSystemSet) in addContentRatingSystem()183 Set<String> contentRatingSystemSet = getContentRatingSystemSet(context); in removeContentRatingSystem() local184 if (contentRatingSystemSet.remove(id)) { in removeContentRatingSystem()187 .putStringSet(PREF_CONTENT_RATING_SYSTEMS, contentRatingSystemSet) in removeContentRatingSystem()