Add fromQueueItemList() in MediaSessionCompat.QueueItem

This CL adds a method fromQueueItemList() which creates a list of
MediaSessionCompat.QueueItem objects from a given MediaSession.QueueItem
list. Also it removes an unnecessary conversion of the QueueItem list to
Parcel list and vice versa by using the added method.

Bug: 29524530
Change-Id: I3017606eea46a0b358c47633903f176ba3df90b4
4 files changed