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

Commit 85cc087a authored by Nick Chalko's avatar Nick Chalko
Browse files

Document SessionState callingUid and callingPid fields

Change-Id: Id6442fd3e8a081587cb4b1307655cf77ded865e5
Test: atest CtsTvTestCases
Bug: 165369586
parent 8b93b3d6
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -2457,7 +2457,19 @@ public final class TvInputManagerService extends SystemService {
        private final boolean isRecordingSession;
        private final ITvInputClient client;
        private final int seq;
        /**
         * The {code UID} of the application that created the session.
         *
         * <p>
         * The application is usually the TIF Player.
         */
        private final int callingUid;
        /**
         * The  {@code PID} of the application that created the session.
         *
         * <p>
         * The application is usually the TIF Player.
         */
        private final int callingPid;
        private final int userId;
        private final IBinder sessionToken;