Searched refs:getCanonicalGenres (Results 1 – 7 of 7) sorted by relevance
170 String[] actual = program.getCanonicalGenres(); in assertNullCanonicalGenres()176 Arrays.asList(program.getCanonicalGenres())); in assertCanonicalGenres()
419 : getGenreAdapters(recordedProgram.getCanonicalGenres())) { in handleRecordedProgramAdded()440 : getGenreAdapters(recordedProgram.getCanonicalGenres())) { in handleRecordedProgramRemoved()467 recordedProgram.getCanonicalGenres()), recordedProgram); in handleRecordedProgramChanged()
529 if (currentProgram != null && currentProgram.getCanonicalGenres() != null) { in buildGenreFilters()530 for (String genre : currentProgram.getCanonicalGenres()) { in buildGenreFilters()
445 .setCanonicalGenres(orig.getCanonicalGenres()) in buildFrom()563 public String[] getCanonicalGenres() { in getCanonicalGenres() method in RecordedProgram
357 public String[] getCanonicalGenres() { in getCanonicalGenres() method in Program489 String[] canonicalGenres = program.getCanonicalGenres(); in toContentValues()
350 public String[] getCanonicalGenres() { in getCanonicalGenres() method in PsipData.GenreDescriptor
1177 return Genres.encode(genreDescriptor.getCanonicalGenres()); in generateCanonicalGenre()