Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/widget/
DLockPatternUtils.java1526 public boolean isFingerprintAllowedForUser(int userId) { in isFingerprintAllowedForUser() method in LockPatternUtils
1786 public boolean isFingerprintAllowedForUser(int userId) {
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardUpdateMonitor.java1053 return isFingerprintAllowedForUser(userId); in isUnlockingWithFingerprintAllowed()