Loading packages/SystemUI/src/com/android/systemui/keyguard/KeyguardViewMediator.java +4 −0 Original line number Original line Diff line number Diff line Loading @@ -3236,7 +3236,11 @@ public class KeyguardViewMediator implements CoreStartable, Dumpable, + "mPendingLock=" + mPendingLock + "." + "mPendingLock=" + mPendingLock + "." + "One of these being false means we re-locked the device during unlock. " + "One of these being false means we re-locked the device during unlock. " + "Do not proceed to finish keyguard exit and unlock."); + "Do not proceed to finish keyguard exit and unlock."); doKeyguardLocked(null); finishSurfaceBehindRemoteAnimation(true /* showKeyguard */); finishSurfaceBehindRemoteAnimation(true /* showKeyguard */); // Ensure WM is notified that we made a decision to show setShowingLocked(true /* showing */, true /* force */); return; return; } } Loading Loading
packages/SystemUI/src/com/android/systemui/keyguard/KeyguardViewMediator.java +4 −0 Original line number Original line Diff line number Diff line Loading @@ -3236,7 +3236,11 @@ public class KeyguardViewMediator implements CoreStartable, Dumpable, + "mPendingLock=" + mPendingLock + "." + "mPendingLock=" + mPendingLock + "." + "One of these being false means we re-locked the device during unlock. " + "One of these being false means we re-locked the device during unlock. " + "Do not proceed to finish keyguard exit and unlock."); + "Do not proceed to finish keyguard exit and unlock."); doKeyguardLocked(null); finishSurfaceBehindRemoteAnimation(true /* showKeyguard */); finishSurfaceBehindRemoteAnimation(true /* showKeyguard */); // Ensure WM is notified that we made a decision to show setShowingLocked(true /* showing */, true /* force */); return; return; } } Loading