Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/widget/
DLockPatternUtils.java1455 public int getStrongAuthForUser(int userId) { in getStrongAuthForUser() method in LockPatternUtils
1457 return getLockSettings().getStrongAuthForUser(userId); in getStrongAuthForUser()
1468 return getStrongAuthForUser(userId) == StrongAuthTracker.STRONG_AUTH_NOT_REQUIRED; in isTrustAllowedForUser()
1475 return (getStrongAuthForUser(userId) & ~StrongAuthTracker.ALLOWING_FINGERPRINT) == 0; in isFingerprintAllowedForUser()
1557 public @StrongAuthFlags int getStrongAuthForUser(int userId) { in getStrongAuthForUser() method in LockPatternUtils.StrongAuthTracker
1566 return getStrongAuthForUser(userId) == STRONG_AUTH_NOT_REQUIRED; in isTrustAllowedForUser()
1574 return (getStrongAuthForUser(userId) & ~ALLOWING_FINGERPRINT) == 0; in isFingerprintAllowedForUser()
1585 int oldValue = getStrongAuthForUser(userId); in handleStrongAuthRequiredChanged()
DILockSettings.aidl48 int getStrongAuthForUser(int userId); in getStrongAuthForUser() method
/frameworks/base/services/core/java/com/android/server/
DLockSettingsService.java204 public int getStrongAuthForUser(int userId) { in getStrongAuthForUser() method in LockSettingsService.SynchronizedStrongAuthTracker
206 return super.getStrongAuthForUser(userId); in getStrongAuthForUser()
1530 public int getStrongAuthForUser(int userId) {
1532 return mStrongAuthTracker.getStrongAuthForUser(userId);
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
DKeyguardUpdateMonitor.java885 return (getStrongAuthForUser(userId) in hasUserAuthenticatedSinceBoot()
1724 final int strongAuthFlags = mStrongAuthTracker.getStrongAuthForUser(userId); in dump()
/frameworks/base/services/core/java/com/android/server/trust/
DTrustManagerService.java795 mStrongAuthTracker.getStrongAuthForUser(user.id)));
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
DKeyguardViewMediator.java586 int strongAuth = strongAuthTracker.getStrongAuthForUser(currentUser);