diff --git a/media/java/android/media/tv/TvInputService.java b/media/java/android/media/tv/TvInputService.java index 8ce304376101c..91f1ee9f7e33e 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. * *

The session must call either {@link #notifyRecordingStarted()} or * {@link #notifyError(int)}.