Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/keyguard/data/repository/
DFakeTrustRepository.kt40 private val _isCurrentUserActiveUnlockAvailable = MutableStateFlow(false) constant in com.android.systemui.keyguard.data.repository.FakeTrustRepository
42 _isCurrentUserActiveUnlockAvailable.asStateFlow()
60 _isCurrentUserActiveUnlockAvailable.value = available in setCurrentUserActiveUnlockAvailable()