HomeSort by relevance Sort by last modified time
    Searched full:playingitem (Results 1 - 1 of 1) sorted by null

  /development/samples/RandomMusicPlayer/src/com/example/android/musicplayer/
MusicService.java 407 MusicRetriever.Item playingItem = null;
415 playingItem = new MusicRetriever.Item(0, null, manualUrl, null, 0);
420 playingItem = mRetriever.getRandomItem();
421 if (playingItem == null) {
433 mPlayer.setDataSource(getApplicationContext(), playingItem.getURI());
436 mSongTitle = playingItem.getTitle();
470 .putString(MediaMetadataRetriever.METADATA_KEY_ARTIST, playingItem.getArtist())
471 .putString(MediaMetadataRetriever.METADATA_KEY_ALBUM, playingItem.getAlbum())
472 .putString(MediaMetadataRetriever.METADATA_KEY_TITLE, playingItem.getTitle())
474 playingItem.getDuration()
    [all...]

Completed in 1177 milliseconds