Searched refs:strongAuth (Results 1 - 7 of 7) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DViewMediatorCallback.java32 * @param strongAuth whether the user has authenticated with strong authentication like
36 void keyguardDone(boolean strongAuth, int targetUserId); argument
52 * @param strongAuth whether the user has authenticated with strong authentication like
56 void keyguardDonePending(boolean strongAuth, int targetUserId); argument
H A DKeyguardHostView.java218 * @param strongAuth whether the user has authenticated with strong authentication like
223 public void finish(boolean strongAuth, int targetUserId) { argument
234 mViewMediatorCallback.keyguardDonePending(strongAuth, targetUserId);
236 mViewMediatorCallback.keyguardDone(strongAuth, targetUserId);
H A DKeyguardSecurityContainer.java61 * @param strongAuth wheher the user has authenticated with strong authentication like
65 public void finish(boolean strongAuth, int targetUserId); argument
323 boolean strongAuth = false;
338 strongAuth = true;
362 mSecurityCallback.finish(strongAuth, targetUserId);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DKeyguardBouncer.java306 public void notifyKeyguardAuthenticated(boolean strongAuth) { argument
308 mKeyguardView.finish(strongAuth, KeyguardUpdateMonitor.getCurrentUser());
H A DStatusBarKeyguardViewManager.java630 public void notifyKeyguardAuthenticated(boolean strongAuth) { argument
631 mBouncer.notifyKeyguardAuthenticated(strongAuth);
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
H A DKeyguardViewMediator.java554 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/
H A DLockSettingsService.java220 void register(LockSettingsStrongAuth strongAuth) { argument
221 strongAuth.registerStrongAuthTracker(this.mStub);

Completed in 119 milliseconds