Searched refs:isFaceAuthCurrentlyAllowed (Results 1 – 5 of 5) sorted by relevance
222 val convenienceFaceAuthAllowed by collectLastValue(underTest.isFaceAuthCurrentlyAllowed) in convenienceBiometricAllowedChange()267 val convenienceBiometricAllowed = collectLastValue(underTest.isFaceAuthCurrentlyAllowed) in whenStrongAuthRequiredAfterBoot_nonStrongBiometricNotAllowed()290 collectLastValue(underTest.isFaceAuthCurrentlyAllowed) in whenStrongBiometricAuthIsNotAllowed_nonStrongBiometrics_alsoNotAllowed()484 val isFaceAuthCurrentlyAllowed by collectLastValue(underTest.isFaceAuthCurrentlyAllowed) in anySimSecure_disablesFaceAuthToNotCurrentlyRun() constant494 assertThat(isFaceAuthCurrentlyAllowed).isTrue() in anySimSecure_disablesFaceAuthToNotCurrentlyRun()497 assertThat(isFaceAuthCurrentlyAllowed).isFalse() in anySimSecure_disablesFaceAuthToNotCurrentlyRun()688 val isFaceAuthCurrentlyAllowed by collectLastValue(underTest.isFaceAuthCurrentlyAllowed) in faceAuthCurrentlyAllowed_dependsOnStrongAuthBiometricSetting_ifFaceIsClass3() constant700 assertThat(isFaceAuthCurrentlyAllowed).isTrue() in faceAuthCurrentlyAllowed_dependsOnStrongAuthBiometricSetting_ifFaceIsClass3()705 assertThat(isFaceAuthCurrentlyAllowed).isFalse() in faceAuthCurrentlyAllowed_dependsOnStrongAuthBiometricSetting_ifFaceIsClass3()712 val isFaceAuthCurrentlyAllowed by collectLastValue(underTest.isFaceAuthCurrentlyAllowed) in faceAuthCurrentlyAllowed_dependsOnNonStrongAuthBiometricSetting_ifFaceIsNotStrong() constant[all …]
51 val faceAuthCurrentlyAllowed: Flow<Boolean> = repository.isFaceAuthCurrentlyAllowed in <lambda>()
46 override val isFaceAuthCurrentlyAllowed: Flow<Boolean> constant in com.android.systemui.keyguard.data.repository.FakeBiometricSettingsRepository
101 val isFaceAuthCurrentlyAllowed: Flow<Boolean> in <lambda>() constant350 override val isFaceAuthCurrentlyAllowed: Flow<Boolean> = constant
262 biometricSettingsRepository.isFaceAuthCurrentlyAllowed,281 biometricSettingsRepository.isFaceAuthCurrentlyAllowed