Home
last modified time | relevance | path

Searched refs:isFaceAuthCurrentlyAllowed (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/keyguard/data/repository/
DBiometricSettingsRepositoryTest.kt222 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() constant
494 assertThat(isFaceAuthCurrentlyAllowed).isTrue() in anySimSecure_disablesFaceAuthToNotCurrentlyRun()
497 assertThat(isFaceAuthCurrentlyAllowed).isFalse() in anySimSecure_disablesFaceAuthToNotCurrentlyRun()
688 val isFaceAuthCurrentlyAllowed by collectLastValue(underTest.isFaceAuthCurrentlyAllowed) in faceAuthCurrentlyAllowed_dependsOnStrongAuthBiometricSetting_ifFaceIsClass3() constant
700 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 …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/deviceentry/domain/interactor/
DDeviceEntryBiometricSettingsInteractor.kt51 val faceAuthCurrentlyAllowed: Flow<Boolean> = repository.isFaceAuthCurrentlyAllowed in <lambda>()
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/keyguard/data/repository/
DFakeBiometricSettingsRepository.kt46 override val isFaceAuthCurrentlyAllowed: Flow<Boolean> constant in com.android.systemui.keyguard.data.repository.FakeBiometricSettingsRepository
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/data/repository/
DBiometricSettingsRepository.kt101 val isFaceAuthCurrentlyAllowed: Flow<Boolean> in <lambda>() constant
350 override val isFaceAuthCurrentlyAllowed: Flow<Boolean> = constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/deviceentry/data/repository/
DDeviceEntryFaceAuthRepository.kt262 biometricSettingsRepository.isFaceAuthCurrentlyAllowed,
281 biometricSettingsRepository.isFaceAuthCurrentlyAllowed