Loading packages/SystemUI/src/com/android/systemui/keyguard/KeyguardViewMediator.java +0 −1 Original line number Diff line number Diff line Loading @@ -2311,7 +2311,6 @@ public class KeyguardViewMediator extends SystemUI implements Dumpable, // only play "unlock" noises if not on a call (since the incall UI // disables the keyguard) if (TelephonyManager.EXTRA_STATE_IDLE.equals(mPhoneState)) { Log.i("TEST", "playSounds: false"); playSounds(false); } Loading Loading
packages/SystemUI/src/com/android/systemui/keyguard/KeyguardViewMediator.java +0 −1 Original line number Diff line number Diff line Loading @@ -2311,7 +2311,6 @@ public class KeyguardViewMediator extends SystemUI implements Dumpable, // only play "unlock" noises if not on a call (since the incall UI // disables the keyguard) if (TelephonyManager.EXTRA_STATE_IDLE.equals(mPhoneState)) { Log.i("TEST", "playSounds: false"); playSounds(false); } Loading