Searched refs:getStrongAuthForUser (Results 1 – 10 of 10) sorted by relevance
1693 public int getStrongAuthForUser(int userId) { in getStrongAuthForUser() method in LockPatternUtils1695 return getLockSettings().getStrongAuthForUser(userId); in getStrongAuthForUser()1706 return getStrongAuthForUser(userId) == StrongAuthTracker.STRONG_AUTH_NOT_REQUIRED; in isTrustAllowedForUser()1713 return (getStrongAuthForUser(userId) & ~StrongAuthTracker.ALLOWING_BIOMETRIC) == 0; in isBiometricAllowedForUser()1717 return getStrongAuthForUser(userId) in isUserInLockdown()1973 public @StrongAuthFlags int getStrongAuthForUser(int userId) {1982 return getStrongAuthForUser(userId) == STRONG_AUTH_NOT_REQUIRED;1990 return (getStrongAuthForUser(userId) & ~ALLOWING_BIOMETRIC) == 0;2001 int oldValue = getStrongAuthForUser(userId);
64 int getStrongAuthForUser(int userId); in getStrongAuthForUser() method
578 int flag = mStrongAuthTracker.getStrongAuthForUser(userInfo.id); in refreshAgentList()585 + Integer.toHexString(mStrongAuthTracker.getStrongAuthForUser( in refreshAgentList()1198 mStrongAuthTracker.getStrongAuthForUser(user.id)));1566 int strongAuthState = mStrongAuthTracker.getStrongAuthForUser(mUserId); in onAlarm()
916 return mStrongAuthTracker.getStrongAuthForUser(userId) in isUserInLockdown()1323 return (getStrongAuthForUser(userId) in hasUserAuthenticatedSinceBoot()2526 final int strongAuthFlags = mStrongAuthTracker.getStrongAuthForUser(userId); in dump()2541 final int strongAuthFlags = mStrongAuthTracker.getStrongAuthForUser(userId); in dump()
268 public int getStrongAuthForUser(int userId) { in getStrongAuthForUser() method in LockSettingsService.SynchronizedStrongAuthTracker270 return super.getStrongAuthForUser(userId); in getStrongAuthForUser()2120 public int getStrongAuthForUser(int userId) { in getStrongAuthForUser() method in LockSettingsService2122 return mStrongAuthTracker.getStrongAuthForUser(userId); in getStrongAuthForUser()
646 int strongAuth = strongAuthTracker.getStrongAuthForUser(currentUser);
449 int state = mLockPatternUtils.getStrongAuthForUser(userId); in shouldDisplayLockdown()
8262 …id/server/locksettings/LockSettingsService$SynchronizedStrongAuthTracker;->getStrongAuthForUser(I)I8287 PLcom/android/server/locksettings/LockSettingsService;->getStrongAuthForUser(I)I
24658 HSPLcom/android/internal/widget/LockPatternUtils$StrongAuthTracker;->getStrongAuthForUser(I)I
107591 Lcom/android/internal/widget/ILockSettings$Stub$Proxy;->getStrongAuthForUser(I)I107669 Lcom/android/internal/widget/ILockSettings;->getStrongAuthForUser(I)I