/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/keyguard/data/repository/ |
D | LightRevealScrimRepositoryTest.kt | 92 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>()
|
D | KeyguardRepositoryImplTest.kt | 526 underTest.setBiometricUnlockState( in <lambda>()
|
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/deviceentry/domain/interactor/ |
D | DeviceEntrySourceInteractorTest.kt | 49 keyguardRepository.setBiometricUnlockState( in deviceEntryFromFaceUnlock() 62 keyguardRepository.setBiometricUnlockState( in <lambda>() 75 keyguardRepository.setBiometricUnlockState( in <lambda>()
|
D | AuthRippleInteractorTest.kt | 73 keyguardRepository.setBiometricUnlockState( in faceUnlocked_showsAuthRipple() 84 keyguardRepository.setBiometricUnlockState( in fingerprintUnlocked_showsAuthRipple()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/domain/interactor/ |
D | BiometricUnlockInteractor.kt | 31 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/ |
D | FakeKeyguardRepository.kt | 223 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/ |
D | FromAodTransitionInteractorTest.kt | 102 kosmos.fakeKeyguardRepository.setBiometricUnlockState(BiometricUnlockMode.NONE) in setup() 282 kosmos.fakeKeyguardRepository.setBiometricUnlockState( in testWakeAndUnlock_transitionsToGone_onlyAfterDismissCallPostWakeup()
|
D | FromDozingTransitionInteractorTest.kt | 101 kosmos.fakeKeyguardRepository.setBiometricUnlockState(BiometricUnlockMode.NONE) in setup()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/domain/interactor/ |
D | FromDreamingTransitionInteractorTest.kt | 93 kosmos.fakeKeyguardRepository.setBiometricUnlockState(BiometricUnlockMode.NONE) in setup()
|
D | KeyguardTransitionScenariosTest.kt | 392 keyguardRepository.setBiometricUnlockState( in dreamingLockscreenHostedToGone() 571 keyguardRepository.setBiometricUnlockState(BiometricUnlockMode.WAKE_AND_UNLOCK) in dozingToGoneWithUnlock()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | BiometricUnlockController.java | 338 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/ |
D | DeviceEntryHapticsInteractorTest.kt | 165 kosmos.fakeKeyguardRepository.setBiometricUnlockState(BiometricUnlockMode.WAKE_AND_UNLOCK) in enterDeviceFromBiometricUnlock()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/data/repository/ |
D | KeyguardRepository.kt | 188 fun setBiometricUnlockState( in <lambda>() method 613 override fun setBiometricUnlockState( in setBiometricUnlockState() method
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/ |
D | BiometricsUnlockControllerTest.java | 507 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/ |
D | ScrimStartableTest.kt | 298 kosmos.biometricUnlockInteractor.setBiometricUnlockState( in <lambda>()
|