Home
last modified time | relevance | path

Searched refs:isBiometricAllowedForUser (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/data/repository/
DBiometricSettingsRepository.kt296 strongAuthTracker.isBiometricAllowedForUser(
306 strongAuthTracker.isBiometricAllowedForUser(
383 currentUserAuthFlags.map { isBiometricAllowedForUser(true, it.userId) } in <lambda>()
/frameworks/base/core/tests/coretests/src/com/android/internal/widget/
DLockPatternUtilsTest.java277 assertTrue(tracker.isBiometricAllowedForUser( in isBiometricAllowedForUser_afterTrustagentExpired_returnsTrue()
288 assertFalse(tracker.isBiometricAllowedForUser( in isBiometricAllowedForUser_afterLockout_returnsFalse()
/frameworks/base/core/java/com/android/internal/widget/
DLockPatternUtils.java1388 public boolean isBiometricAllowedForUser(int userId) { in isBiometricAllowedForUser() method in LockPatternUtils
1748 public boolean isBiometricAllowedForUser(boolean isStrongBiometric, int userId) { in isBiometricAllowedForUser() method in LockPatternUtils.StrongAuthTracker
/frameworks/base/services/core/java/com/android/server/trust/
DTrustManagerService.java1698 if (mStrongAuthTracker.isBiometricAllowedForUser(/* isStrongBiometric= */ false, userId)) { in isWeakUnlockMethodEnabled()
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardUpdateMonitor.java2000 return isBiometricAllowedForUser(isStrongBiometric, userId); in isUnlockingWithBiometricAllowed()