Searched refs:CANONICAL_GENRES (Results 1 – 1 of 1) sorted by relevance
27 private static final String[] CANONICAL_GENRES = { field in GenreItems53 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()