Fix broken javadoc for timeshiftmode am: d21f211d36 am: c359c75f86

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/21922606

Change-Id: If9285027886ad81df915882f244c8d46d144d215
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
David Zhao
2023-03-09 07:32:49 +00:00
committed by Automerger Merge Worker

View File

@@ -285,10 +285,7 @@ public abstract class TvInteractiveAppService extends Service {
public static final String COMMAND_PARAMETER_KEY_PLAYBACK_PARAMS = "command_playback_params";
/**
* Time shift command parameter: playback params.
* <p>Type: Integer. One of {@link TvInputManager# * same as the ID sent here. This should be defined by the
* {@link TvInteractiveAppService} and can be any string.
* Should this API be called with the same requestId twice, both requests
* should be handled regardless by the TV application.TIME_SHIFT_MODE_OFF},
* <p>Type: Integer. One of {@link TvInputManager#TIME_SHIFT_MODE_OFF},
* {@link TvInputManager#TIME_SHIFT_MODE_LOCAL},
* {@link TvInputManager#TIME_SHIFT_MODE_NETWORK},
* {@link TvInputManager#TIME_SHIFT_MODE_AUTO}.