Searched refs:newMusicListByGenre (Results 1 – 1 of 1) sorted by relevance
203 ConcurrentMap<String, List<MediaMetadata>> newMusicListByGenre = new ConcurrentHashMap<>(); in buildListsByGenre() local207 List<MediaMetadata> list = newMusicListByGenre.get(genre); in buildListsByGenre()210 newMusicListByGenre.put(genre, list); in buildListsByGenre()214 mMusicListByGenre = newMusicListByGenre; in buildListsByGenre()