Searched refs:getCanonicalGenres (Results 1 – 6 of 6) sorted by relevance
158 safeEncode(recordedProgram.getCanonicalGenres())); in toValues()371 public abstract ImmutableList<String> getCanonicalGenres(); in getCanonicalGenres() method in RecordedProgram377 ImmutableList<String> canonicalGenres = getCanonicalGenres(); in getCanonicalGenreIds()378 int[] genreIds = new int[getCanonicalGenres().size()]; in getCanonicalGenreIds()
493 getGenreAdapters(recordedProgram.getCanonicalGenres())) { in handleRecordedProgramAdded()514 getGenreAdapters(recordedProgram.getCanonicalGenres())) { in handleRecordedProgramRemoved()543 getGenreAdapters(recordedProgram.getCanonicalGenres()), recordedProgram); in handleRecordedProgramChanged()
553 if (currentProgram != null && currentProgram.getCanonicalGenres() != null) { in buildGenreFilters()554 for (String genre : currentProgram.getCanonicalGenres()) { in buildGenreFilters()
381 public String[] getCanonicalGenres() { in getCanonicalGenres() method in Program554 String[] canonicalGenres = program.getCanonicalGenres(); in toContentValues()
356 public String[] getCanonicalGenres() { in getCanonicalGenres() method in PsipData.GenreDescriptor
1482 return Genres.encode(genreDescriptor.getCanonicalGenres()); in generateCanonicalGenre()