Searched refs:isCurrentUserUnlockedWithFace (Results 1 – 3 of 3) sorted by relevance
1418 boolean unlockedByFace = isCurrentUserUnlockedWithFace() && isUnlockingWithBiometricAllowed( in getUserUnlockedWithBiometric()1429 public boolean isCurrentUserUnlockedWithFace() { in isCurrentUserUnlockedWithFace() method in KeyguardUpdateMonitor1443 return fingerprintAllowed || (isCurrentUserUnlockedWithFace() in getUserUnlockedWithBiometricAndIsBypassing()
485 when(mKeyguardUpdateMonitor.isCurrentUserUnlockedWithFace()).thenReturn(true); in onBiometricHelp_coEx_fpFailure_faceAlreadyUnlocked()
1372 && mKeyguardUpdateMonitor.isCurrentUserUnlockedWithFace()) { in onBiometricHelp()