Searched refs:isBiometricAllowedForUser (Results 1 – 5 of 5) sorted by relevance
296 strongAuthTracker.isBiometricAllowedForUser(306 strongAuthTracker.isBiometricAllowedForUser(383 currentUserAuthFlags.map { isBiometricAllowedForUser(true, it.userId) } in <lambda>()
277 assertTrue(tracker.isBiometricAllowedForUser( in isBiometricAllowedForUser_afterTrustagentExpired_returnsTrue()288 assertFalse(tracker.isBiometricAllowedForUser( in isBiometricAllowedForUser_afterLockout_returnsFalse()
1388 public boolean isBiometricAllowedForUser(int userId) { in isBiometricAllowedForUser() method in LockPatternUtils1748 public boolean isBiometricAllowedForUser(boolean isStrongBiometric, int userId) { in isBiometricAllowedForUser() method in LockPatternUtils.StrongAuthTracker
1698 if (mStrongAuthTracker.isBiometricAllowedForUser(/* isStrongBiometric= */ false, userId)) { in isWeakUnlockMethodEnabled()
2000 return isBiometricAllowedForUser(isStrongBiometric, userId); in isUnlockingWithBiometricAllowed()