Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4a6d31a8 authored by Conrad Chen's avatar Conrad Chen
Browse files

Update javadoc about TIS.onTimeShiftGetCurrentPosition

Test: build
Bug: 31099933
Change-Id: Idc85d01b560cf8380473a0c9eb054f920864f91f
parent fe010386
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -994,7 +994,9 @@ public abstract class TvInputService extends Service {
         *
         * <p>The current position for time shifting is the same as the current position of
         * playback. It should be equal to or greater than the start position reported by
         * {@link #onTimeShiftGetStartPosition()}.
         * {@link #onTimeShiftGetStartPosition()}. When playback is completed, the current position
         * should stay where the playback ends, in other words, the returned value of this mehtod
         * should be equal to the start position plus the duration of the program.
         *
         * @see #onTimeShiftPlay(Uri)
         * @see #onTimeShiftResume()