Home
last modified time | relevance | path

Searched refs:setBiometricUnlockState (Results 1 – 15 of 15) sorted by relevance

/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/keyguard/data/repository/
DLightRevealScrimRepositoryTest.kt92 fakeKeyguardRepository.setBiometricUnlockState( in <lambda>()
104 fakeKeyguardRepository.setBiometricUnlockState( in <lambda>()
126 fakeKeyguardRepository.setBiometricUnlockState( in <lambda>()
144 fakeKeyguardRepository.setBiometricUnlockState( in <lambda>()
148 fakeKeyguardRepository.setBiometricUnlockState( in <lambda>()
155 fakeKeyguardRepository.setBiometricUnlockState( in <lambda>()
173 fakeKeyguardRepository.setBiometricUnlockState( in <lambda>()
DKeyguardRepositoryImplTest.kt526 underTest.setBiometricUnlockState( in <lambda>()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/deviceentry/domain/interactor/
DDeviceEntrySourceInteractorTest.kt49 keyguardRepository.setBiometricUnlockState( in deviceEntryFromFaceUnlock()
62 keyguardRepository.setBiometricUnlockState( in <lambda>()
75 keyguardRepository.setBiometricUnlockState( in <lambda>()
DAuthRippleInteractorTest.kt73 keyguardRepository.setBiometricUnlockState( in faceUnlocked_showsAuthRipple()
84 keyguardRepository.setBiometricUnlockState( in fingerprintUnlocked_showsAuthRipple()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/domain/interactor/
DBiometricUnlockInteractor.kt31 fun setBiometricUnlockState( in setBiometricUnlockState() method in com.android.systemui.keyguard.domain.interactor.BiometricUnlockInteractor
36 keyguardRepository.setBiometricUnlockState(state, biometricUnlockSource) in setBiometricUnlockState()
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/keyguard/data/repository/
DFakeKeyguardRepository.kt223 override fun setBiometricUnlockState( in setBiometricUnlockState() method in com.android.systemui.keyguard.data.repository.FakeKeyguardRepository
230 fun setBiometricUnlockState(mode: BiometricUnlockMode) { in setBiometricUnlockState() method
231 setBiometricUnlockState(mode, BiometricUnlockSource.FINGERPRINT_SENSOR) in setBiometricUnlockState()
235 setBiometricUnlockState(BiometricUnlockMode.NONE, source) in setBiometricUnlockSource()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/keyguard/domain/interactor/
DFromAodTransitionInteractorTest.kt102 kosmos.fakeKeyguardRepository.setBiometricUnlockState(BiometricUnlockMode.NONE) in setup()
282 kosmos.fakeKeyguardRepository.setBiometricUnlockState( in testWakeAndUnlock_transitionsToGone_onlyAfterDismissCallPostWakeup()
DFromDozingTransitionInteractorTest.kt101 kosmos.fakeKeyguardRepository.setBiometricUnlockState(BiometricUnlockMode.NONE) in setup()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/domain/interactor/
DFromDreamingTransitionInteractorTest.kt93 kosmos.fakeKeyguardRepository.setBiometricUnlockState(BiometricUnlockMode.NONE) in setup()
DKeyguardTransitionScenariosTest.kt392 keyguardRepository.setBiometricUnlockState( in dreamingLockscreenHostedToGone()
571 keyguardRepository.setBiometricUnlockState(BiometricUnlockMode.WAKE_AND_UNLOCK) in dozingToGoneWithUnlock()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DBiometricUnlockController.java338 mBiometricUnlockInteractor.setBiometricUnlockState(MODE_NONE, null); in consumeTransitionStepOnStartedKeyguardState()
543 mBiometricUnlockInteractor.setBiometricUnlockState(mode, biometricUnlockSource); in startWakeAndUnlock()
562 mBiometricUnlockInteractor.setBiometricUnlockState(mode, biometricUnlockSource); in onModeChanged()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/deviceentry/domain/interactor/
DDeviceEntryHapticsInteractorTest.kt165 kosmos.fakeKeyguardRepository.setBiometricUnlockState(BiometricUnlockMode.WAKE_AND_UNLOCK) in enterDeviceFromBiometricUnlock()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/data/repository/
DKeyguardRepository.kt188 fun setBiometricUnlockState( in <lambda>() method
613 override fun setBiometricUnlockState( in setBiometricUnlockState() method
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DBiometricsUnlockControllerTest.java507 verify(mBiometricUnlockInteractor, never()).setBiometricUnlockState(anyInt(), any()); in biometricUnlockStateResetOnTransitionFromGone()
517 verify(mBiometricUnlockInteractor).setBiometricUnlockState(eq(MODE_NONE), eq(null)); in biometricUnlockStateResetOnTransitionFromGone()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/scene/domain/startable/
DScrimStartableTest.kt298 kosmos.biometricUnlockInteractor.setBiometricUnlockState( in <lambda>()