Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/
DLockSettingsStrongAuth.java176 public void requireStrongAuth(int strongAuthReason, int userId) { in requireStrongAuth() method in LockSettingsStrongAuth
187 requireStrongAuth(STRONG_AUTH_NOT_REQUIRED, userId); in reportUnlock()
205 requireStrongAuth(STRONG_AUTH_REQUIRED_AFTER_TIMEOUT, mUserId); in onAlarm()
DLockSettingsService.java1573 requireStrongAuth(STRONG_AUTH_REQUIRED_AFTER_LOCKOUT, userId); in verifyCredential()
1712 public void requireStrongAuth(int strongAuthReason, int userId) { in requireStrongAuth() method in LockSettingsService
1714 mStrongAuth.requireStrongAuth(strongAuthReason, userId); in requireStrongAuth()
1950 requireStrongAuth(STRONG_AUTH_REQUIRED_AFTER_LOCKOUT, userId); in spBasedDoVerifyCredentialLocked()
/frameworks/base/core/java/com/android/internal/widget/
DILockSettings.aidl44 void requireStrongAuth(int strongAuthReason, int userId); in requireStrongAuth() method
DLockPatternUtils.java1290 requireStrongAuth(StrongAuthTracker.SOME_AUTH_REQUIRED_AFTER_USER_REQUEST, userId); in requireCredentialEntry()
1302 public void requireStrongAuth(@StrongAuthTracker.StrongAuthFlags int strongAuthReason, in requireStrongAuth() method in LockPatternUtils
1305 getLockSettings().requireStrongAuth(strongAuthReason, userId); in requireStrongAuth()
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardUpdateMonitor.java514 mLockPatternUtils.requireStrongAuth( in handleFingerprintError()
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DDevicePolicyManagerService.java4421 mLockPatternUtils.requireStrongAuth(STRONG_AUTH_REQUIRED_AFTER_DPM_LOCK_NOW, in resetPasswordInternal()
4702 mLockPatternUtils.requireStrongAuth( in lockNow()