Home | History | Annotate | Download | only in music

Lines Matching full:song

275         String song;
281 song = mService.getTrackName();
292 song != null &&
293 song.startsWith("recording")) {
335 if ((song == null) || MediaStore.UNKNOWN_STRING.equals(song)) {
341 title = song;
343 query = artist + " " + song;
345 query = song;
363 i.putExtra(MediaStore.EXTRA_MEDIA_TITLE, song);