Searched refs:mCustomRatings (Results 1 – 1 of 1) sorted by relevance
47 private Set<TvContentRating> mCustomRatings; field in ParentalControlSettings125 mCustomRatings = mRatings; in setContentRatingLevel()129 if (mCustomRatings != null) { in setContentRatingLevel()130 mRatings = new HashSet<>(mCustomRatings); in setContentRatingLevel()