Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
H A DKeyguardIndicationControllerTest.java480 when(mKeyguardUpdateMonitor.getUserUnlockedWithFace(anyInt())).thenReturn(true); in onBiometricHelp_coEx_fpFailure_faceAlreadyUnlocked()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DKeyguardIndicationController.java1218 && mKeyguardUpdateMonitor.getUserUnlockedWithFace(getCurrentUser())) { in onBiometricHelp()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardUpdateMonitor.java1588 return fingerprintAllowed || getUserUnlockedWithFace(userId); in getUserUnlockedWithBiometric()
1595 public boolean getUserUnlockedWithFace(int userId) { in getUserUnlockedWithFace() method in KeyguardUpdateMonitor