Home
last modified time | relevance | path

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

/packages/apps/TV/src/com/android/tv/dvr/data/
DSeriesInfo.java67 public int[] getCanonicalGenreIds() { in getCanonicalGenreIds() method in SeriesInfo
DRecordedProgram.java375 public int[] getCanonicalGenreIds() { in getCanonicalGenreIds() method in RecordedProgram
DSeriesRecording.java502 public int[] getCanonicalGenreIds() { in getCanonicalGenreIds() method in SeriesRecording
/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
/packages/apps/TV/src/com/android/tv/util/
DUtils.java782 public static int[] getCanonicalGenreIds(String genres) { in getCanonicalGenreIds() method in Utils
790 public static int[] getCanonicalGenreIds(String[] canonicalGenres) { in getCanonicalGenreIds() method in Utils