Java doc for pauseRecording/resumeRecording

bug: 179143834
Test: atest TvInputServiceTest
Change-Id: Ie3ad09ffa2dd148c08aac8dac7816af34a99fcc5
This commit is contained in:
Henry Fang
2021-02-10 17:52:47 -08:00
parent f953deb8bc
commit 7c253dd2ac

View File

@@ -2526,6 +2526,7 @@ public final class TvInputManager {
* Pauses TV program recording in the current recording session.
*
* @param params A set of extra parameters which might be handled with this event.
* {@link TvRecordingClient#pauseRecording(Bundle)}.
*/
void pauseRecording(@NonNull Bundle params) {
if (mToken == null) {
@@ -2543,6 +2544,7 @@ public final class TvInputManager {
* Resumes TV program recording in the current recording session.
*
* @param params A set of extra parameters which might be handled with this event.
* {@link TvRecordingClient#resumeRecording(Bundle)}.
*/
void resumeRecording(@NonNull Bundle params) {
if (mToken == null) {