Loading packages/SystemUI/src/com/android/systemui/keyguard/KeyguardViewMediator.java +3 −1 Original line number Original line Diff line number Diff line Loading @@ -1497,8 +1497,10 @@ public class KeyguardViewMediator extends SystemUI { // only play "unlock" noises if not on a call (since the incall UI // only play "unlock" noises if not on a call (since the incall UI // disables the keyguard) // disables the keyguard) if (TelephonyManager.EXTRA_STATE_IDLE.equals(mPhoneState)) { if (TelephonyManager.EXTRA_STATE_IDLE.equals(mPhoneState)) { if (mShowing && mDeviceInteractive) { playSounds(false); playSounds(false); } } } setShowingLocked(false); setShowingLocked(false); mStatusBarKeyguardViewManager.hide(startTime, fadeoutDuration); mStatusBarKeyguardViewManager.hide(startTime, fadeoutDuration); Loading Loading
packages/SystemUI/src/com/android/systemui/keyguard/KeyguardViewMediator.java +3 −1 Original line number Original line Diff line number Diff line Loading @@ -1497,8 +1497,10 @@ public class KeyguardViewMediator extends SystemUI { // only play "unlock" noises if not on a call (since the incall UI // only play "unlock" noises if not on a call (since the incall UI // disables the keyguard) // disables the keyguard) if (TelephonyManager.EXTRA_STATE_IDLE.equals(mPhoneState)) { if (TelephonyManager.EXTRA_STATE_IDLE.equals(mPhoneState)) { if (mShowing && mDeviceInteractive) { playSounds(false); playSounds(false); } } } setShowingLocked(false); setShowingLocked(false); mStatusBarKeyguardViewManager.hide(startTime, fadeoutDuration); mStatusBarKeyguardViewManager.hide(startTime, fadeoutDuration); Loading