Searched defs:album (Results 1 – 2 of 2) sorted by relevance
116 String album; field in MusicRetriever.Item119 public Item(long id, String artist, String title, String album, long duration) { in Item()
222 String album = json.getString(JSON_ALBUM); in buildFromJSON() local