Fix broken javadoc for timeshiftmode am: d21f211d36
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/21922606 Change-Id: I61f9baa4fa4a7825ff0f32f13338835a2ed45dec Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -285,10 +285,7 @@ public abstract class TvInteractiveAppService extends Service {
|
|||||||
public static final String COMMAND_PARAMETER_KEY_PLAYBACK_PARAMS = "command_playback_params";
|
public static final String COMMAND_PARAMETER_KEY_PLAYBACK_PARAMS = "command_playback_params";
|
||||||
/**
|
/**
|
||||||
* Time shift command parameter: 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
|
* <p>Type: Integer. One of {@link TvInputManager#TIME_SHIFT_MODE_OFF},
|
||||||
* {@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},
|
|
||||||
* {@link TvInputManager#TIME_SHIFT_MODE_LOCAL},
|
* {@link TvInputManager#TIME_SHIFT_MODE_LOCAL},
|
||||||
* {@link TvInputManager#TIME_SHIFT_MODE_NETWORK},
|
* {@link TvInputManager#TIME_SHIFT_MODE_NETWORK},
|
||||||
* {@link TvInputManager#TIME_SHIFT_MODE_AUTO}.
|
* {@link TvInputManager#TIME_SHIFT_MODE_AUTO}.
|
||||||
|
|||||||
Reference in New Issue
Block a user