Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/authentication/data/repository/
DAuthenticationRepository.kt180 @UserIdInt suspend fun getProfileWithMinFailedUnlockAttemptsForWipe(): Int in <lambda>() method
320 override suspend fun getProfileWithMinFailedUnlockAttemptsForWipe(): Int { in getProfileWithMinFailedUnlockAttemptsForWipe() method
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/authentication/data/repository/
DFakeAuthenticationRepository.kt117 override suspend fun getProfileWithMinFailedUnlockAttemptsForWipe(): Int = in <lambda>() method in com.android.systemui.authentication.data.repository.FakeAuthenticationRepository