Searched refs:getContentRatingSystemSet (Results 1 – 1 of 1) sorted by relevance
182 Set<String> contentRatingSystemSet = getContentRatingSystemSet(context); in addContentRatingSystems()190 Set<String> contentRatingSystemSet = getContentRatingSystemSet(context); in addContentRatingSystem()198 Set<String> contentRatingSystemSet = getContentRatingSystemSet(context); in removeContentRatingSystems()206 Set<String> contentRatingSystemSet = getContentRatingSystemSet(context); in removeContentRatingSystem()214 return getContentRatingSystemSet(context).contains(id); in hasContentRatingSystem()226 private static Set<String> getContentRatingSystemSet(Context context) { in getContentRatingSystemSet() method in TvSettings