Loading services/core/java/com/android/server/am/ActivityManagerService.java +0 −5 Original line number Diff line number Diff line Loading @@ -17354,11 +17354,6 @@ public final class ActivityManagerService extends ActivityManagerNative if ((userInfo.flags&UserInfo.FLAG_INITIALIZED) == 0) { if (userId != UserHandle.USER_OWNER) { // Send PRE_BOOT_COMPLETED broadcasts for this new user final ArrayList<ComponentName> doneReceivers = new ArrayList<ComponentName>(); deliverPreBootCompleted(null, doneReceivers, userId); Intent intent = new Intent(Intent.ACTION_USER_INITIALIZE); intent.addFlags(Intent.FLAG_RECEIVER_FOREGROUND); broadcastIntentLocked(null, null, intent, null, services/core/java/com/android/server/wm/WindowState.java +0 −2 Original line number Diff line number Diff line Loading @@ -1142,8 +1142,6 @@ final class WindowState implements WindowManagerPolicy.WindowState { boolean showLw(boolean doAnimation, boolean requestAnim) { if (isHiddenFromUserLocked()) { Slog.w(TAG, "current user violation " + mService.mCurrentUserId + " trying to display " + this + ", type " + mAttrs.type + ", belonging to " + mOwnerUid); return false; } if (!mAppOpVisibility) { Loading services/core/java/com/android/server/wm/WindowStateAnimator.java +0 −2 Original line number Diff line number Diff line Loading @@ -1533,8 +1533,6 @@ class WindowStateAnimator { // This must be called while inside a transaction. boolean performShowLocked() { if (mWin.isHiddenFromUserLocked()) { Slog.w(TAG, "current user violation " + mService.mCurrentUserId + " trying to display " + this + ", type " + mWin.mAttrs.type + ", belonging to " + mWin.mOwnerUid); return false; } if (DEBUG_VISIBILITY || (DEBUG_STARTING_WINDOW && Loading Loading
services/core/java/com/android/server/am/ActivityManagerService.java +0 −5 Original line number Diff line number Diff line Loading @@ -17354,11 +17354,6 @@ public final class ActivityManagerService extends ActivityManagerNative if ((userInfo.flags&UserInfo.FLAG_INITIALIZED) == 0) { if (userId != UserHandle.USER_OWNER) { // Send PRE_BOOT_COMPLETED broadcasts for this new user final ArrayList<ComponentName> doneReceivers = new ArrayList<ComponentName>(); deliverPreBootCompleted(null, doneReceivers, userId); Intent intent = new Intent(Intent.ACTION_USER_INITIALIZE); intent.addFlags(Intent.FLAG_RECEIVER_FOREGROUND); broadcastIntentLocked(null, null, intent, null,
services/core/java/com/android/server/wm/WindowState.java +0 −2 Original line number Diff line number Diff line Loading @@ -1142,8 +1142,6 @@ final class WindowState implements WindowManagerPolicy.WindowState { boolean showLw(boolean doAnimation, boolean requestAnim) { if (isHiddenFromUserLocked()) { Slog.w(TAG, "current user violation " + mService.mCurrentUserId + " trying to display " + this + ", type " + mAttrs.type + ", belonging to " + mOwnerUid); return false; } if (!mAppOpVisibility) { Loading
services/core/java/com/android/server/wm/WindowStateAnimator.java +0 −2 Original line number Diff line number Diff line Loading @@ -1533,8 +1533,6 @@ class WindowStateAnimator { // This must be called while inside a transaction. boolean performShowLocked() { if (mWin.isHiddenFromUserLocked()) { Slog.w(TAG, "current user violation " + mService.mCurrentUserId + " trying to display " + this + ", type " + mWin.mAttrs.type + ", belonging to " + mWin.mOwnerUid); return false; } if (DEBUG_VISIBILITY || (DEBUG_STARTING_WINDOW && Loading