Searched refs:artist (Results 1 – 13 of 13) sorted by relevance
/frameworks/base/tests/MusicServiceDemo/src/com/example/android/musicservicedemo/browser/ |
D | MusicTrack.java | 49 public MusicTrack(String title, String album, String artist, String genre, String source, in MusicTrack() argument 53 this.mArtist = artist; in MusicTrack()
|
D | MusicProvider.java | 99 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/ |
D | now-playing.jd | 112 // And at minimum the title and artist for legacy support 116 myData.artist);
|
/frameworks/base/docs/html/guide/components/ |
D | intents-common.jd | 1568 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/ |
D | now-playing.jd | 140 // And at minimum the title and artist for legacy support 144 myData.artist);
|
/frameworks/base/docs/html/design/tv/ |
D | index.jd | 39 connections between content. A favorite movie may lead to the discovery of a new music artist;
|
/frameworks/base/docs/html/guide/practices/ui_guidelines/ |
D | widget_design.jd | 165 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/ |
D | index.jd | 549 …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/ |
D | navigation.jd | 79 the same developer, or albums by the same artist. In these cases, following each link does create
|
/frameworks/base/docs/html/design/wear/ |
D | structure.jd | 37 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/ |
D | actionbar.jd | 1013 .setText(R.string.artist) 1015 this, "artist", ArtistFragment.class));
|
/frameworks/base/api/ |
D | current.txt | 26088 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";
|
D | system-current.txt | 28044 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";
|