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

Commit bf8045e8 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Document SessionState callingUid and callingPid fields" am: dca55795

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

Change-Id: I9bc679e821210803bbaa6d64f124ff3f9de3dc3a
parents dca4a15a dca55795
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;