Home
last modified time | relevance | path

Searched refs:album (Results 1 – 25 of 30) sorted by relevance

12

/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
52 this.mAlbum = album; in MusicTrack()
DMusicProvider.java98 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/
DAbstractMessageParser.java961 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/
DMediaScanner.java871 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/
Dintents-common.jd1590 <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/
Dnow-playing.jd27 The card includes media metadata such as album art, title, and app icon.
/frameworks/base/docs/html/training/appbar/
Dactions.jd40 and <em>create album</em> buttons at the top when the user is looking at
/frameworks/base/docs/html/training/articles/
Dassistant.jd117 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/
Dauto.jd148 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/
Dindex.jd91 (such as the album art).</p>
/frameworks/base/docs/html/training/auto/audio/
Dindex.jd661 …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/
Duiautomator-testing.jd432 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/
Dnavigation.jd79 pengembang yang sama, atau album dari artis yang sama. Dalam hal ini, mengikuti setiap tautan akan …
/frameworks/base/docs/html/about/versions/
Dandroid-4.0-highlights.jd174 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,
Dandroid-4.1.jd231 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
Dandroid-3.0.jd292 notification or for media apps to show an album thumbnail.</li>
Dandroid-5.0.jd466 system UI knows about your media playback and can extract and show album art.
Dandroid-4.0.jd344 information and album art.</p>
/frameworks/base/docs/html/design/patterns/
Dapp-structure.jd239 Music allows the user to act upon a data item (song) from within the category view (album),
/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/training/basics/data-storage/
Dfiles.jd295 <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/
Defficient-network-access.jd96 <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/
Ddata-storage.jd344 <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/
Dnavigation.jd79 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/
Dfeatures.jd331 from an album cover, and use those colors to build a color-coordinated song

12