Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/authentication/data/repository/
DFakeAuthenticationRepository.kt51 private val _isAutoConfirmFeatureEnabled = MutableStateFlow(false) in <lambda>() constant in com.android.systemui.authentication.data.repository.FakeAuthenticationRepository
53 _isAutoConfirmFeatureEnabled.asStateFlow() in <lambda>()
125 _isAutoConfirmFeatureEnabled.value = isEnabled in <lambda>()