Home
last modified time | relevance | path

Searched refs:mMediaSourcePath (Results 1 – 1 of 1) sorted by relevance

/frameworks/support/leanback/src/main/java/androidx/leanback/media/
DMediaPlayerGlue.java80 private String mMediaSourcePath = null; field in MediaPlayerGlue
275 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()