Home | History | Annotate | Download | only in music

Lines Matching refs:ARTIST

125             mArtistId = icicle.getString("artist");
132 // by a particular artist.
133 mArtistId = intent.getStringExtra("artist");
144 MediaStore.Audio.Media.ARTIST,
153 MediaStore.Audio.Media.ARTIST,
353 outcicle.putString("artist", mArtistId);
392 // Otherwise, position the selection on the first matching artist, if any
405 String key = getIntent().getStringExtra("artist");
410 String artist = mTrackCursor.getString(keyidx);
411 if (artist.equals(key)) {
450 // but for regular albums show "artist - album".
452 // album, do a query for the artist + album of the
626 int artistidx = c.getColumnIndex(MediaStore.Audio.Media.ARTIST);
630 String artist = c.getString(artistidx);
632 MediaStore.UNKNOWN_STRING.equals(artist) &&
674 MediaStore.Audio.Media.ARTIST));
908 * - all tracks, optionally restricted to an album, artist or playlist
1430 mArtistIdx = cursor.getColumnIndexOrThrow(MediaStore.Audio.Media.ARTIST);