Searched defs:getCanonicalGenreIds (Results 1 - 6 of 6) sorted by relevance

/packages/apps/TV/src/com/android/tv/dvr/data/
H A DSeriesInfo.java63 public int[] getCanonicalGenreIds() { method in class:SeriesInfo
H A DSeriesRecording.java124 .setCanonicalGenreIds(p.getCanonicalGenreIds())
145 .setCanonicalGenreIds(r.getCanonicalGenreIds())
220 Utils.getCanonicalGenre(r.getCanonicalGenreIds()));
376 * @see #getCanonicalGenreIds()
379 mCanonicalGenreIds = Utils.getCanonicalGenreIds(genres);
384 * @see #getCanonicalGenreIds()
568 public int[] getCanonicalGenreIds() { method in class:SeriesRecording
H A DRecordedProgram.java571 public int[] getCanonicalGenreIds() { method in class:RecordedProgram
/packages/apps/TV/src/com/android/tv/data/
H A DBaseProgram.java179 abstract public int[] getCanonicalGenreIds(); method in class:BaseProgram
H A DProgram.java372 public int[] getCanonicalGenreIds() { method in class:Program
774 mProgram.mCanonicalGenreIds = Utils.getCanonicalGenreIds(genres);
/packages/apps/TV/src/com/android/tv/util/
H A DUtils.java874 public static int[] getCanonicalGenreIds(String genres) { method in class:Utils
878 return getCanonicalGenreIds(Genres.decode(genres));
884 public static int[] getCanonicalGenreIds(String[] canonicalGenres) { method in class:Utils

Completed in 116 milliseconds