Searched refs:isUnlockingWithBiometricsPossible (Results 1 – 3 of 3) sorted by relevance
471 when(mUpdateMonitor.isUnlockingWithBiometricsPossible(anyInt())).thenReturn(false); in testBouncerPrompt_deviceLockedByAdmin()488 when(mUpdateMonitor.isUnlockingWithBiometricsPossible(anyInt())).thenReturn(true); in testBouncerPrompt_deviceRestartedDueToMainlineUpdate()505 when(mUpdateMonitor.isUnlockingWithBiometricsPossible(anyInt())).thenReturn(true); in testBouncerPrompt_afterUserLockDown()523 when(mUpdateMonitor.isUnlockingWithBiometricsPossible(anyInt())).thenReturn(false); in testBouncerPrompt_afterUserLockDown_noBiometricsEnrolled()542 when(mUpdateMonitor.isUnlockingWithBiometricsPossible(anyInt())).thenReturn(true); in testBouncerPrompt_nonStrongIdleTimeout()
891 mUpdateMonitor.isUnlockingWithBiometricsPossible(currentUser);
3426 public boolean isUnlockingWithBiometricsPossible(int userId) { in isUnlockingWithBiometricsPossible() method in KeyguardUpdateMonitor