HomeSort by relevance Sort by last modified time
    Searched refs:playlist (Results 1 - 8 of 8) sorted by null

  /packages/apps/Music/src/com/android/music/
CreatePlaylist.java 55 mPlaylist = (EditText)findViewById(R.id.playlist);
88 // check if playlist with current name exists already, and warn the user if so.
151 // you have playlists named "New Playlist 1"/10/2/3/4/5/6/7/8/9, where
152 // making only one pass would result in "New Playlist 10" being erroneously
RenamePlaylist.java 56 mPlaylist = (EditText)findViewById(R.id.playlist);
97 // check if playlist with current name exists already, and warn the user if so.
MediaPlaybackActivity.java 399 .putExtra("playlist", "nowplaying")
601 long playlist = item.getIntent().getLongExtra("playlist", 0); local
602 MusicUtils.addToPlaylist(this, list, playlist);
650 int playlist = Integer.parseInt(uri.getLastPathSegment()); local
651 MusicUtils.addToPlaylist(this, list, playlist);
    [all...]
AlbumBrowserActivity.java 151 // in the middle of specifying a playlist to add the item to.
323 long playlist = item.getIntent().getLongExtra("playlist", 0); local
324 MusicUtils.addToPlaylist(this, list, playlist);
ArtistAlbumBrowserActivity.java 150 // in the middle of specifying a playlist to add the item to.
418 long playlist = item.getIntent().getLongExtra("playlist", 0); local
419 MusicUtils.addToPlaylist(this, list, playlist);
    [all...]
MusicUtils.java 404 * Fills out the given submenu with items for "new playlist" and
407 * the selected playlist, NEW_PLAYLIST if a new playlist
408 * should be created, and QUEUE if the "current playlist" was
434 intent.putExtra("playlist", cur.getLong(0));
474 // step 1: remove selected tracks from the current playlist, as well
479 // remove from current playlist
539 * @param ids The source array containing all the ids to be added to the playlist
572 // need to determine the number of items currently in the playlist,
808 // figure out if we need to restart with a new playlist,
810 long [] playlist = sService.getQueue(); local
    [all...]
TrackBrowserActivity.java 126 mPlaylist = icicle.getString("playlist");
134 mPlaylist = intent.getStringExtra("playlist");
351 // in the middle of specifying a playlist to add the item to.
355 outcicle.putString("playlist", mPlaylist);
532 // update a saved playlist
549 Log.d(LOGTAG, "No view when removing playlist item " + which);
705 long playlist = item.getIntent().getLongExtra("playlist", 0); local
706 MusicUtils.addToPlaylist(this, list, playlist);
819 // remove track from playlist
    [all...]
  /packages/providers/MediaProvider/src/com/android/providers/media/
MediaProvider.java 558 // Contains audio playlist definitions
575 // Cleans up when an audio playlist is deleted
2434 long playlist = Long.valueOf(segments.get(3)); local
    [all...]

Completed in 158 milliseconds