Home
last modified time | relevance | path

Searched defs:contentRatings (Results 1 – 5 of 5) sorted by relevance

/packages/apps/TV/common/src/com/android/tv/common/
DTvContentRatingCache.java84 ImmutableList.Builder<TvContentRating> contentRatings = ImmutableList.builder(); in stringToContentRatings() local
120 public static String contentRatingsToString( in contentRatingsToString()
/packages/apps/TV/tests/common/src/com/android/tv/testing/data/
DProgramInfo.java103 public final ImmutableList<TvContentRating> contentRatings; field in ProgramInfo
132 ImmutableList<TvContentRating> contentRatings, in ProgramInfo()
307 public Builder setContentRatings(ImmutableList<TvContentRating> contentRatings) { in setContentRatings()
/packages/apps/TV/src/com/android/tv/dvr/data/
DRecordedProgram.java281 public abstract Builder setContentRatings(ImmutableList<TvContentRating> contentRatings); in setContentRatings()
/packages/apps/TV/src/com/android/tv/data/
DProgramImpl.java835 public Builder setContentRatings(ImmutableList<TvContentRating> contentRatings) { in setContentRatings()
/packages/apps/TV/tuner/src/com/android/tv/tuner/data/
DSectionParser.java1300 Set<String> contentRatings = new ArraySet<>(); in generateContentRating() local