Searched refs:getUserUnlockedWithFace (Results 1 – 3 of 3) sorted by relevance
480 when(mKeyguardUpdateMonitor.getUserUnlockedWithFace(anyInt())).thenReturn(true); in onBiometricHelp_coEx_fpFailure_faceAlreadyUnlocked()
1218 && mKeyguardUpdateMonitor.getUserUnlockedWithFace(getCurrentUser())) { in onBiometricHelp()
1588 return fingerprintAllowed || getUserUnlockedWithFace(userId); in getUserUnlockedWithBiometric()1595 public boolean getUserUnlockedWithFace(int userId) { in getUserUnlockedWithFace() method in KeyguardUpdateMonitor