Home
last modified time | relevance | path

Searched refs:fingerprintAllowed (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/data/repository/
H A DBiometricSettingsRepositoryTest.kt151 val fingerprintAllowed = collectLastValue(underTest.isFingerprintEnrolledAndEnabled) regex
156 assertThat(fingerprintAllowed()).isTrue()
160 assertThat(fingerprintAllowed()).isTrue()
163 assertThat(fingerprintAllowed()).isFalse()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardUpdateMonitor.java1586 boolean fingerprintAllowed = fingerprint != null && fingerprint.mAuthenticated in getUserUnlockedWithBiometric()
1588 return fingerprintAllowed || getUserUnlockedWithFace(userId); in getUserUnlockedWithBiometric()
1609 boolean fingerprintAllowed = fingerprint != null && fingerprint.mAuthenticated in getUserUnlockedWithBiometricAndIsBypassing()
1613 return fingerprintAllowed || faceAllowed && mKeyguardBypassController.canBypass(); in getUserUnlockedWithBiometricAndIsBypassing()