Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/keyguard/data/repository/
DFakeBiometricSettingsRepository.kt49 private val _isFaceAuthSupportedInCurrentPosture = MutableStateFlow(false) constant in com.android.systemui.keyguard.data.repository.FakeBiometricSettingsRepository
51 get() = _isFaceAuthSupportedInCurrentPosture
83 _isFaceAuthSupportedInCurrentPosture.value = value in setIsFaceAuthSupportedInCurrentPosture()