Searched defs:album (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/tests/MusicServiceDemo/src/com/example/android/musicservicedemo/browser/
H A DMusicTrack.java40 * @param album
49 public MusicTrack(String title, String album, String artist, String genre, String source, argument
52 this.mAlbum = album;
/frameworks/base/core/java/com/google/android/util/
H A DAbstractMessageParser.java952 /** Represents a link to a Picasa photo or album. */
954 /** Pattern for an album or photo URL. */
961 private String album; field in class:AbstractMessageParser.Photo
964 public Photo(String user, String album, String photo, String text) { argument
967 this.album = album;
972 public String getAlbum() { return album; }
978 /** Returns a Photo object if the given url is to a photo or album. */
1003 "?category=album&alt=rss";
1006 /** Returns the URL for an album
1007 getAlbumURL(String user, String album) argument
1012 getPhotoURL(String user, String album, String photo) argument
[all...]

Completed in 91 milliseconds