Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/data/repository/
DBiometricSettingsRepository.kt292 private val isStrongBiometricAllowed: StateFlow<Boolean> = constant
293 strongAuthTracker.isStrongBiometricAllowed.stateIn(
314 if (it == SensorStrength.STRONG) isStrongBiometricAllowed in <lambda>()
320 if (it?.strength == SensorStrength.STRONG) isStrongBiometricAllowed in <lambda>()
382 val isStrongBiometricAllowed: Flow<Boolean> = constant
397 .and(isStrongBiometricAllowed)