Searched refs:mContentRatingSystem (Results 1 - 3 of 3) sorted by relevance

/packages/apps/TV/src/com/android/tv/ui/sidepanel/parentalcontrols/
H A DRatingsFragment.java210 protected final ContentRatingSystem mContentRatingSystem; field in class:RatingsFragment.RatingItem
219 mContentRatingSystem = contentRatingSystem;
222 for (ContentRatingSystem.Order order : mContentRatingSystem.getOrders()) {
257 setChecked(mParentalControlSettings.isRatingBlocked(mContentRatingSystem, mRating));
264 mContentRatingSystem, mRating, isChecked())) {
270 mContentRatingSystem.getId(), isChecked());
292 mParentalControlSettings.setRatingBlocked(mContentRatingSystem, mRating, isChecked);
305 .show(new SubRatingsFragment(mContentRatingSystem, mRating));
311 mContentRatingSystem, mRating);
H A DSubRatingsFragment.java39 private final ContentRatingSystem mContentRatingSystem; field in class:SubRatingsFragment
44 mContentRatingSystem = contentRatingSystem;
176 .isRatingBlocked(mContentRatingSystem, mRating);
181 .isSubRatingEnabled(mContentRatingSystem, mRating, subRating);
186 .setRatingBlocked(mContentRatingSystem, mRating, enabled);
191 .setSubRatingBlocked(mContentRatingSystem, mRating, subRating, enabled);
H A DRatingSystemsFragment.java147 private final ContentRatingSystem mContentRatingSystem; field in class:RatingSystemsFragment.RatingSystemItem
155 mContentRatingSystem = contentRatingSystem;
162 .isContentRatingSystemEnabled(mContentRatingSystem));
169 getMainActivity().getContentRatingsManager(), mContentRatingSystem,

Completed in 294 milliseconds