Searched refs:_failedAuthenticationAttempts (Results 1 – 2 of 2) sorted by relevance
90 _failedAuthenticationAttempts.value = 0 in <lambda>()95 _failedAuthenticationAttempts.value++ in <lambda>()99 private var _failedAuthenticationAttempts = MutableStateFlow(0) in <lambda>() variable101 _failedAuthenticationAttempts.asStateFlow() in <lambda>()145 val failedAttempts = _failedAuthenticationAttempts.value in <lambda>()
243 private val _failedAuthenticationAttempts = MutableStateFlow(0) constant245 _failedAuthenticationAttempts.asStateFlow()262 _failedAuthenticationAttempts.value = getFailedAuthenticationAttemptCount() in <lambda>()296 _failedAuthenticationAttempts.value = getFailedAuthenticationAttemptCount() in reportAuthenticationAttempt()