Searched defs:artist (Results 1 – 3 of 3) sorted by relevance
114 String artist; field in MusicRetriever.Item119 public Item(long id, String artist, String title, String album, long duration) { in Item()
176 String artist = getRandomName(); in addAlbum() local
253 String artist = json.getString(JSON_ARTIST); in buildFromJSON() local