sparseParcelableArray
Retrieve a SparseArray of Parcelable values from the Bundle using the given key. The SparseArray should have been added using Bundle.putSparseParcelableArray with values that implement the Parcelable interface.
Return
the SparseArray of the key, or null if no such value was found
Parameters
key
the key of the value