HomeSort by relevance Sort by last modified time
    Searched defs:mMediaSourcePath (Results 1 - 3 of 3) sorted by null

  /frameworks/support/samples/SupportLeanbackShowcase/app/src/main/java/android/support/v17/leanback/supportleanbackshowcase/app/media/
MediaPlayerGlue.java 76 private String mMediaSourcePath = null;
309 if (mMediaSourcePath != null && mMediaSourcePath.equals(mMediaSourcePath)) {
312 mMediaSourcePath = path;
320 else mPlayer.setDataSource(mMediaSourcePath);
  /frameworks/support/v17/leanback/src/android/support/v17/leanback/media/
MediaPlayerGlue.java 79 private String mMediaSourcePath = null;
274 return mTitle != null && (mMediaSourcePath != null || mMediaSourceUri != null);
403 mMediaSourcePath = null;
416 if (mMediaSourcePath != null ? mMediaSourcePath.equals(path) : path == null) {
420 mMediaSourcePath = path;
430 } else if (mMediaSourcePath != null) {
431 mPlayer.setDataSource(mMediaSourcePath);
  /prebuilts/sdk/current/support/v17/leanback/libs/
android-support-v17-leanback.jar 

Completed in 116 milliseconds