Searched refs:reportAuthenticationAttempt (Results 1 – 5 of 5) sorted by relevance
236 repository.reportAuthenticationAttempt(isSuccessful = true) in <lambda>()247 repository.reportAuthenticationAttempt(isSuccessful = false) in <lambda>()
199 underTest.reportAuthenticationAttempt(isSuccessful = false) in hasLockoutOccurred()202 underTest.reportAuthenticationAttempt(isSuccessful = true) in hasLockoutOccurred()
155 suspend fun reportAuthenticationAttempt(isSuccessful: Boolean) in <lambda>() method288 override suspend fun reportAuthenticationAttempt(isSuccessful: Boolean) { in reportAuthenticationAttempt() method
339 kosmos.fakeAuthenticationRepository.reportAuthenticationAttempt(false) in setLockout()345 kosmos.fakeAuthenticationRepository.reportAuthenticationAttempt(true) in setLockout()
88 override suspend fun reportAuthenticationAttempt(isSuccessful: Boolean) { in <lambda>() method in com.android.systemui.authentication.data.repository.FakeAuthenticationRepository