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.java98 .setCanonicalGenreIds(p.getCanonicalGenreIds()) in builder()
117 .setCanonicalGenreIds(r.getCanonicalGenreIds()) in buildFrom()
190 Utils.getCanonicalGenre(r.getCanonicalGenreIds())); in toContentValues()
325 mCanonicalGenreIds = Utils.getCanonicalGenreIds(genres); in setCanonicalGenreIds()
502 public int[] getCanonicalGenreIds() { in getCanonicalGenreIds() method in SeriesRecording
DSeriesInfo.java67 public int[] getCanonicalGenreIds() { in getCanonicalGenreIds() method in SeriesInfo
DRecordedProgram.java375 public int[] getCanonicalGenreIds() { in getCanonicalGenreIds() method in RecordedProgram
/packages/apps/TV/src/com/android/tv/dvr/ui/browse/
DDvrBrowseFragment.java554 getGenreAdapters(seriesRecording.getCanonicalGenreIds())) { in handleSeriesRecordingsAdded()
565 getGenreAdapters(seriesRecording.getCanonicalGenreIds())) { in handleSeriesRecordingsRemoved()
576 getGenreAdapters(seriesRecording.getCanonicalGenreIds()), seriesRecording); in handleSeriesRecordingsChanged()
/packages/apps/TV/src/com/android/tv/util/
DUtils.java782 public static int[] getCanonicalGenreIds(String genres) { in getCanonicalGenreIds() method in Utils
786 return getCanonicalGenreIds(Genres.decode(genres)); in getCanonicalGenreIds()
790 public static int[] getCanonicalGenreIds(String[] canonicalGenres) { in getCanonicalGenreIds() method in Utils
/packages/apps/TV/src/com/android/tv/data/
DBaseProgram.java188 public abstract int[] getCanonicalGenreIds(); in getCanonicalGenreIds() method in BaseProgram
DProgram.java394 public int[] getCanonicalGenreIds() { in getCanonicalGenreIds() method in Program
862 mProgram.mCanonicalGenreIds = Utils.getCanonicalGenreIds(genres); in setCanonicalGenres()
/packages/apps/TV/src/com/android/tv/dvr/recorder/
DSeriesRecordingScheduler.java553 .setCanonicalGenreIds(seriesInfo.getCanonicalGenreIds()) in onPostExecute()