Searched refs:isUserEncryptedOrLockdown (Results 1 – 4 of 4) sorted by relevance
485 public static boolean isUserEncryptedOrLockdown(@NonNull LockPatternUtils lpu, int user) { in isUserEncryptedOrLockdown() method in Utils
302 if (isKeyguard && Utils.isUserEncryptedOrLockdown(mLockPatternUtils, userId)) { in authenticate()439 if (!Utils.isUserEncryptedOrLockdown(mLockPatternUtils, userId)) { in detectFingerprint()
292 if (!Utils.isUserEncryptedOrLockdown(mLockPatternUtils, userId)) { in detectFace()
13709 HPLcom/android/server/biometrics/Utils;->isUserEncryptedOrLockdown(Lcom/android/internal/widget/Loc…