Home | History | Annotate | Download | only in music

Lines Matching refs:ARTIST

119                 // This is an artist, show the albums for that artist
122 i.putExtra("artist", uri.getLastPathSegment());
132 String artist = intent.getStringExtra(MediaStore.EXTRA_MEDIA_ARTIST);
141 if (artist != null) {
142 mFilterString = mFilterString + " " + artist;
146 if (artist != null) {
147 mFilterString = artist;
283 if ("artist".equals(selectedType)) {
287 intent.putExtra("artist", Long.valueOf(id).toString());
321 BaseColumns._ID, // this will be the artist, album or track ID
322 MediaStore.Audio.Media.MIME_TYPE, // mimetype of audio file, or "artist" or "album"
323 MediaStore.Audio.Artists.ARTIST,
395 if (mimetype.equals("artist")) {
398 MediaStore.Audio.Artists.ARTIST));
426 ARTIST));
442 MediaStore.Audio.Artists.ARTIST));