Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/authentication/data/repository/
DAuthenticationRepository.kt158 suspend fun reportLockoutStarted(durationMs: Int) in <lambda>() method
300 override suspend fun reportLockoutStarted(durationMs: Int) { in reportLockoutStarted() method
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/authentication/data/repository/
DFakeAuthenticationRepository.kt107 override suspend fun reportLockoutStarted(durationMs: Int) { in <lambda>() method in com.android.systemui.authentication.data.repository.FakeAuthenticationRepository