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

Commit ce65af78 authored by Henry Fang's avatar Henry Fang Committed by Android (Google) Code Review
Browse files

Merge "Enhance java doc to explain what will be in bundle" into sc-dev

parents 1f535786 266a7302
Loading
Loading
Loading
Loading
+6 −2
Original line number Diff line number Diff line
@@ -2525,7 +2525,9 @@ 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.
         * @param params Domain-specific data for this request. Keys <em>must</em> be a scoped
         *            name, i.e. prefixed with a package name you own, so that different developers
         *            will not create conflicting keys.
         *        {@link TvRecordingClient#pauseRecording(Bundle)}.
         */
        void pauseRecording(@NonNull Bundle params) {
@@ -2543,7 +2545,9 @@ 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.
         * @param params Domain-specific data for this request. Keys <em>must</em> be a scoped
         *            name, i.e. prefixed with a package name you own, so that different developers
         *            will not create conflicting keys.
         *        {@link TvRecordingClient#resumeRecording(Bundle)}.
         */
        void resumeRecording(@NonNull Bundle params) {