Home
last modified time | relevance | path

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

/packages/apps/TV/src/com/android/tv/dvr/data/
DSeriesRecording.java102 .setCanonicalGenreIds(p.getCanonicalGenreIds()) in builder()
121 .setCanonicalGenreIds(r.getCanonicalGenreIds()) in buildFrom()
194 Utils.getCanonicalGenre(r.getCanonicalGenreIds())); in toContentValues()
329 mCanonicalGenreIds = Utils.getCanonicalGenreIds(genres); in setCanonicalGenreIds()
506 public int[] getCanonicalGenreIds() { in getCanonicalGenreIds() method in SeriesRecording
DSeriesInfo.java67 public int[] getCanonicalGenreIds() { in getCanonicalGenreIds() method in SeriesInfo
DRecordedProgram.java376 public int[] getCanonicalGenreIds() { in getCanonicalGenreIds() method in RecordedProgram
/packages/apps/TV/src/com/android/tv/dvr/ui/browse/
DDvrBrowseFragment.java555 getGenreAdapters(seriesRecording.getCanonicalGenreIds())) { in handleSeriesRecordingsAdded()
566 getGenreAdapters(seriesRecording.getCanonicalGenreIds())) { in handleSeriesRecordingsRemoved()
577 getGenreAdapters(seriesRecording.getCanonicalGenreIds()), seriesRecording); in handleSeriesRecordingsChanged()
/packages/apps/TV/src/com/android/tv/util/
DUtils.java758 public static int[] getCanonicalGenreIds(String genres) { in getCanonicalGenreIds() method in Utils
762 return getCanonicalGenreIds(Genres.decode(genres)); in getCanonicalGenreIds()
766 public static int[] getCanonicalGenreIds(String[] canonicalGenres) { in getCanonicalGenreIds() method in Utils
/packages/apps/TV/src/com/android/tv/data/
DProgramImpl.java401 public int[] getCanonicalGenreIds() { in getCanonicalGenreIds() method in ProgramImpl
624 mCanonicalGenreIds = other.getCanonicalGenreIds(); in copyFrom()
869 mProgram.mCanonicalGenreIds = Utils.getCanonicalGenreIds(genres); in setCanonicalGenres()
/packages/apps/TV/src/com/android/tv/data/api/
DBaseProgram.java106 int[] getCanonicalGenreIds(); in getCanonicalGenreIds() method
/packages/apps/TV/src/com/android/tv/dvr/recorder/
DSeriesRecordingScheduler.java555 .setCanonicalGenreIds(seriesInfo.getCanonicalGenreIds()) in onPostExecute()