Home
last modified time | relevance | path

Searched refs:getContentRatingSystemSet (Results 1 – 1 of 1) sorted by relevance

/packages/apps/TV/src/com/android/tv/util/
DTvSettings.java176 Set<String> contentRatingSystemSet = getContentRatingSystemSet(context); in addContentRatingSystem()
186 Set<String> contentRatingSystemSet = getContentRatingSystemSet(context); in removeContentRatingSystem()
196 return getContentRatingSystemSet(context).contains(id); in hasContentRatingSystem()
209 private static Set<String> getContentRatingSystemSet(Context context) { in getContentRatingSystemSet() method in TvSettings