Searched refs:isUnlockingWithBiometricsPossible (Results 1 – 3 of 3) sorted by relevance
615 when(mUpdateMonitor.isUnlockingWithBiometricsPossible(anyInt())).thenReturn(false); in testBouncerPrompt_deviceLockedByAdmin()633 when(mUpdateMonitor.isUnlockingWithBiometricsPossible(anyInt())).thenReturn(false); in testBouncerPrompt_deviceLockedByAdaptiveAuth()651 when(mUpdateMonitor.isUnlockingWithBiometricsPossible(anyInt())).thenReturn(true); in testBouncerPrompt_deviceRestartedDueToMainlineUpdate()668 when(mUpdateMonitor.isUnlockingWithBiometricsPossible(anyInt())).thenReturn(true); in testBouncerPrompt_afterUserLockDown()686 when(mUpdateMonitor.isUnlockingWithBiometricsPossible(anyInt())).thenReturn(false); in testBouncerPrompt_afterUserLockDown_noBiometricsEnrolled()705 when(mUpdateMonitor.isUnlockingWithBiometricsPossible(anyInt())).thenReturn(true); in testBouncerPrompt_nonStrongIdleTimeout()
904 mUpdateMonitor.isUnlockingWithBiometricsPossible(currentUser);
2982 public boolean isUnlockingWithBiometricsPossible(int userId) { in isUnlockingWithBiometricsPossible() method in KeyguardUpdateMonitor