Searched refs:strongAuth (Results 1 – 6 of 6) sorted by relevance
35 void keyguardDone(boolean strongAuth); in keyguardDone() argument54 void keyguardDonePending(boolean strongAuth); in keyguardDonePending() argument
222 public void finish(boolean strongAuth) { in finish() argument233 mViewMediatorCallback.keyguardDonePending(strongAuth); in finish()235 mViewMediatorCallback.keyguardDone(strongAuth); in finish()
62 public void finish(boolean strongAuth); in finish() argument315 boolean strongAuth = false; in showNextSecurityScreenOrFinish()331 strongAuth = true; in showNextSecurityScreenOrFinish()355 mSecurityCallback.finish(strongAuth); in showNextSecurityScreenOrFinish()
291 public void notifyKeyguardAuthenticated(boolean strongAuth) { in notifyKeyguardAuthenticated() argument293 mKeyguardView.finish(strongAuth); in notifyKeyguardAuthenticated()
589 public void notifyKeyguardAuthenticated(boolean strongAuth) { in notifyKeyguardAuthenticated() argument590 mBouncer.notifyKeyguardAuthenticated(strongAuth); in notifyKeyguardAuthenticated()
554 public void keyguardDone(boolean strongAuth) {558 if (strongAuth) {576 public void keyguardDonePending(boolean strongAuth) {583 if (strongAuth) {635 int strongAuth = strongAuthTracker.getStrongAuthForUser(currentUser);641 } else if (any && (strongAuth & STRONG_AUTH_REQUIRED_AFTER_DPM_LOCK_NOW) != 0) {643 } else if (trust && (strongAuth & SOME_AUTH_REQUIRED_AFTER_USER_REQUEST) != 0) {645 } else if (any && (strongAuth & STRONG_AUTH_REQUIRED_AFTER_LOCKOUT) != 0) {