Home
last modified time | relevance | path

Searched refs:getMaxFailedUnlockAttemptsForWipe (Results 1 – 4 of 4) 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
/frameworks/base/packages/SystemUI/src/com/android/systemui/authentication/domain/interactor/
DAuthenticationInteractor.kt169 val failedAttemptsBeforeWipe = repository.getMaxFailedUnlockAttemptsForWipe() in <lambda>()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/authentication/domain/interactor/
DAuthenticationInteractorTest.kt433 kosmos.fakeAuthenticationRepository.getMaxFailedUnlockAttemptsForWipe() in <lambda>()