Home
last modified time | relevance | path

Searched refs:isFingerprintAuthCurrentlyAllowed (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/deviceentry/domain/interactor/
DDeviceEntryFingerprintAuthInteractor.kt78 val isFingerprintAuthCurrentlyAllowed: Flow<Boolean> = in <lambda>() constant
95 isFingerprintAuthCurrentlyAllowed in <lambda>()
DDeviceEntryBiometricSettingsInteractor.kt48 repository.isFingerprintAuthCurrentlyAllowed in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/bouncer/domain/interactor/
DAlternateBouncerInteractor.kt123 .isFingerprintAuthCurrentlyAllowed, in <lambda>()
208 biometricSettingsRepository.isFingerprintAuthCurrentlyAllowed.value && in <lambda>()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/deviceentry/domain/interactor/
DDeviceEntryFingerprintAuthInteractorTest.kt46 val currentlyAllowed by collectLastValue(underTest.isFingerprintAuthCurrentlyAllowed) in isFingerprintAuthCurrentlyAllowed_allowedOnlyWhenItIsNotLockedOutAndAllowedBySettings()
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/keyguard/data/repository/
DFakeBiometricSettingsRepository.kt38 override val isFingerprintAuthCurrentlyAllowed: StateFlow<Boolean> constant in com.android.systemui.keyguard.data.repository.FakeBiometricSettingsRepository
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/data/repository/
DBiometricSettingsRepository.kt88 val isFingerprintAuthCurrentlyAllowed: StateFlow<Boolean> in <lambda>() constant
339 override val isFingerprintAuthCurrentlyAllowed: StateFlow<Boolean> = constant
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/keyguard/data/repository/
DBiometricSettingsRepositoryTest.kt204 collectLastValue(underTest.isFingerprintAuthCurrentlyAllowed) in strongBiometricAllowedChange()
743 collectLastValue(underTest.isFingerprintAuthCurrentlyAllowed) in fpAuthCurrentlyAllowed_dependsOnNonStrongAuthBiometricSetting_ifFpIsNotStrong()
785 collectLastValue(underTest.isFingerprintAuthCurrentlyAllowed) in fpAuthCurrentlyAllowed_dependsOnStrongAuthBiometricSetting_ifFpIsStrong()