Home
last modified time | relevance | path

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

/packages/apps/TV/src/com/android/tv/data/
DProgramImpl.java212 program.mContentRatings = ratingsBuilder.build(); in fromParcel()
214 program.mContentRatings = ImmutableList.of(); in fromParcel()
253 private ImmutableList<TvContentRating> mContentRatings; field in ProgramImpl
368 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 …]
/packages/apps/TV/tests/common/src/com/android/tv/testing/data/
DProgramInfo.java268 private ImmutableList<TvContentRating> mContentRatings; field in ProgramInfo.Builder
308 mContentRatings = contentRatings; in setContentRatings()
331 mContentRatings, in build()