/frameworks/base/packages/Keyguard/src/com/android/keyguard/ |
D | KeyguardTransportControlView.java | 384 ss.artist = mMetadata.artist; in onSaveInstanceState() 400 mMetadata.artist = ss.artist; in onRestoreInstanceState() 419 private String artist; field in KeyguardTransportControlView.Metadata 426 artist = null; in clear() 434 return "Metadata[artist=" + artist + " trackTitle=" + trackTitle + in toString() 447 mMetadata.artist = data.getString(MediaMetadataRetriever.METADATA_KEY_ALBUMARTIST, in updateMetadata() 448 mMetadata.artist); in updateMetadata() 482 if (!TextUtils.isEmpty(mMetadata.artist)) { in populateMetadata() 486 sb.append(mMetadata.artist); in populateMetadata() 661 String artist; field in KeyguardTransportControlView.SavedState [all …]
|
/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/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/guide/components/ |
D | intents-common.jd | 1962 the search is for an artist name or song name.</p> 1979 <p>Indicates the search mode (whether the user is looking for a particular artist, album, song, 1982 the song title, the artist, and the album. This intent supports the following search modes for 2004 of: the artist, the album, the song name, or the genre.</li> 2022 <p>Play music from a particular artist.</p> 2025 <li>{@link android.provider.MediaStore#EXTRA_MEDIA_ARTIST} (required) - The artist.</li> 2028 the artist or the genre. This extra is always provided for backward compatibility: 2040 <li>{@link android.provider.MediaStore#EXTRA_MEDIA_ARTIST} - The artist.</li> 2043 the album or the artist. This extra is always provided for backward 2054 <li>{@link android.provider.MediaStore#EXTRA_MEDIA_ARTIST} - The artist.</li> [all …]
|
/frameworks/base/docs/html/design/tv/ |
D | index.jd | 33 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/design/wear/ |
D | structure.jd | 31 …that allows the user to select from a set of items, such as to select an artist then an album. We …
|
/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/guide/topics/ui/ |
D | actionbar.jd | 1017 .setText(R.string.artist) 1019 this, "artist", ArtistFragment.class));
|
/frameworks/base/api/ |
D | system-current.txt | 26463 field public static final java.lang.String EXTRA_MEDIA_ARTIST = "android.intent.extra.artist"; 26497 field public static final java.lang.String ARTIST = "artist"; 26515 field public static final java.lang.String ARTIST = "artist"; 26526 … field public static final java.lang.String ENTRY_CONTENT_TYPE = "vnd.android.cursor.item/artist"; 26540 field public static final java.lang.String ARTIST = "artist"; 26749 field public static final java.lang.String ARTIST = "artist";
|
D | current.txt | 24873 field public static final java.lang.String EXTRA_MEDIA_ARTIST = "android.intent.extra.artist"; 24907 field public static final java.lang.String ARTIST = "artist"; 24925 field public static final java.lang.String ARTIST = "artist"; 24936 … field public static final java.lang.String ENTRY_CONTENT_TYPE = "vnd.android.cursor.item/artist"; 24950 field public static final java.lang.String ARTIST = "artist"; 25159 field public static final java.lang.String ARTIST = "artist";
|