Home
last modified time | relevance | path

Searched refs:isUnlockingWithBiometricAllowed (Results 1 – 12 of 12) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DBiometricsUnlockControllerTest.java184 when(mUpdateMonitor.isUnlockingWithBiometricAllowed(true /* isStrongBiometric */)) in onBiometricAuthenticated_fingerprintAndBiometricsDisallowed_showPrimaryBouncer()
196 when(mUpdateMonitor.isUnlockingWithBiometricAllowed(false /* isStrongBiometric */)) in onBiometricAuthenticated_fingerprint_nonStrongBioDisallowed_showPrimaryBouncer()
212 when(mUpdateMonitor.isUnlockingWithBiometricAllowed(anyBoolean())).thenReturn(true); in onBiometricAuthenticated_whenFingerprintAndNotInteractive_wakeAndUnlock()
230 when(mUpdateMonitor.isUnlockingWithBiometricAllowed(anyBoolean())).thenReturn(true); in onBiometricAuthenticated_whenDeviceIsAlreadyUnlocked_wakeAndUnlock()
244 when(mUpdateMonitor.isUnlockingWithBiometricAllowed(anyBoolean())).thenReturn(true); in onBiometricAuthenticated_whenFingerprint_notifyKeyguardAuthenticated()
258 when(mUpdateMonitor.isUnlockingWithBiometricAllowed(anyBoolean())).thenReturn(true); in onBiometricAuthenticated_whenFingerprintOnBouncer_dismissBouncer()
272 when(mUpdateMonitor.isUnlockingWithBiometricAllowed(anyBoolean())).thenReturn(true); in onBiometricAuthenticated_whenFace_dontDismissKeyguard()
288 when(mUpdateMonitor.isUnlockingWithBiometricAllowed(anyBoolean())).thenReturn(true); in onBiometricAuthenticated_whenFace_andBypass_dismissKeyguard()
305 when(mUpdateMonitor.isUnlockingWithBiometricAllowed(anyBoolean())).thenReturn(true); in onBiometricAuthenticated_whenFace_andNonBypassAndUdfps_dismissKeyguard()
323 when(mUpdateMonitor.isUnlockingWithBiometricAllowed(anyBoolean())).thenReturn(false); in onBiometricAuthenticated_whenFace_andBypass_encrypted_showPrimaryBouncer()
[all …]
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/
DAuthRippleControllerTest.kt153 `when`(keyguardUpdateMonitor.isUnlockingWithBiometricAllowed( in testFingerprintTrigger_KeyguardShowing_Ripple()
172 `when`(keyguardUpdateMonitor.isUnlockingWithBiometricAllowed( in testFingerprintTrigger_KeyguardNotShowing_NoRipple()
197 `when`(keyguardUpdateMonitor.isUnlockingWithBiometricAllowed( in testFingerprintTrigger_biometricUnlockNotAllowed_NoRipple()
262 `when`(keyguardUpdateMonitor.isUnlockingWithBiometricAllowed( in testAnimatorRunWhenWakeAndUnlock_fingerprint()
285 `when`(keyguardUpdateMonitor.isUnlockingWithBiometricAllowed( in testAnimatorRunWhenWakeAndUnlock_faceUdfpsFingerDown()
/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/
DKeyguardUpdateMonitorTest.java316 .isUnlockingWithBiometricAllowed(anyBoolean() /* isClass3Biometric */)) in setup()
869 Assert.assertTrue(mKeyguardUpdateMonitor.isUnlockingWithBiometricAllowed( in testUnlockingWithFaceAllowed_strongAuthTrackerUnlockingWithBiometricAllowed()
871 Assert.assertTrue(mKeyguardUpdateMonitor.isUnlockingWithBiometricAllowed( in testUnlockingWithFaceAllowed_strongAuthTrackerUnlockingWithBiometricAllowed()
878 when(mStrongAuthTracker.isUnlockingWithBiometricAllowed(anyBoolean())).thenReturn(false); in testUnlockingWithFaceAllowed_strongAuthTrackerUnlockingWithBiometricNotAllowed()
881 Assert.assertFalse(mKeyguardUpdateMonitor.isUnlockingWithBiometricAllowed( in testUnlockingWithFaceAllowed_strongAuthTrackerUnlockingWithBiometricNotAllowed()
899 Assert.assertFalse(mKeyguardUpdateMonitor.isUnlockingWithBiometricAllowed( in class3FaceLockOut_lockOutClass3Fingerprint()
915 Assert.assertTrue(mKeyguardUpdateMonitor.isUnlockingWithBiometricAllowed( in class1FaceLockOut_doesNotLockOutClass3Fingerprint()
922 when(mStrongAuthTracker.isUnlockingWithBiometricAllowed(anyBoolean())).thenReturn(false); in testUnlockingWithFpAllowed_strongAuthTrackerUnlockingWithBiometricNotAllowed()
925 Assert.assertFalse(mKeyguardUpdateMonitor.isUnlockingWithBiometricAllowed( in testUnlockingWithFpAllowed_strongAuthTrackerUnlockingWithBiometricNotAllowed()
938 Assert.assertFalse(mKeyguardUpdateMonitor.isUnlockingWithBiometricAllowed( in testUnlockingWithFpAllowed_fingerprintLockout()
[all …]
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/util/
DIndicationHelperTest.kt165 whenever(keyguardUpdateMonitor.isUnlockingWithBiometricAllowed(anyBoolean())) in givenPrimaryAuthNotRequired()
170 whenever(keyguardUpdateMonitor.isUnlockingWithBiometricAllowed(anyBoolean())) in givenPrimaryAuthRequired()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/util/
DIndicationHelper.kt63 return !keyguardUpdateMonitor.isUnlockingWithBiometricAllowed(true /* isStrongBiometric */) in isPrimaryAuthRequired()
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardUpdateMonitor.java1417 && isUnlockingWithBiometricAllowed(fingerprint.mIsStrongBiometric); in getUserUnlockedWithBiometric()
1418 boolean unlockedByFace = isCurrentUserUnlockedWithFace() && isUnlockingWithBiometricAllowed( in getUserUnlockedWithBiometric()
1442 && isUnlockingWithBiometricAllowed(fingerprint.mIsStrongBiometric); in getUserUnlockedWithBiometricAndIsBypassing()
1505 return isUnlockingWithBiometricAllowed(true); in isUnlockingWithTrustAgentAllowed()
1509 return isUnlockingWithBiometricAllowed(false); in isUnlockingWithForceKeyguardDismissibleAllowed()
1512 public boolean isUnlockingWithBiometricAllowed(boolean isStrongBiometric) { in isUnlockingWithBiometricAllowed() method in KeyguardUpdateMonitor
1517 if (!mStrongAuthTracker.isUnlockingWithBiometricAllowed(isStrongBiometric)) { in isUnlockingWithBiometricAllowed()
1540 return isUnlockingWithBiometricAllowed(FINGERPRINT); in isUnlockingWithFingerprintAllowed()
1546 public boolean isUnlockingWithBiometricAllowed( in isUnlockingWithBiometricAllowed() method in KeyguardUpdateMonitor
1550 return isUnlockingWithBiometricAllowed(isFingerprintClass3()); in isUnlockingWithBiometricAllowed()
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DBiometricUnlockController.java574 .isUnlockingWithBiometricAllowed(mPendingAuthenticated.isStrongBiometric) in hasPendingAuthentication()
595 mUpdateMonitor.isUnlockingWithBiometricAllowed(isStrongBiometric); in calculateModeForFingerprint()
655 mUpdateMonitor.isUnlockingWithBiometricAllowed(isStrongBiometric); in calculateModeForPassiveAuth()
DKeyguardStatusBarViewController.java202 && mKeyguardUpdateMonitor.isUnlockingWithBiometricAllowed(
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DKeyguardStateControllerImpl.java460 if (mKeyguardUpdateMonitor.isUnlockingWithBiometricAllowed(isStrongBiometric)) { in onBiometricAuthenticated()
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
DAuthRippleController.kt180 .isUnlockingWithBiometricAllowed(biometricSourceType) in <lambda>()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
DKeyguardIndicationControllerBaseTest.java226 when(mKeyguardUpdateMonitor.isUnlockingWithBiometricAllowed(anyBoolean())).thenReturn(true); in setUp()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DKeyguardIndicationController.java1547 return !mKeyguardUpdateMonitor.isUnlockingWithBiometricAllowed( in isPrimaryAuthRequired()