Home
last modified time | relevance | path

Searched refs:isCurrentUserUnlockedWithFace (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardUpdateMonitor.java1418 boolean unlockedByFace = isCurrentUserUnlockedWithFace() && isUnlockingWithBiometricAllowed( in getUserUnlockedWithBiometric()
1429 public boolean isCurrentUserUnlockedWithFace() { in isCurrentUserUnlockedWithFace() method in KeyguardUpdateMonitor
1443 return fingerprintAllowed || (isCurrentUserUnlockedWithFace() in getUserUnlockedWithBiometricAndIsBypassing()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
DKeyguardIndicationControllerTest.java485 when(mKeyguardUpdateMonitor.isCurrentUserUnlockedWithFace()).thenReturn(true); in onBiometricHelp_coEx_fpFailure_faceAlreadyUnlocked()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DKeyguardIndicationController.java1372 && mKeyguardUpdateMonitor.isCurrentUserUnlockedWithFace()) { in onBiometricHelp()