Home
last modified time | relevance | path

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

/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/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