Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/authentication/data/repository/
DAuthenticationRepository.kt262 _failedAuthenticationAttempts.value = getFailedAuthenticationAttemptCount() in <lambda>()
296 _failedAuthenticationAttempts.value = getFailedAuthenticationAttemptCount() in reportAuthenticationAttempt()
308 private suspend fun getFailedAuthenticationAttemptCount(): Int { in getFailedAuthenticationAttemptCount() method