Searched refs:fingerprintAllowed (Results 1 – 2 of 2) sorted by relevance
151 val fingerprintAllowed = collectLastValue(underTest.isFingerprintEnrolledAndEnabled) regex156 assertThat(fingerprintAllowed()).isTrue()160 assertThat(fingerprintAllowed()).isTrue()163 assertThat(fingerprintAllowed()).isFalse()
1586 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()