Searched refs:mCustomRatings (Results 1 – 1 of 1) sorted by relevance
52 private Set<TvContentRating> mCustomRatings; field in ParentalControlSettings123 mCustomRatings = mRatings; in setContentRatingLevel()127 if (mCustomRatings != null) { in setContentRatingLevel()128 mRatings = new HashSet<>(mCustomRatings); in setContentRatingLevel()