Searched refs:mContentRatings (Results 1 – 2 of 2) sorted by relevance
210 program.mContentRatings = ratingsBuilder.build(); in fromParcel()212 program.mContentRatings = ImmutableList.of(); in fromParcel()251 private ImmutableList<TvContentRating> mContentRatings; field in Program361 return mContentRatings; in getContentRatings()429 mContentRatings, in hashCode()457 && Objects.equals(mContentRatings, program.mContentRatings) in equals()500 .append(TvContentRatingCache.contentRatingsToString(mContentRatings)) in toString()618 mContentRatings = other.mContentRatings; in copyFrom()829 mProgram.mContentRatings = contentRatings; in setContentRatings()1004 out.writeInt(mContentRatings == null ? 0 : mContentRatings.size()); in writeToParcel()[all …]
268 private ImmutableList<TvContentRating> mContentRatings; field in ProgramInfo.Builder308 mContentRatings = contentRatings; in setContentRatings()331 mContentRatings, in build()