Searched refs:mMediaSourcePath (Results 1 – 1 of 1) sorted by relevance
80 private String mMediaSourcePath = null; field in MediaPlayerGlue275 return mTitle != null && (mMediaSourcePath != null || mMediaSourceUri != null); in hasValidMedia()404 mMediaSourcePath = null; in setMediaSource()417 if (mMediaSourcePath != null ? mMediaSourcePath.equals(path) : path == null) { in setMediaSource()421 mMediaSourcePath = path; in setMediaSource()431 } else if (mMediaSourcePath != null) { in prepareMediaForPlaying()432 mPlayer.setDataSource(mMediaSourcePath); in prepareMediaForPlaying()