Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/widget/
DLockPatternUtils.java1712 public boolean isBiometricAllowedForUser(int userId) { in isBiometricAllowedForUser() method in LockPatternUtils
1989 public boolean isBiometricAllowedForUser(int userId) {
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardUpdateMonitor.java1318 return isBiometricAllowedForUser(userId); in isUnlockingWithBiometricAllowed()