Home
last modified time | relevance | path

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

/packages/apps/TV/src/com/android/tv/dvr/data/
DRecordedProgram.java159 safeEncode(recordedProgram.getCanonicalGenres())); in toValues()
372 public abstract ImmutableList<String> getCanonicalGenres(); in getCanonicalGenres() method in RecordedProgram
378 ImmutableList<String> canonicalGenres = getCanonicalGenres(); in getCanonicalGenreIds()
379 int[] genreIds = new int[getCanonicalGenres().size()]; in getCanonicalGenreIds()
/packages/apps/TV/tests/robotests/src/com/android/tv/data/
DProgramTest.java259 String[] actual = program.getCanonicalGenres(); in assertNullCanonicalGenres()
267 .that(Arrays.asList(program.getCanonicalGenres())) in assertCanonicalGenres()
/packages/apps/TV/src/com/android/tv/dvr/ui/browse/
DDvrBrowseFragment.java494 getGenreAdapters(recordedProgram.getCanonicalGenres())) { in handleRecordedProgramAdded()
515 getGenreAdapters(recordedProgram.getCanonicalGenres())) { in handleRecordedProgramRemoved()
544 getGenreAdapters(recordedProgram.getCanonicalGenres()), recordedProgram); in handleRecordedProgramChanged()
/packages/apps/TV/src/com/android/tv/data/api/
DProgram.java66 String[] getCanonicalGenres(); in getCanonicalGenres() method
/packages/apps/TV/src/com/android/tv/guide/
DProgramManager.java541 if (currentProgram != null && currentProgram.getCanonicalGenres() != null) { in buildGenreFilters()
542 for (String genre : currentProgram.getCanonicalGenres()) { in buildGenreFilters()
/packages/apps/TV/src/com/android/tv/data/
DProgramImpl.java388 public String[] getCanonicalGenres() { in getCanonicalGenres() method in ProgramImpl
561 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.java1487 return Genres.encode(genreDescriptor.getCanonicalGenres()); in generateCanonicalGenre()