Lines Matching defs:artist
96 // "N Song(s)" - used for unknown artist/album127 // "N Songs" - used for the "unknown artist" item1247 TextView artist = (TextView) nowPlayingView.findViewById(R.id.artist);1253 artist.setText(artistName);