Searched refs:mContentRatings (Results 1 – 2 of 2) sorted by relevance
212 program.mContentRatings = ratingsBuilder.build(); in fromParcel()214 program.mContentRatings = ImmutableList.of(); in fromParcel()253 private ImmutableList<TvContentRating> mContentRatings; field in ProgramImpl368 return mContentRatings; in getContentRatings()436 mContentRatings, in hashCode()464 && Objects.equals(mContentRatings, program.mContentRatings) in equals()507 .append(TvContentRatingCache.contentRatingsToString(mContentRatings)) in toString()625 mContentRatings = other.getContentRatings(); in copyFrom()836 mProgram.mContentRatings = contentRatings; in setContentRatings()985 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()