Home | History | Annotate | Download | only in music

Lines Matching refs:Albums

272         String album = c.getString(c.getColumnIndex(MediaStore.Audio.Albums.ALBUM));
363 mCurrentAlbumName = c.getString(c.getColumnIndexOrThrow(MediaStore.Audio.Albums.ALBUM));
487 i.putExtra(MediaStore.EXTRA_MEDIA_FOCUS, MediaStore.Audio.Albums.ENTRY_CONTENT_TYPE);
701 String name = cursor.getString(cursor.getColumnIndexOrThrow(MediaStore.Audio.Albums.ALBUM));
709 int numsongs = cursor.getInt(cursor.getColumnIndexOrThrow(MediaStore.Audio.Albums.NUMBER_OF_SONGS));
710 int numartistsongs = cursor.getInt(cursor.getColumnIndexOrThrow(MediaStore.Audio.Albums.NUMBER_OF_SONGS_FOR_ARTIST));
739 MediaStore.Audio.Albums.ALBUM_ART));
766 MediaStore.Audio.Albums._ID,
767 MediaStore.Audio.Albums.ALBUM,
768 MediaStore.Audio.Albums.NUMBER_OF_SONGS,
769 MediaStore.Audio.Albums.NUMBER_OF_SONGS_FOR_ARTIST,
770 MediaStore.Audio.Albums.ALBUM_ART
773 MediaStore.Audio.Artists.Albums.getContentUri("external", id),
774 cols, null, null, MediaStore.Audio.Albums.DEFAULT_SORT_ORDER);
798 if (MediaStore.Audio.Albums.ARTIST.equals(name)) {
809 return MediaStore.Audio.Albums.ARTIST;