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/
DProgram.java210 program.mContentRatings = ratingsBuilder.build(); in fromParcel()
212 program.mContentRatings = ImmutableList.of(); in fromParcel()
251 private ImmutableList<TvContentRating> mContentRatings; field in Program
361 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 …]
/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()