HomeSort by relevance Sort by last modified time
    Searched defs:artist (Results 1 - 3 of 3) sorted by null

  /development/apps/Development/src/com/android/development/
MediaScannerActivity.java 168 // with one album artist for the album, and a separate artist for each song.
176 String artist = getRandomName(); local
179 "http://bogus/" + albumName + "/" + artist + "_" + i);
184 map.put(Audio.Media.ARTIST, artist);
  /external/libmtp/examples/
sendtr.c 56 fprintf(stderr, "-t <title> -a <artist> -A <Album artist> -w <writer or composer>\n");
102 album->artist != NULL &&
104 !strcmp(album->artist, albuminfo->artist)) ||
188 char artist[80], albumartist[80], title[80], genre[80], album[80], composer[80]; local
245 if ( (palbumartist = prompt("Album artist", albumartist, 80, 0)) != NULL )
250 if ( (partist = prompt("Artist", artist, 80, 0)) != NULL )
303 printf("Album artist: %s\n", palbumartist)
    [all...]
  /development/samples/browseable/MediaBrowserService/src/com.example.android.mediabrowserservice/model/
MusicProvider.java 58 private static final String JSON_ARTIST = "artist";
253 String artist = json.getString(JSON_ARTIST); local
282 .putString(MediaMetadata.METADATA_KEY_ARTIST, artist)

Completed in 583 milliseconds