Home
last modified time | relevance | path

Searched refs:getCanonicalGenres (Results 1 – 6 of 6) sorted by relevance

/packages/apps/TV/src/com/android/tv/dvr/data/
DRecordedProgram.java158 safeEncode(recordedProgram.getCanonicalGenres())); in toValues()
371 public abstract ImmutableList<String> getCanonicalGenres(); in getCanonicalGenres() method in RecordedProgram
377 ImmutableList<String> canonicalGenres = getCanonicalGenres(); in getCanonicalGenreIds()
378 int[] genreIds = new int[getCanonicalGenres().size()]; in getCanonicalGenreIds()
/packages/apps/TV/src/com/android/tv/dvr/ui/browse/
DDvrBrowseFragment.java493 getGenreAdapters(recordedProgram.getCanonicalGenres())) { in handleRecordedProgramAdded()
514 getGenreAdapters(recordedProgram.getCanonicalGenres())) { in handleRecordedProgramRemoved()
543 getGenreAdapters(recordedProgram.getCanonicalGenres()), recordedProgram); in handleRecordedProgramChanged()
/packages/apps/TV/src/com/android/tv/guide/
DProgramManager.java553 if (currentProgram != null && currentProgram.getCanonicalGenres() != null) { in buildGenreFilters()
554 for (String genre : currentProgram.getCanonicalGenres()) { in buildGenreFilters()
/packages/apps/TV/src/com/android/tv/data/
DProgram.java381 public String[] getCanonicalGenres() { in getCanonicalGenres() method in Program
554 String[] canonicalGenres = program.getCanonicalGenres(); in toContentValues()
/packages/apps/TV/tuner/src/com/android/tv/tuner/data/
DPsipData.java356 public String[] getCanonicalGenres() { in getCanonicalGenres() method in PsipData.GenreDescriptor
DSectionParser.java1482 return Genres.encode(genreDescriptor.getCanonicalGenres()); in generateCanonicalGenre()