Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/data/repository/
H A DBiometricSettingsRepositoryTest.kt192 val convenienceFaceAuthAllowed by collectLastValue(underTest.isFaceAuthCurrentlyAllowed)
236 val convenienceBiometricAllowed = collectLastValue(underTest.isFaceAuthCurrentlyAllowed)
259 collectLastValue(underTest.isFaceAuthCurrentlyAllowed)
587 val isFaceAuthCurrentlyAllowed by collectLastValue(underTest.isFaceAuthCurrentlyAllowed) regex
598 assertThat(isFaceAuthCurrentlyAllowed).isTrue()
603 assertThat(isFaceAuthCurrentlyAllowed).isFalse()
610 val isFaceAuthCurrentlyAllowed by collectLastValue(underTest.isFaceAuthCurrentlyAllowed) regex
621 assertThat(isFaceAuthCurrentlyAllowed).isFalse()
626 assertThat(isFaceAuthCurrentlyAllowed).isFalse()
631 assertThat(isFaceAuthCurrentlyAllowed).isTrue()
/aosp14/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/keyguard/data/repository/
H A DFakeBiometricSettingsRepository.kt41 override val isFaceAuthCurrentlyAllowed: Flow<Boolean>
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/data/repository/
H A DBiometricSettingsRepository.kt99 val isFaceAuthCurrentlyAllowed: Flow<Boolean>
352 override val isFaceAuthCurrentlyAllowed: Flow<Boolean>
H A DDeviceEntryFaceAuthRepository.kt305 biometricSettingsRepository.isFaceAuthCurrentlyAllowed
396 biometricSettingsRepository.isFaceAuthCurrentlyAllowed,