Searched refs:getCanonicalGenres (Results 1 – 8 of 8) sorted by relevance
159 safeEncode(recordedProgram.getCanonicalGenres())); in toValues()372 public abstract ImmutableList<String> getCanonicalGenres(); in getCanonicalGenres() method in RecordedProgram378 ImmutableList<String> canonicalGenres = getCanonicalGenres(); in getCanonicalGenreIds()379 int[] genreIds = new int[getCanonicalGenres().size()]; in getCanonicalGenreIds()
259 String[] actual = program.getCanonicalGenres(); in assertNullCanonicalGenres()267 .that(Arrays.asList(program.getCanonicalGenres())) in assertCanonicalGenres()
494 getGenreAdapters(recordedProgram.getCanonicalGenres())) { in handleRecordedProgramAdded()515 getGenreAdapters(recordedProgram.getCanonicalGenres())) { in handleRecordedProgramRemoved()544 getGenreAdapters(recordedProgram.getCanonicalGenres()), recordedProgram); in handleRecordedProgramChanged()
66 String[] getCanonicalGenres(); in getCanonicalGenres() method
542 if (currentProgram != null && currentProgram.getCanonicalGenres() != null) { in buildGenreFilters()543 for (String genre : currentProgram.getCanonicalGenres()) { in buildGenreFilters()
388 public String[] getCanonicalGenres() { in getCanonicalGenres() method in ProgramImpl561 String[] canonicalGenres = program.getCanonicalGenres(); in toContentValues()
356 public String[] getCanonicalGenres() { in getCanonicalGenres() method in PsipData.GenreDescriptor
1487 return Genres.encode(genreDescriptor.getCanonicalGenres()); in generateCanonicalGenre()