Searched refs:isUnlockingWithBiometricAllowed (Results 1 – 7 of 7) sorted by relevance
106 when(mUpdateMonitor.isUnlockingWithBiometricAllowed()).thenReturn(true); in onBiometricAuthenticated_whenFingerprintAndNotInteractive_wakeAndUnlock()116 when(mUpdateMonitor.isUnlockingWithBiometricAllowed()).thenReturn(true); in onBiometricAuthenticated_whenFingerprint_dismissKeyguard()126 when(mUpdateMonitor.isUnlockingWithBiometricAllowed()).thenReturn(true); in onBiometricAuthenticated_whenFingerprintOnBouncer_dismissBouncer()136 when(mUpdateMonitor.isUnlockingWithBiometricAllowed()).thenReturn(true); in onBiometricAuthenticated_whenFace_dontDismissKeyguard()149 when(mUpdateMonitor.isUnlockingWithBiometricAllowed()).thenReturn(true); in onBiometricAuthenticated_whenFace_dismissingKeyguard()158 when(mUpdateMonitor.isUnlockingWithBiometricAllowed()).thenReturn(true); in onBiometricAuthenticated_whenFaceOnBouncer_dismissBouncer()170 when(mUpdateMonitor.isUnlockingWithBiometricAllowed()).thenReturn(true); in onBiometricAuthenticated_whenFaceAndPulsing_dontDismissKeyguard()
163 if (!mKeyguardUpdateMonitor.isUnlockingWithBiometricAllowed()) {
385 && mUpdateMonitor.isUnlockingWithBiometricAllowed() in hasPendingAuthentication()394 boolean unlockingAllowed = mUpdateMonitor.isUnlockingWithBiometricAllowed(); in calculateMode()
300 boolean unlockingAllowed = mKeyguardUpdateMonitor.isUnlockingWithBiometricAllowed(); in onInitializeAccessibilityNodeInfo()
636 if (!updateMonitor.isUnlockingWithBiometricAllowed()) { in onBiometricHelp()686 return ((!updateMonitor.isUnlockingWithBiometricAllowed() in shouldSuppressFingerprintError()692 return ((!updateMonitor.isUnlockingWithBiometricAllowed() in shouldSuppressFaceError()
904 return fingerprintOrFace && isUnlockingWithBiometricAllowed(); in getUserUnlockedWithBiometric()911 public boolean isUnlockingWithBiometricAllowed() { in isUnlockingWithBiometricAllowed() method in KeyguardUpdateMonitor912 return mStrongAuthTracker.isUnlockingWithBiometricAllowed(); in isUnlockingWithBiometricAllowed()1316 public boolean isUnlockingWithBiometricAllowed() { in isUnlockingWithBiometricAllowed() method in KeyguardUpdateMonitor.StrongAuthTracker2528 pw.println(" allowed=" + isUnlockingWithBiometricAllowed()); in dump()2543 pw.println(" allowed=" + isUnlockingWithBiometricAllowed()); in dump()
110 when(mStrongAuthTracker.isUnlockingWithBiometricAllowed()).thenReturn(true); in setup()