Searched refs:strongAuth (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/keyguard/ |
D | ViewMediatorCallback.java | 36 void keyguardDone(boolean strongAuth, int targetUserId); in keyguardDone() argument 56 void keyguardDonePending(boolean strongAuth, int targetUserId); in keyguardDonePending() argument
|
D | KeyguardHostView.java | 223 public void finish(boolean strongAuth, int targetUserId) { in finish() argument 234 mViewMediatorCallback.keyguardDonePending(strongAuth, targetUserId); in finish() 236 mViewMediatorCallback.keyguardDone(strongAuth, targetUserId); in finish()
|
D | KeyguardSecurityContainer.java | 65 public void finish(boolean strongAuth, int targetUserId); in finish() argument 323 boolean strongAuth = false; in showNextSecurityScreenOrFinish() 338 strongAuth = true; in showNextSecurityScreenOrFinish() 362 mSecurityCallback.finish(strongAuth, targetUserId); in showNextSecurityScreenOrFinish()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | KeyguardBouncer.java | 306 public void notifyKeyguardAuthenticated(boolean strongAuth) { in notifyKeyguardAuthenticated() argument 308 mKeyguardView.finish(strongAuth, KeyguardUpdateMonitor.getCurrentUser()); in notifyKeyguardAuthenticated()
|
D | StatusBarKeyguardViewManager.java | 630 public void notifyKeyguardAuthenticated(boolean strongAuth) { in notifyKeyguardAuthenticated() argument 631 mBouncer.notifyKeyguardAuthenticated(strongAuth); in notifyKeyguardAuthenticated()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ |
D | KeyguardViewMediator.java | 554 public void keyguardDone(boolean strongAuth, int targetUserId) { 560 if (strongAuth) { 578 public void keyguardDonePending(boolean strongAuth, int targetUserId) { 591 if (strongAuth) { 637 int strongAuth = strongAuthTracker.getStrongAuthForUser(currentUser); 641 } else if (any && (strongAuth & STRONG_AUTH_REQUIRED_AFTER_TIMEOUT) != 0) { 643 } else if (any && (strongAuth & STRONG_AUTH_REQUIRED_AFTER_DPM_LOCK_NOW) != 0) { 645 } else if (trust && (strongAuth & SOME_AUTH_REQUIRED_AFTER_USER_REQUEST) != 0) { 647 } else if (any && (strongAuth & STRONG_AUTH_REQUIRED_AFTER_LOCKOUT) != 0) {
|
/frameworks/base/services/core/java/com/android/server/ |
D | LockSettingsService.java | 220 void register(LockSettingsStrongAuth strongAuth) { in register() argument 221 strongAuth.registerStrongAuthTracker(this.mStub); in register()
|