diff options
| author | 2016-02-08 19:24:12 -0800 | |
|---|---|---|
| committer | 2016-02-08 19:24:12 -0800 | |
| commit | cd502cf7150f0fb426f7f808c7d407ce89705239 (patch) | |
| tree | 4d65672c8fdd949c2999bdcff4941aa6f87b23bf | |
| parent | 2a061b5bcfb92be2829f6fe9a6d86352193752e3 (diff) | |
TIF: Fix the unresolved link to #stopRecording()
Change-Id: Ifa5aeb7c6f1d8210650a1d276872aa4e22d5ffa3
| -rw-r--r-- | media/java/android/media/tv/TvInputService.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media/java/android/media/tv/TvInputService.java b/media/java/android/media/tv/TvInputService.java index 8ce304376101..91f1ee9f7e33 100644 --- a/media/java/android/media/tv/TvInputService.java +++ b/media/java/android/media/tv/TvInputService.java @@ -1704,7 +1704,7 @@ public abstract class TvInputService extends Service { * A non-null {@code programHint} implies the started recording should be of that specific * program, whereas null {@code programHint} does not impose such a requirement and the * recording can span across multiple TV programs. In either case, the application must call - * {@link #stopRecording()} to stop the recording. + * {@link TvRecordingClient#stopRecording()} to stop the recording. * * <p>The session must call either {@link #notifyRecordingStarted()} or * {@link #notifyError(int)}. |