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