Home | History | Annotate | Download | only in music

Lines Matching refs:album

270         intent.putExtra("album", mCurrentAlbumId);
272 String album = c.getString(c.getColumnIndex(MediaStore.Audio.Albums.ALBUM));
273 if (album == null || album.equals(MediaStore.UNKNOWN_STRING)) {
274 // unknown album, so we should include the artist ID to limit the songs to songs only by that artist
335 Log.d("Artist/Album", "no group");
356 Log.d("Artist/Album", "no child");
363 mCurrentAlbumName = c.getString(c.getColumnIndexOrThrow(MediaStore.Audio.Albums.ALBUM));
701 String name = cursor.getString(cursor.getColumnIndexOrThrow(MediaStore.Audio.Albums.ALBUM));
737 // we just use it to see if there is album art or not
767 MediaStore.Audio.Albums.ALBUM,