Searched refs:getStrongAuthForUser (Results 1 – 6 of 6) sorted by relevance
1366 public int getStrongAuthForUser(int userId) { in getStrongAuthForUser() method in LockPatternUtils1368 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);
47 int getStrongAuthForUser(int userId); in getStrongAuthForUser() method
350 int flag = mStrongAuthTracker.getStrongAuthForUser(userInfo.id); in refreshAgentList()357 + Integer.toHexString(mStrongAuthTracker.getStrongAuthForUser( in refreshAgentList()896 mStrongAuthTracker.getStrongAuthForUser(user.id)));
214 public int getStrongAuthForUser(int userId) { in getStrongAuthForUser() method in LockSettingsService.SynchronizedStrongAuthTracker216 return super.getStrongAuthForUser(userId); in getStrongAuthForUser()1724 public int getStrongAuthForUser(int userId) { in getStrongAuthForUser() method in LockSettingsService1726 return mStrongAuthTracker.getStrongAuthForUser(userId); in getStrongAuthForUser()
914 return (getStrongAuthForUser(userId) in hasUserAuthenticatedSinceBoot()1817 final int strongAuthFlags = mStrongAuthTracker.getStrongAuthForUser(userId); in dump()
637 int strongAuth = strongAuthTracker.getStrongAuthForUser(currentUser);