Merge "Java doc for pauseRecording/resumeRecording" into sc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
4858950d0a
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user