Home | History | Annotate | Download | only in testing

Lines Matching refs:genre

80      * If this is specified for genre,
99 public final String genre;
123 TvContentRating[] contentRatings, String genre, String resourceUri) {
132 this.genre = genre;
190 && !GEN_GENRE.equals(genre)) {
205 GEN_GENRE.equals(genre) ? GENRES[index % GENRES.length] : genre,
232 Objects.equals(genre, that.genre) &&
294 public Builder setGenre(String genre) {
295 mGenre = genre;