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

Commit 98a12cd2 authored by Henry Fang's avatar Henry Fang Committed by Automerger Merge Worker
Browse files

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

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/13590929

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: I313e9fe268ec3842bc7df1b8731c7a187fc1dfa2
parents 2f0abc13 ce65af78
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) {