Home
last modified time | relevance | path

Searched refs:setLockedOut (Results 1 – 11 of 11) sorted by relevance

/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/bouncer/domain/interactor/
DBouncerMessageInteractorTest.kt116 kosmos.fakeDeviceEntryFingerprintAuthRepository.setLockedOut(false) in <lambda>()
267 kosmos.fakeDeviceEntryFaceAuthRepository.setLockedOut(true) in <lambda>()
275 kosmos.fakeDeviceEntryFaceAuthRepository.setLockedOut(false) in <lambda>()
291 kosmos.fakeDeviceEntryFaceAuthRepository.setLockedOut(true) in <lambda>()
309 kosmos.fakeDeviceEntryFaceAuthRepository.setLockedOut(true) in <lambda>()
316 kosmos.fakeDeviceEntryFaceAuthRepository.setLockedOut(false) in <lambda>()
331 kosmos.fakeDeviceEntryFingerprintAuthRepository.setLockedOut(true) in <lambda>()
338 kosmos.fakeDeviceEntryFingerprintAuthRepository.setLockedOut(false) in <lambda>()
355 kosmos.fakeDeviceEntryFingerprintAuthRepository.setLockedOut(true) in <lambda>()
367 kosmos.fakeDeviceEntryFingerprintAuthRepository.setLockedOut(false) in <lambda>()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/deviceentry/domain/interactor/
DDeviceEntryFingerprintAuthInteractorTest.kt48 fingerprintAuthRepository.setLockedOut(true) in isFingerprintAuthCurrentlyAllowed_allowedOnlyWhenItIsNotLockedOutAndAllowedBySettings()
52 fingerprintAuthRepository.setLockedOut(false) in isFingerprintAuthCurrentlyAllowed_allowedOnlyWhenItIsNotLockedOutAndAllowedBySettings()
DDeviceEntryInteractorTest.kt652 kosmos.deviceEntryFingerprintAuthRepository.setLockedOut(false) in <lambda>()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/bouncer/ui/viewmodel/
DBouncerMessageViewModelTest.kt247 kosmos.fakeDeviceEntryFingerprintAuthRepository.setLockedOut(true) in <lambda>()
254 kosmos.fakeDeviceEntryFingerprintAuthRepository.setLockedOut(false) in <lambda>()
268 kosmos.fakeDeviceEntryFingerprintAuthRepository.setLockedOut(false) in <lambda>()
299 kosmos.fakeDeviceEntryFaceAuthRepository.setLockedOut(true) in <lambda>()
306 kosmos.fakeDeviceEntryFaceAuthRepository.setLockedOut(false) in <lambda>()
320 kosmos.fakeDeviceEntryFaceAuthRepository.setLockedOut(true) in <lambda>()
327 kosmos.fakeDeviceEntryFaceAuthRepository.setLockedOut(false) in <lambda>()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/deviceentry/domain/interactor/
DDeviceEntryFaceAuthInteractorTest.kt149 faceAuthRepository.setLockedOut(true) in whenFaceIsLockedOutAnyAttemptsToTriggerFaceAuthMustProvideLockoutError()
437 kosmos.fakeDeviceEntryFingerprintAuthRepository.setLockedOut(true) in faceUnlockIsDisabledWhenFpIsLockedOut()
450 kosmos.fakeDeviceEntryFingerprintAuthRepository.setLockedOut(true) in faceLockoutStateIsResetWheneverFingerprintIsNotLockedOut()
456 kosmos.fakeDeviceEntryFingerprintAuthRepository.setLockedOut(false) in faceLockoutStateIsResetWheneverFingerprintIsNotLockedOut()
469 kosmos.fakeDeviceEntryFingerprintAuthRepository.setLockedOut(true) in faceLockoutStateIsSetToUsersLockoutStateWheneverFingerprintIsNotLockedOut()
475 kosmos.fakeDeviceEntryFingerprintAuthRepository.setLockedOut(false) in faceLockoutStateIsSetToUsersLockoutStateWheneverFingerprintIsNotLockedOut()
/frameworks/base/packages/SystemUI/src/com/android/systemui/deviceentry/data/repository/
DNoopDeviceEntryFaceAuthRepository.kt55 override fun setLockedOut(isLockedOut: Boolean) = Unit in setLockedOut() method in com.android.systemui.deviceentry.data.repository.NoopDeviceEntryFaceAuthRepository
DDeviceEntryFaceAuthRepository.kt119 fun setLockedOut(isLockedOut: Boolean) in <lambda>() method
227 override fun setLockedOut(isLockedOut: Boolean) { in setLockedOut() method
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/keyguard/data/repository/
DFakeDeviceEntryFingerprintAuthRepository.kt36 fun setLockedOut(lockedOut: Boolean) { in setLockedOut() method in com.android.systemui.keyguard.data.repository.FakeDeviceEntryFingerprintAuthRepository
DFakeDeviceEntryFaceAuthRepository.kt60 override fun setLockedOut(isLockedOut: Boolean) { in setLockedOut() method in com.android.systemui.keyguard.data.repository.FakeDeviceEntryFaceAuthRepository
/frameworks/base/packages/SystemUI/src/com/android/systemui/deviceentry/domain/interactor/
DSystemUIDeviceEntryFaceAuthInteractor.kt169 repository.setLockedOut(true) in <lambda>()
214 repository.setLockedOut( in <lambda>()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/deviceentry/data/repository/
DDeviceEntryFaceAuthRepositoryTest.kt569 testScope.runTest { testGatingCheckForFaceAuth { underTest.setLockedOut(true) } } in authenticateDoesNotRunWhenFaceIsDisabled()
911 underTest.setLockedOut(true) in disableFaceUnlockLocksOutFaceUnlock()