Searched refs:artistNames (Results 1 – 1 of 1) sorted by relevance
168 Set<String> artistNames = new HashSet<>(); in bind() local178 artistNames.add(artist.getName()); in bind()215 artistsView.setText(artistNames.isEmpty() ? null : TextUtils.join(", ", artistNames)); in bind()