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.java376 public int[] getCanonicalGenreIds() { in getCanonicalGenreIds() method in RecordedProgram
DSeriesRecording.java506 public int[] getCanonicalGenreIds() { in getCanonicalGenreIds() method in SeriesRecording
/packages/apps/TV/src/com/android/tv/data/api/
DBaseProgram.java106 int[] getCanonicalGenreIds(); in getCanonicalGenreIds() method
/packages/apps/TV/src/com/android/tv/util/
DUtils.java758 public static int[] getCanonicalGenreIds(String genres) { in getCanonicalGenreIds() method in Utils
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