Searched refs:getStrongAuthForUser (Results 1 – 11 of 11) 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
341 when(mStrongAuthTracker.getStrongAuthForUser(anyInt())).thenReturn( in skipsAuthentication_whenEncryptedKeyguard()366 when(mStrongAuthTracker.getStrongAuthForUser(anyInt())).thenReturn(strongAuth); in testStrongAuthExceptOnBouncer()415 when(mStrongAuthTracker.getStrongAuthForUser(anyInt())).thenReturn( in testIgnoresAuth_whenLockdown()426 when(mStrongAuthTracker.getStrongAuthForUser(anyInt())).thenReturn( in testIgnoresAuth_whenLockout()
578 int flag = mStrongAuthTracker.getStrongAuthForUser(userInfo.id); in refreshAgentList()585 + Integer.toHexString(mStrongAuthTracker.getStrongAuthForUser( in refreshAgentList()1198 mStrongAuthTracker.getStrongAuthForUser(user.id)));1568 int strongAuthState = mStrongAuthTracker.getStrongAuthForUser(mUserId); in onAlarm()
998 return containsFlag(mStrongAuthTracker.getStrongAuthForUser(userId), in isUserInLockdown()1003 return mStrongAuthTracker.getStrongAuthForUser(getCurrentUser()) in userNeedsStrongAuth()1416 return (getStrongAuthForUser(userId) in hasUserAuthenticatedSinceBoot()1737 final int strongAuth = mStrongAuthTracker.getStrongAuthForUser(user); in shouldListenForFace()2687 final int strongAuthFlags = mStrongAuthTracker.getStrongAuthForUser(userId); in dump()2702 final int strongAuthFlags = mStrongAuthTracker.getStrongAuthForUser(userId); in dump()
282 public int getStrongAuthForUser(int userId) { in getStrongAuthForUser() method in LockSettingsService.SynchronizedStrongAuthTracker284 return super.getStrongAuthForUser(userId); in getStrongAuthForUser()2188 public int getStrongAuthForUser(int userId) { in getStrongAuthForUser() method in LockSettingsService2190 return mStrongAuthTracker.getStrongAuthForUser(userId); in getStrongAuthForUser()
653 int strongAuth = strongAuthTracker.getStrongAuthForUser(currentUser);
450 int state = mLockPatternUtils.getStrongAuthForUser(userId); in shouldDisplayLockdown()
8262 …id/server/locksettings/LockSettingsService$SynchronizedStrongAuthTracker;->getStrongAuthForUser(I)I8287 PLcom/android/server/locksettings/LockSettingsService;->getStrongAuthForUser(I)I
24657 HSPLcom/android/internal/widget/LockPatternUtils$StrongAuthTracker;->getStrongAuthForUser(I)I
100921 Lcom/android/internal/widget/ILockSettings$Stub$Proxy;->getStrongAuthForUser(I)I100997 Lcom/android/internal/widget/ILockSettings;->getStrongAuthForUser(I)I