Home
last modified time | relevance | path

Searched defs:isFaceAuthSupportedInCurrentPosture (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/keyguard/data/repository/
DFakeBiometricSettingsRepository.kt50 override val isFaceAuthSupportedInCurrentPosture: StateFlow<Boolean> constant in com.android.systemui.keyguard.data.repository.FakeBiometricSettingsRepository
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/data/repository/
DBiometricSettingsRepository.kt107 val isFaceAuthSupportedInCurrentPosture: Flow<Boolean> in <lambda>() constant
144 override val isFaceAuthSupportedInCurrentPosture: Flow<Boolean> constant