Add fromMediaItem()/fromMediaItemList() in MediaBrowserCompat.MediaItem

This CL adds two methods which convert MediaBrowser.MediaItem
object/List to MediaBrowserCompat.MediaItem object/List, respectively.
It also removes unnecessary conversions of the MediaItem list to
Parcel list and vice versa by using the two added methods.

Bug: 29524530
Change-Id: Ie0628b44c6d5db08f5f4694c673d76e7351300d6
4 files changed