/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 52 this.mAlbum = album; in MusicTrack()
|
D | MusicProvider.java | 98 String album = music.getString(ALBUM); in retreiveMedia() local 114 mMusicList.add(new MusicTrack(title, album, artist, genre, source, in retreiveMedia()
|
/frameworks/base/core/java/com/google/android/util/ |
D | AbstractMessageParser.java | 961 private String album; field in AbstractMessageParser.Photo 964 public Photo(String user, String album, String photo, String text) { in Photo() argument 967 this.album = album; in Photo() 972 public String getAlbum() { return album; } in getAlbum() 1007 public static String getAlbumURL(String user, String album) { in getAlbumURL() argument 1008 return "http://picasaweb.google.com/" + user + "/" + album; in getAlbumURL() 1012 public static String getPhotoURL(String user, String album, String photo) { in getPhotoURL() argument 1013 return "http://picasaweb.google.com/" + user + "/" + album + "/photo#" in getPhotoURL()
|
/frameworks/base/media/java/android/media/ |
D | MediaScanner.java | 871 String album = values.getAsString(Audio.Media.ALBUM); 872 if (MediaStore.UNKNOWN_STRING.equals(album)) { 873 album = values.getAsString(MediaStore.MediaColumns.DATA); 875 int lastSlash = album.lastIndexOf('/'); 879 int idx = album.indexOf('/', previousSlash + 1); 886 album = album.substring(previousSlash + 1, lastSlash); 887 values.put(Audio.Media.ALBUM, album);
|
/frameworks/base/docs/html/guide/components/ |
D | intents-common.jd | 1590 <p>Indicates the search mode (whether the user is looking for a particular artist, album, song, 1593 the song title, the artist, and the album. This intent supports the following search modes for 1609 <p>Play a particular song, album or genre from an unstructured search query. Apps may generate 1615 of: the artist, the album, the song name, or the genre.</li> 1647 <p>Play music from a particular album.</p> 1650 <li>{@link android.provider.MediaStore#EXTRA_MEDIA_ALBUM} (required) - The album.</li> 1654 the album or the artist. This extra is always provided for backward 1664 <li>{@link android.provider.MediaStore#EXTRA_MEDIA_ALBUM} - The album.</li> 1669 the album, the artist, the genre, or the title. This extra is always provided for 1680 <li>{@link android.provider.MediaStore#EXTRA_MEDIA_ALBUM} - The album.</li> [all …]
|
/frameworks/base/docs/html/training/tv/playback/ |
D | now-playing.jd | 27 The card includes media metadata such as album art, title, and app icon.
|
/frameworks/base/docs/html/training/appbar/ |
D | actions.jd | 40 and <em>create album</em> buttons at the top when the user is looking at
|
/frameworks/base/docs/html/training/articles/ |
D | assistant.jd | 117 app can choose to pass current album information, so that the assistant can 174 structured data to describe the music album the user is currently
|
/frameworks/base/docs/html/distribute/essentials/quality/ |
D | auto.jd | 148 content context in the background of the consumption screen, such as album art, and app may 433 Bad: Notifying the user about a new album release.
|
/frameworks/base/docs/html/design/auto/ |
D | index.jd | 91 (such as the album art).</p>
|
/frameworks/base/docs/html/training/auto/audio/ |
D | index.jd | 661 …ndroid/provider/MediaStore.html#EXTRA_MEDIA_ALBUM"><code>android.intent.extra.album</code></a></li> 691 album = extras.getString(MediaStore.EXTRA_MEDIA_ALBUM); 701 result = searchMusicByAlbum(album);
|
/frameworks/base/docs/html/training/testing/ui-testing/ |
D | uiautomator-testing.jd | 432 collection of items (for example, songs in a music album or a list of emails in an Inbox). To 445 to represent a video album that is displayed within a {@link android.widget.FrameLayout}:</p>
|
/frameworks/base/docs/html-intl/intl/in/design/patterns/ |
D | navigation.jd | 79 pengembang yang sama, atau album dari artis yang sama. Dalam hal ini, mengikuti setiap tautan akan …
|
/frameworks/base/docs/html/about/versions/ |
D | android-4.0-highlights.jd | 174 listening to music, users can even manage music tracks and see album art. </p> 419 videos. For managing collections, a <strong>redesigned album layout</strong> 430 selected album, shuffle pictures from all albums, or show a single image. After 856 such as album art or image, play state, track number and description, duration,
|
D | android-4.1.jd | 231 navigates back through the stack. For example, if the user is viewing an album 234 activity what genre the current album belongs to so that the parent can display the proper list as
|
D | android-3.0.jd | 292 notification or for media apps to show an album thumbnail.</li>
|
D | android-5.0.jd | 466 system UI knows about your media playback and can extract and show album art.
|
D | android-4.0.jd | 344 information and album art.</p>
|
/frameworks/base/docs/html/design/patterns/ |
D | app-structure.jd | 239 Music allows the user to act upon a data item (song) from within the category view (album),
|
/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/training/basics/data-storage/ |
D | files.jd | 295 <p>For example, here's a method you can use to create a directory for an individual photo album:</p>
|
/frameworks/base/docs/html/training/efficient-downloads/ |
D | efficient-network-access.jd | 96 <p>You could choose to prefetch an entire album, however should the user stop listening after the f…
|
/frameworks/base/docs/html/guide/topics/data/ |
D | data-storage.jd | 344 <p>For example, here's a method that creates a directory for a new photo album in
|
/frameworks/base/docs/html-intl/intl/vi/design/patterns/ |
D | navigation.jd | 79 cùng một nhà phát triển hoặc giữa các album bởi cùng một nghệ sĩ. Trong các trường hợp này, truy cậ…
|
/frameworks/base/docs/html/topic/libraries/support-library/ |
D | features.jd | 331 from an album cover, and use those colors to build a color-coordinated song
|