Searched refs:getStrongAuthForUser (Results 1 – 6 of 6) sorted by relevance
1455 public int getStrongAuthForUser(int userId) { in getStrongAuthForUser() method in LockPatternUtils1457 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.StrongAuthTracker1566 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()
48 int getStrongAuthForUser(int userId); in getStrongAuthForUser() method
204 public int getStrongAuthForUser(int userId) { in getStrongAuthForUser() method in LockSettingsService.SynchronizedStrongAuthTracker206 return super.getStrongAuthForUser(userId); in getStrongAuthForUser()1530 public int getStrongAuthForUser(int userId) {1532 return mStrongAuthTracker.getStrongAuthForUser(userId);
885 return (getStrongAuthForUser(userId) in hasUserAuthenticatedSinceBoot()1724 final int strongAuthFlags = mStrongAuthTracker.getStrongAuthForUser(userId); in dump()
795 mStrongAuthTracker.getStrongAuthForUser(user.id)));
586 int strongAuth = strongAuthTracker.getStrongAuthForUser(currentUser);