Lines Matching defs:showing

88  * it of when the keyguard is showing, and events from the keyguard view itself
96 * - is the keyguard showing?
100 * - the keyguard is showing
112 * whether the keyguard should be showing, external apps and services may request
230 // cached value of whether we are showing (need to know this to quickly
330 // ActivityManagerService) will not reconstruct the keyguard if it is already showing.
367 + "keyguard is showing");
412 if (DEBUG_SIM_STATES) Log.d(TAG, "ICC_ABSENT isn't showing,"
428 + "showing; need to show keyguard so user can enter sim pin");
439 + "keygaurd isn't showing.");
570 // Assume keyguard is showing (unless it's disabled) until we know for sure...
848 // hiding keyguard that is showing, remember to reshow later
949 * Is the keyguard currently showing and not being force hidden?
997 * Input is restricted when the keyguard is showing, or when the keyguard
1033 if (DEBUG) Log.d(TAG, "doKeyguard: not showing because externally disabled");
1047 // if the keyguard is already showing, don't bother
1049 if (DEBUG) Log.d(TAG, "doKeyguard: not showing because it is already showing");
1064 if (DEBUG) Log.d(TAG, "doKeyguard: not showing because device isn't provisioned"
1071 if (DEBUG) Log.d(TAG, "doKeyguard: not showing because lockscreen is off");
1076 if (DEBUG) Log.d(TAG, "Not showing lock screen since just decrypted");
1084 if (DEBUG) Log.d(TAG, "doKeyguard: showing the lock screen");
1464 // Don't try to rely on WindowManager - if Keyguard wasn't showing, window
1709 private void setShowingLocked(boolean showing) {
1710 if (showing != mShowing) {
1711 mShowing = showing;
1715 mKeyguardStateCallbacks.get(i).onShowingStateChanged(showing);