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

Commit 266a7302 authored by Henry Fang's avatar Henry Fang
Browse files

Enhance java doc to explain what will be in bundle

bug: 179143834
Test: atest TvInputServiceTest
Change-Id: I1a9ba5373ebcb552cca069604721e97f33d38a4c
parent 57471856
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) {