Searched refs:isFaceAuthCurrentlyAllowed (Results 1 – 4 of 4) sorted by relevance
192 val convenienceFaceAuthAllowed by collectLastValue(underTest.isFaceAuthCurrentlyAllowed)236 val convenienceBiometricAllowed = collectLastValue(underTest.isFaceAuthCurrentlyAllowed)259 collectLastValue(underTest.isFaceAuthCurrentlyAllowed)587 val isFaceAuthCurrentlyAllowed by collectLastValue(underTest.isFaceAuthCurrentlyAllowed) regex598 assertThat(isFaceAuthCurrentlyAllowed).isTrue()603 assertThat(isFaceAuthCurrentlyAllowed).isFalse()610 val isFaceAuthCurrentlyAllowed by collectLastValue(underTest.isFaceAuthCurrentlyAllowed) regex621 assertThat(isFaceAuthCurrentlyAllowed).isFalse()626 assertThat(isFaceAuthCurrentlyAllowed).isFalse()631 assertThat(isFaceAuthCurrentlyAllowed).isTrue()
41 override val isFaceAuthCurrentlyAllowed: Flow<Boolean>
99 val isFaceAuthCurrentlyAllowed: Flow<Boolean>352 override val isFaceAuthCurrentlyAllowed: Flow<Boolean>
305 biometricSettingsRepository.isFaceAuthCurrentlyAllowed396 biometricSettingsRepository.isFaceAuthCurrentlyAllowed,