Searched refs:CANONICAL_GENRES (Results 1 – 1 of 1) sorted by relevance
30 private static final String[] CANONICAL_GENRES = { field in GenreItems58 if (items.length != CANONICAL_GENRES.length) { in getLabels()68 return CANONICAL_GENRES.length; in getGenreCount()76 if (id < 0 || id >= CANONICAL_GENRES.length) { in getCanonicalGenre()79 return CANONICAL_GENRES[id]; in getCanonicalGenre()90 for (int i = 1; i < CANONICAL_GENRES.length; ++i) { in getId()91 if (CANONICAL_GENRES[i].equals(canonicalGenre)) { in getId()