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

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

Merge "Document SessionState callingUid and callingPid fields"

parents 3f79b7c8 85cc087a
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;