Searched refs:nextGenre (Results 1 – 1 of 1) sorted by relevance
474 String nextGenre = null; in convertGenreTag() local476 if (!TextUtils.isEmpty(nextGenre)) { in convertGenreTag()483 genres.append(nextGenre); in convertGenreTag()484 nextGenre = null; in convertGenreTag()491 nextGenre = "Remix"; in convertGenreTag()494 nextGenre = "Cover"; in convertGenreTag()505 nextGenre = meta.substring(1); in convertGenreTag()508 nextGenre = meta.substring(1, closeParenOffset + 1); in convertGenreTag()521 nextGenre = STANDARD_GENRES[genreIndex]; in convertGenreTag()531 nextGenre = meta; in convertGenreTag()