Home
last modified time | relevance | path

Searched defs:artist (Results 1 – 2 of 2) sorted by relevance

/development/samples/RandomMusicPlayer/src/com/example/android/musicplayer/
DMusicRetriever.java114 String artist; field in MusicRetriever.Item
119 public Item(long id, String artist, String title, String album, long duration) { in Item()
/development/apps/Development/src/com/android/development/
DMediaScannerActivity.java176 String artist = getRandomName(); in addAlbum() local