Loading packages/Keyguard/src/com/android/keyguard/KeyguardViewMediator.java +0 −3 Original line number Diff line number Diff line Loading @@ -691,7 +691,6 @@ public class KeyguardViewMediator { if (timeout <= 0) { // Lock now mSuppressNextLockSound = true; doKeyguardLocked(null); } else { // Lock in the future Loading Loading @@ -1078,8 +1077,6 @@ public class KeyguardViewMediator { + sequence + ", mDelayedShowingSequence = " + mDelayedShowingSequence); synchronized (KeyguardViewMediator.this) { if (mDelayedShowingSequence == sequence) { // Don't play lockscreen SFX if the screen went off due to timeout. mSuppressNextLockSound = true; doKeyguardLocked(null); } } Loading Loading
packages/Keyguard/src/com/android/keyguard/KeyguardViewMediator.java +0 −3 Original line number Diff line number Diff line Loading @@ -691,7 +691,6 @@ public class KeyguardViewMediator { if (timeout <= 0) { // Lock now mSuppressNextLockSound = true; doKeyguardLocked(null); } else { // Lock in the future Loading Loading @@ -1078,8 +1077,6 @@ public class KeyguardViewMediator { + sequence + ", mDelayedShowingSequence = " + mDelayedShowingSequence); synchronized (KeyguardViewMediator.this) { if (mDelayedShowingSequence == sequence) { // Don't play lockscreen SFX if the screen went off due to timeout. mSuppressNextLockSound = true; doKeyguardLocked(null); } } Loading