Home
last modified time | relevance | path

Searched refs:artist (Results 1 – 13 of 13) sorted by relevance

/frameworks/base/tests/MusicServiceDemo/src/com/example/android/musicservicedemo/browser/
DMusicTrack.java49 public MusicTrack(String title, String album, String artist, String genre, String source, in MusicTrack() argument
53 this.mArtist = artist; in MusicTrack()
DMusicProvider.java99 String artist = music.getString(ARTIST); in retreiveMedia() local
114 mMusicList.add(new MusicTrack(title, album, artist, genre, source, in retreiveMedia()
/frameworks/base/docs/html-intl/intl/ja/training/tv/playback/
Dnow-playing.jd112 // And at minimum the title and artist for legacy support
116 myData.artist);
/frameworks/base/docs/html/guide/components/
Dintents-common.jd1568 the search is for an artist name or song name.</p>
1585 <p>Indicates the search mode (whether the user is looking for a particular artist, album, song,
1588 the song title, the artist, and the album. This intent supports the following search modes for
1610 of: the artist, the album, the song name, or the genre.</li>
1628 <p>Play music from a particular artist.</p>
1631 <li>{@link android.provider.MediaStore#EXTRA_MEDIA_ARTIST} (required) - The artist.</li>
1634 the artist or the genre. This extra is always provided for backward compatibility:
1646 <li>{@link android.provider.MediaStore#EXTRA_MEDIA_ARTIST} - The artist.</li>
1649 the album or the artist. This extra is always provided for backward
1660 <li>{@link android.provider.MediaStore#EXTRA_MEDIA_ARTIST} - The artist.</li>
[all …]
/frameworks/base/docs/html/training/tv/playback/
Dnow-playing.jd140 // And at minimum the title and artist for legacy support
144 myData.artist);
/frameworks/base/docs/html/design/tv/
Dindex.jd39 connections between content. A favorite movie may lead to the discovery of a new music artist;
/frameworks/base/docs/html/guide/practices/ui_guidelines/
Dwidget_design.jd165 widget that shows the currently playing song artist and title (vertically stacked), a
175 <p>Your minimum height should be the height of your two TextViews for the artist and title, plus
/frameworks/base/docs/html/training/auto/audio/
Dindex.jd549 …roid/provider/MediaStore.html#EXTRA_MEDIA_ARTIST"><code>android.intent.extra.artist</code></a></li>
574 artist = extras.getString(MediaStore.EXTRA_MEDIA_ARTIST);
586 result = searchMusicByArtist(artist);
/frameworks/base/docs/html/design/patterns/
Dnavigation.jd79 the same developer, or albums by the same artist. In these cases, following each link does create
/frameworks/base/docs/html/design/wear/
Dstructure.jd37 to select from a set of items, such as to select an artist then an album. We recommend using
/frameworks/base/docs/html/guide/topics/ui/
Dactionbar.jd1013 .setText(R.string.artist)
1015 this, "artist", ArtistFragment.class));
/frameworks/base/api/
Dcurrent.txt26088 field public static final java.lang.String EXTRA_MEDIA_ARTIST = "android.intent.extra.artist";
26123 field public static final java.lang.String ARTIST = "artist";
26141 field public static final java.lang.String ARTIST = "artist";
26152 … field public static final java.lang.String ENTRY_CONTENT_TYPE = "vnd.android.cursor.item/artist";
26166 field public static final java.lang.String ARTIST = "artist";
26375 field public static final java.lang.String ARTIST = "artist";
Dsystem-current.txt28044 field public static final java.lang.String EXTRA_MEDIA_ARTIST = "android.intent.extra.artist";
28079 field public static final java.lang.String ARTIST = "artist";
28097 field public static final java.lang.String ARTIST = "artist";
28108 … field public static final java.lang.String ENTRY_CONTENT_TYPE = "vnd.android.cursor.item/artist";
28122 field public static final java.lang.String ARTIST = "artist";
28331 field public static final java.lang.String ARTIST = "artist";