Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4858950d authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Java doc for pauseRecording/resumeRecording" into sc-dev

parents 48be161c 7c253dd2
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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) {