Commits

Jae Seo authored 3d04b769342
TIF: API Review: android.media.tv Addressed the feedback from the API Review: android.media.tv.TvView.TimeShiftPositionCallback Please add more documentation to explain why we are using the wall-clock time here. android.media.tv.TvInputService onTimeShiftSetPlaybackRate should be renamed to onTimeShiftSetPlaybackParams and pass in the PlaybackParams object (formerly known as PlaybackSettings) instead of the rate and mode separately. android.media.tv.TvTrackInfo getDescription() should return a CharSequence not a String. android.media.tv.TvTrackInfo.Builder setDescription() should take a CharSequence as input. android.media.tv.TvView Change timeShiftSetPlaybackRate() to setTimeShiftPlaybackParams() and use the PlaybackParams object (formerly known as PlaybackSettings) instead of the rate and mode separately. Bug: 21045120 Change-Id: I768665ae9c385fcb034bfb346c21b4c9f0891172