Home | History | Annotate | Download | only in keyguard

Lines Matching refs:SHOW

92  * - screen turned off -> reset the keyguard, and show it so it will be ready
125 private static final int SHOW = 2;
370 + " we need to show the keyguard since the "
384 + "showing; need to show keyguard so user can enter sim pin");
399 + "show permanently disabled message in lockscreen.");
481 mShowKeyguardWakeLock = mPM.newWakeLock(PowerManager.PARTIAL_WAKE_LOCK, "show keyguard");
558 // Note that the biometric unlock will still not show if it is not the selected method.
883 // if another app is disabling us, don't show
905 // if the setup wizard hasn't run yet, don't show
993 * Send message to keyguard telling it to show itself
1000 Message msg = mHandler.obtainMessage(SHOW, options);
1068 case SHOW:
1227 * @see #SHOW
1238 mStatusBarKeyguardViewManager.show(options);
1252 mKeyguardDisplayManager.show();