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.java314 private final int mContentAgeHint; field in ContentRatingSystem.Rating
334 return mContentAgeHint; in getAgeHint()
347 mContentAgeHint = contentAgeHint; in Rating()
356 private int mContentAgeHint = -1; field in ContentRatingSystem.Rating.Builder
379 mContentAgeHint = contentAgeHint; in setContentAgeHint()
393 if (mContentAgeHint < 0) { in build()
414 mName, mTitle, mDescription, mIcon, mContentAgeHint, subRatings); in build()