Home | History | Annotate | Download | only in music

Lines Matching defs:artist

96         // "N Song(s)"  - used for unknown artist/album
127 // "N Songs" - used for the "unknown artist" item
1247 TextView artist = (TextView) nowPlayingView.findViewById(R.id.artist);
1253 artist.setText(artistName);