Searched refs:mContentAgeHint (Results 1 – 1 of 1) sorted by relevance
332 private final int mContentAgeHint; field in ContentRatingSystem.Rating352 return mContentAgeHint; in getAgeHint()370 mContentAgeHint = contentAgeHint; in Rating()379 private int mContentAgeHint = -1; field in ContentRatingSystem.Rating.Builder401 mContentAgeHint = contentAgeHint; in setContentAgeHint()415 if (mContentAgeHint < 0) { in build()435 return new Rating(mName, mTitle, mDescription, mIcon, mContentAgeHint, subRatings); in build()