Searched refs:setCanonicalGenres (Results 1 – 4 of 4) sorted by relevance
62 Program program = new ProgramImpl.Builder().setCanonicalGenres("").build(); in testNoGenres()72 Program program = new ProgramImpl.Builder().setCanonicalGenres(FAMILY_KIDS).build(); in testFamilyGenre()83 new ProgramImpl.Builder().setCanonicalGenres(FAMILY_KIDS + ", " + COMEDY).build(); in testFamilyComedyGenre()93 Program program = new ProgramImpl.Builder().setCanonicalGenres("other").build(); in testOtherGenre()130 .setCanonicalGenres(Genres.encode(Genres.SPORTS, Genres.SHOPPING)) in testParcelable()
104 .setCanonicalGenres(cursor.getString(index++)) in fromCursor()262 public Builder setCanonicalGenres(String canonicalGenres) { in setCanonicalGenres() method in RecordedProgram.Builder263 return setCanonicalGenres( in setCanonicalGenres()269 public abstract Builder setCanonicalGenres(ImmutableList<String> canonicalGenres); in setCanonicalGenres() method in RecordedProgram.Builder331 .setCanonicalGenres("") in builder()
140 builder.setCanonicalGenres(cursor.getString(index++)); in fromCursor()178 builder.setCanonicalGenres(cursor.getString(index++)); in fromCursorPartialProjection()868 public Builder setCanonicalGenres(String genres) { in setCanonicalGenres() method in ProgramImpl.Builder
122 .setCanonicalGenres(GenreItems.getCanonicalGenre(genreId)) in buildProgramForTesting()