Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/authentication/data/repository/
DAuthenticationRepository.kt141 suspend fun getFailedAuthenticationAttemptCount(): Int in <lambda>() method
254 override suspend fun getFailedAuthenticationAttemptCount(): Int { in getFailedAuthenticationAttemptCount() method
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/authentication/data/repository/
DFakeAuthenticationRepository.kt86 override suspend fun getFailedAuthenticationAttemptCount(): Int { in <lambda>() method in com.android.systemui.authentication.data.repository.FakeAuthenticationRepository