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.java63 public int[] getCanonicalGenreIds() { in getCanonicalGenreIds() method in SeriesInfo
DSeriesRecording.java568 public int[] getCanonicalGenreIds() { in getCanonicalGenreIds() method in SeriesRecording
DRecordedProgram.java571 public int[] getCanonicalGenreIds() { in getCanonicalGenreIds() method in RecordedProgram
/packages/apps/TV/src/com/android/tv/data/
DBaseProgram.java179 abstract public int[] getCanonicalGenreIds(); in getCanonicalGenreIds() method in BaseProgram
DProgram.java372 public int[] getCanonicalGenreIds() { in getCanonicalGenreIds() method in Program
/packages/apps/TV/src/com/android/tv/util/
DUtils.java874 public static int[] getCanonicalGenreIds(String genres) { in getCanonicalGenreIds() method in Utils
884 public static int[] getCanonicalGenreIds(String[] canonicalGenres) { in getCanonicalGenreIds() method in Utils