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

  /packages/apps/Music/src/com/android/music/
MusicUtils.java 79 public final static int PLAYLIST_SELECTED = 3;
408 * application will receive PLAYLIST_SELECTED with the Uri of
435 // sub.add(0, MusicBaseActivity.PLAYLIST_SELECTED,
438 sub.add(1, Defs.PLAYLIST_SELECTED, 0, cur.getString(1)).setIntent(intent);
    [all...]
AlbumBrowserActivity.java 313 case PLAYLIST_SELECTED: {
ArtistAlbumBrowserActivity.java 407 case PLAYLIST_SELECTED: {
    [all...]
MediaPlaybackActivity.java 585 case PLAYLIST_SELECTED: {
    [all...]
TrackBrowserActivity.java 673 case PLAYLIST_SELECTED: {
    [all...]

Completed in 242 milliseconds