Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/authentication/data/repository/
DAuthenticationRepository.kt168 suspend fun getMaxFailedUnlockAttemptsForWipe(): Int in <lambda>() method
314 override suspend fun getMaxFailedUnlockAttemptsForWipe(): Int { in getMaxFailedUnlockAttemptsForWipe() method
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/authentication/data/repository/
DFakeAuthenticationRepository.kt113 override suspend fun getMaxFailedUnlockAttemptsForWipe(): Int = in <lambda>() method in com.android.systemui.authentication.data.repository.FakeAuthenticationRepository