Home
last modified time | relevance | path

Searched refs:setContentRatings (Results 1 – 4 of 4) sorted by relevance

/packages/apps/TV/src/com/android/tv/dvr/data/
DRecordedProgram.java110 .setContentRatings( in fromCursor()
281 public abstract Builder setContentRatings(ImmutableList<TvContentRating> contentRatings); in setContentRatings() method in RecordedProgram.Builder
332 .setContentRatings(ImmutableList.of()) in builder()
/packages/apps/TV/src/com/android/tv/data/
DProgramImpl.java141 builder.setContentRatings( in fromCursor()
835 public Builder setContentRatings(ImmutableList<TvContentRating> contentRatings) { in setContentRatings() method in ProgramImpl.Builder
/packages/apps/TV/tests/common/src/com/android/tv/testing/data/
DProgramInfo.java307 public Builder setContentRatings(ImmutableList<TvContentRating> contentRatings) { in setContentRatings() method in ProgramInfo.Builder
/packages/apps/TV/tests/robotests/src/com/android/tv/data/
DProgramTest.java131 .setContentRatings(ratings) in testParcelable()