Loading packages/Keyguard/src/com/android/keyguard/KeyguardViewMediator.java +6 −3 Original line number Diff line number Diff line Loading @@ -1217,6 +1217,12 @@ public class KeyguardViewMediator { if (DEBUG) Log.d(TAG, "handleShow"); } new Thread(new Runnable() { public void run() { playSounds(true); } }).start(); mKeyguardViewManager.show(options); mShowing = true; mKeyguardDonePending = false; Loading @@ -1228,9 +1234,6 @@ public class KeyguardViewMediator { } catch (RemoteException e) { } // Do this at the end to not slow down display of the keyguard. playSounds(true); mShowKeyguardWakeLock.release(); } } Loading Loading
packages/Keyguard/src/com/android/keyguard/KeyguardViewMediator.java +6 −3 Original line number Diff line number Diff line Loading @@ -1217,6 +1217,12 @@ public class KeyguardViewMediator { if (DEBUG) Log.d(TAG, "handleShow"); } new Thread(new Runnable() { public void run() { playSounds(true); } }).start(); mKeyguardViewManager.show(options); mShowing = true; mKeyguardDonePending = false; Loading @@ -1228,9 +1234,6 @@ public class KeyguardViewMediator { } catch (RemoteException e) { } // Do this at the end to not slow down display of the keyguard. playSounds(true); mShowKeyguardWakeLock.release(); } } Loading