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.java1366 public int getStrongAuthForUser(int userId) { in getStrongAuthForUser() method in LockPatternUtils
1368 return getLockSettings().getStrongAuthForUser(userId); in getStrongAuthForUser()
1379 return getStrongAuthForUser(userId) == StrongAuthTracker.STRONG_AUTH_NOT_REQUIRED; in isTrustAllowedForUser()
1386 return (getStrongAuthForUser(userId) & ~StrongAuthTracker.ALLOWING_FINGERPRINT) == 0; in isFingerprintAllowedForUser()
1604 public @StrongAuthFlags int getStrongAuthForUser(int userId) {
1613 return getStrongAuthForUser(userId) == STRONG_AUTH_NOT_REQUIRED;
1621 return (getStrongAuthForUser(userId) & ~ALLOWING_FINGERPRINT) == 0;
1632 int oldValue = getStrongAuthForUser(userId);
DILockSettings.aidl47 int getStrongAuthForUser(int userId); in getStrongAuthForUser() method
/frameworks/base/services/core/java/com/android/server/trust/
DTrustManagerService.java350 int flag = mStrongAuthTracker.getStrongAuthForUser(userInfo.id); in refreshAgentList()
357 + Integer.toHexString(mStrongAuthTracker.getStrongAuthForUser( in refreshAgentList()
896 mStrongAuthTracker.getStrongAuthForUser(user.id)));
/frameworks/base/services/core/java/com/android/server/
DLockSettingsService.java214 public int getStrongAuthForUser(int userId) { in getStrongAuthForUser() method in LockSettingsService.SynchronizedStrongAuthTracker
216 return super.getStrongAuthForUser(userId); in getStrongAuthForUser()
1724 public int getStrongAuthForUser(int userId) { in getStrongAuthForUser() method in LockSettingsService
1726 return mStrongAuthTracker.getStrongAuthForUser(userId); in getStrongAuthForUser()
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardUpdateMonitor.java914 return (getStrongAuthForUser(userId) in hasUserAuthenticatedSinceBoot()
1817 final int strongAuthFlags = mStrongAuthTracker.getStrongAuthForUser(userId); in dump()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
DKeyguardViewMediator.java637 int strongAuth = strongAuthTracker.getStrongAuthForUser(currentUser);