Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/keyguard/data/repository/
DFakeDeviceEntryFingerprintAuthRepository.kt25 private val _isLockedOut = MutableStateFlow<Boolean>(false) constant in com.android.systemui.keyguard.data.repository.FakeDeviceEntryFingerprintAuthRepository
26 override val isLockedOut: StateFlow<Boolean> = _isLockedOut.asStateFlow()
29 _isLockedOut.value = lockedOut in setLockedOut()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/data/repository/
DKeyguardFaceAuthManager.kt120 _isLockedOut.value = false in onLockoutReset()
153 _isLockedOut.value = true in onAuthenticationError()
274 _isLockedOut.value, in cancel()
295 private val _isLockedOut = MutableStateFlow(false) constant
296 override val isLockedOut: Flow<Boolean> = _isLockedOut