Home | History | Annotate | Download | only in session

Lines Matching refs:mediaId

608          * @param mediaId The uri of the requested media.
612 public void playFromMediaId(String mediaId, Bundle extras) {
613 if (TextUtils.isEmpty(mediaId)) {
618 mSessionBinder.playFromMediaId(mediaId, extras);
620 Log.wtf(TAG, "Error calling play(" + mediaId + ").", e);