Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/keyguard/data/repository/
DFakeDeviceEntryFingerprintAuthRepository.kt34 private val _isLockedOut = MutableStateFlow(false) constant in com.android.systemui.keyguard.data.repository.FakeDeviceEntryFingerprintAuthRepository
35 override val isLockedOut: StateFlow<Boolean> = _isLockedOut.asStateFlow()
37 _isLockedOut.value = lockedOut in setLockedOut()
DFakeDeviceEntryFaceAuthRepository.kt50 private val _isLockedOut = MutableStateFlow(false) constant
51 override val isLockedOut = _isLockedOut
61 _isLockedOut.value = isLockedOut in setLockedOut()
/frameworks/base/packages/SystemUI/src/com/android/systemui/deviceentry/data/repository/
DDeviceEntryFaceAuthRepository.kt189 private val _isLockedOut = MutableStateFlow(false) constant
190 override val isLockedOut: StateFlow<Boolean> = _isLockedOut
228 _isLockedOut.value = isLockedOut in setLockedOut()
234 _isLockedOut.value = false in onLockoutReset()
449 if (!_isLockedOut.value) { in onAuthenticationFailed()
464 _isLockedOut.value = true in onAuthenticationError()
685 _isLockedOut.value, in cancel()