Home
last modified time | relevance | path

Searched refs:strongAuth (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/packages/Keyguard/src/com/android/keyguard/
DViewMediatorCallback.java35 void keyguardDone(boolean strongAuth); in keyguardDone() argument
54 void keyguardDonePending(boolean strongAuth); in keyguardDonePending() argument
DKeyguardHostView.java222 public void finish(boolean strongAuth) { in finish() argument
233 mViewMediatorCallback.keyguardDonePending(strongAuth); in finish()
235 mViewMediatorCallback.keyguardDone(strongAuth); in finish()
DKeyguardSecurityContainer.java62 public void finish(boolean strongAuth); in finish() argument
315 boolean strongAuth = false; in showNextSecurityScreenOrFinish()
331 strongAuth = true; in showNextSecurityScreenOrFinish()
355 mSecurityCallback.finish(strongAuth); in showNextSecurityScreenOrFinish()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DKeyguardBouncer.java291 public void notifyKeyguardAuthenticated(boolean strongAuth) { in notifyKeyguardAuthenticated() argument
293 mKeyguardView.finish(strongAuth); in notifyKeyguardAuthenticated()
DStatusBarKeyguardViewManager.java589 public void notifyKeyguardAuthenticated(boolean strongAuth) { in notifyKeyguardAuthenticated() argument
590 mBouncer.notifyKeyguardAuthenticated(strongAuth); in notifyKeyguardAuthenticated()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
DKeyguardViewMediator.java554 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) {