Searched defs:requireStrongAuth (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/services/core/java/com/android/server/
H A DLockSettingsStrongAuth.java140 public void requireStrongAuth(int strongAuthReason, int userId) { method in class:LockSettingsStrongAuth
151 requireStrongAuth(STRONG_AUTH_NOT_REQUIRED, userId);
H A DLockSettingsService.java1411 requireStrongAuth(STRONG_AUTH_REQUIRED_AFTER_LOCKOUT, userId);
1518 public void requireStrongAuth(int strongAuthReason, int userId) { method in class:LockSettingsService
1520 mStrongAuth.requireStrongAuth(strongAuthReason, userId);
/frameworks/base/core/java/com/android/internal/widget/
H A DLockPatternUtils.java287 requireStrongAuth(StrongAuthTracker.SOME_AUTH_REQUIRED_AFTER_WRONG_CREDENTIAL, userId);
1379 requireStrongAuth(StrongAuthTracker.SOME_AUTH_REQUIRED_AFTER_USER_REQUEST, userId);
1391 public void requireStrongAuth(@StrongAuthTracker.StrongAuthFlags int strongAuthReason, method in class:LockPatternUtils
1394 getLockSettings().requireStrongAuth(strongAuthReason, userId);

Completed in 75 milliseconds