Home
last modified time | relevance | path

Searched refs:CANONICAL_GENRES (Results 1 – 1 of 1) sorted by relevance

/packages/apps/TV/src/com/android/tv/data/
DGenreItems.java27 private static final String[] CANONICAL_GENRES = { field in GenreItems
53 if (items.length != CANONICAL_GENRES.length) { in getLabels()
61 return CANONICAL_GENRES.length; in getGenreCount()
69 if (id < 0 || id >= CANONICAL_GENRES.length) { in getCanonicalGenre()
72 return CANONICAL_GENRES[id]; in getCanonicalGenre()
83 for (int i = 1; i < CANONICAL_GENRES.length; ++i) { in getId()
84 if (CANONICAL_GENRES[i].equals(canonicalGenre)) { in getId()