Loading services/core/java/com/android/server/media/MediaSessionService.java +1 −1 Original line number Diff line number Diff line Loading @@ -227,8 +227,8 @@ public class MediaSessionService extends SystemService implements Monitor { } private void updateUser() { synchronized (mLock) { int userId = ActivityManager.getCurrentUser(); synchronized (mLock) { if (mCurrentUserId != userId) { final int oldUserId = mCurrentUserId; mCurrentUserId = userId; // do this first Loading Loading
services/core/java/com/android/server/media/MediaSessionService.java +1 −1 Original line number Diff line number Diff line Loading @@ -227,8 +227,8 @@ public class MediaSessionService extends SystemService implements Monitor { } private void updateUser() { synchronized (mLock) { int userId = ActivityManager.getCurrentUser(); synchronized (mLock) { if (mCurrentUserId != userId) { final int oldUserId = mCurrentUserId; mCurrentUserId = userId; // do this first Loading