Home | History | Annotate | Download | only in music

Lines Matching refs:album

123             mAlbumId = icicle.getString("album");
129 mAlbumId = intent.getStringExtra("album");
130 // If we have an album, show everything on the album, not just stuff
142 MediaStore.Audio.Media.ALBUM,
151 MediaStore.Audio.Media.ALBUM,
179 // don't set the album art until after the view has been layed out
351 outcicle.putString("album", mAlbumId);
442 int idx = mTrackCursor.getColumnIndexOrThrow(MediaStore.Audio.Media.ALBUM);
444 // For compilation albums show only the album title,
445 // but for regular albums show "artist - album".
447 // album, do a query for the artist + album of the
449 // of results as the album query.
455 new String[] {MediaStore.Audio.Media.ALBUM}, where, null, null);
458 // compilation album
618 int albumidx = c.getColumnIndex(MediaStore.Audio.Media.ALBUM);
622 String album = c.getString(albumidx);
624 if (MediaStore.UNKNOWN_STRING.equals(album) &&
665 MediaStore.Audio.Media.ALBUM));
896 * - all tracks, optionally restricted to an album, artist or playlist