Home | History | Annotate | Download | only in keyguard

Lines Matching refs:authenticated

286          * @param authenticated Whether the user securely got past the keyguard.
291 void keyguardDone(boolean authenticated);
449 public void keyguardDone(boolean authenticated) {
450 KeyguardViewMediator.this.keyguardDone(authenticated, true);
1081 public void keyguardDone(boolean authenticated, boolean wakeup) {
1085 if (DEBUG) Log.d(TAG, "keyguardDone(" + authenticated + ")");
1090 if (authenticated) {
1095 mExitSecureCallback.onKeyguardExitResult(authenticated);
1098 if (authenticated) {