Lines Matching refs:artistName
112 mArtistName = (TextView) findViewById(R.id.artistname);
165 View vv = v.findViewById(R.id.artistname);
1293 String artistName = mService.getArtistName();
1294 if (MediaStore.UNKNOWN_STRING.equals(artistName)) {
1295 artistName = getString(R.string.unknown_artist_name);
1297 mArtistName.setText(artistName);