Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/authentication/domain/interactor/
DAuthenticationInteractor.kt236 repository.reportAuthenticationAttempt(isSuccessful = true) in <lambda>()
247 repository.reportAuthenticationAttempt(isSuccessful = false) in <lambda>()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/authentication/data/repository/
DAuthenticationRepositoryTest.kt199 underTest.reportAuthenticationAttempt(isSuccessful = false) in hasLockoutOccurred()
202 underTest.reportAuthenticationAttempt(isSuccessful = true) in hasLockoutOccurred()
/frameworks/base/packages/SystemUI/src/com/android/systemui/authentication/data/repository/
DAuthenticationRepository.kt155 suspend fun reportAuthenticationAttempt(isSuccessful: Boolean) in <lambda>() method
288 override suspend fun reportAuthenticationAttempt(isSuccessful: Boolean) { in reportAuthenticationAttempt() method
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/bouncer/ui/viewmodel/
DPasswordBouncerViewModelTest.kt339 kosmos.fakeAuthenticationRepository.reportAuthenticationAttempt(false) in setLockout()
345 kosmos.fakeAuthenticationRepository.reportAuthenticationAttempt(true) in setLockout()
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/authentication/data/repository/
DFakeAuthenticationRepository.kt88 override suspend fun reportAuthenticationAttempt(isSuccessful: Boolean) { in <lambda>() method in com.android.systemui.authentication.data.repository.FakeAuthenticationRepository