Home
last modified time | relevance | path

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

/packages/apps/TV/src/com/android/tv/parental/
DContentRatingSystem.java332 private final int mContentAgeHint; field in ContentRatingSystem.Rating
352 return mContentAgeHint; in getAgeHint()
370 mContentAgeHint = contentAgeHint; in Rating()
379 private int mContentAgeHint = -1; field in ContentRatingSystem.Rating.Builder
401 mContentAgeHint = contentAgeHint; in setContentAgeHint()
415 if (mContentAgeHint < 0) { in build()
435 return new Rating(mName, mTitle, mDescription, mIcon, mContentAgeHint, subRatings); in build()