Loading policy/com/android/internal/policy/impl/KeyguardViewMediator.java +6 −1 Original line number Diff line number Diff line Loading @@ -147,6 +147,7 @@ public class KeyguardViewMediator implements KeyguardViewCallback, private IBinder mSecureLockIcon = null; private boolean mSystemReady; private boolean mFirstShow = true; /** Low level access to the power manager for enableUserActivity. Having this * requires that we run in the system process. */ Loading Loading @@ -946,7 +947,11 @@ public class KeyguardViewMediator implements KeyguardViewCallback, if (DEBUG) Log.d(TAG, "handleShow"); if (!mSystemReady) return; if (mFirstShow) { mFirstShow = false; } else { playSounds(true); } mKeyguardViewManager.show(); mShowing = true; Loading Loading
policy/com/android/internal/policy/impl/KeyguardViewMediator.java +6 −1 Original line number Diff line number Diff line Loading @@ -147,6 +147,7 @@ public class KeyguardViewMediator implements KeyguardViewCallback, private IBinder mSecureLockIcon = null; private boolean mSystemReady; private boolean mFirstShow = true; /** Low level access to the power manager for enableUserActivity. Having this * requires that we run in the system process. */ Loading Loading @@ -946,7 +947,11 @@ public class KeyguardViewMediator implements KeyguardViewCallback, if (DEBUG) Log.d(TAG, "handleShow"); if (!mSystemReady) return; if (mFirstShow) { mFirstShow = false; } else { playSounds(true); } mKeyguardViewManager.show(); mShowing = true; Loading