Loading services/core/java/com/android/server/tv/TvInputManagerService.java +1 −1 Original line number Diff line number Diff line Loading @@ -931,7 +931,7 @@ public final class TvInputManagerService extends SystemService { final long identity = Binder.clearCallingIdentity(); try { synchronized (mLock) { UserState userState = getUserStateLocked(callingUid); UserState userState = getUserStateLocked(resolvedUserId); if (sessionToken == userState.mainSessionToken) { return; } Loading Loading
services/core/java/com/android/server/tv/TvInputManagerService.java +1 −1 Original line number Diff line number Diff line Loading @@ -931,7 +931,7 @@ public final class TvInputManagerService extends SystemService { final long identity = Binder.clearCallingIdentity(); try { synchronized (mLock) { UserState userState = getUserStateLocked(callingUid); UserState userState = getUserStateLocked(resolvedUserId); if (sessionToken == userState.mainSessionToken) { return; } Loading