Home
last modified time | relevance | path

Searched refs:biometricUnlockSource (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/domain/interactor/
DBiometricUnlockInteractor.kt33 biometricUnlockSource: BiometricUnlockSource?, in setBiometricUnlockState()
36 keyguardRepository.setBiometricUnlockState(state, biometricUnlockSource) in setBiometricUnlockState()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DBiometricUnlockController.java474 BiometricUnlockSource biometricUnlockSource in startWakeAndUnlock() argument
543 mBiometricUnlockInteractor.setBiometricUnlockState(mode, biometricUnlockSource); in startWakeAndUnlock()
551 onModeChanged(mMode, biometricUnlockSource); in startWakeAndUnlock()
557 BiometricUnlockSource biometricUnlockSource in onModeChanged() argument
562 mBiometricUnlockInteractor.setBiometricUnlockState(mode, biometricUnlockSource); in onModeChanged()
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
DAuthRippleController.kt113 authRippleInteractor.showUnlockRipple.collect { biometricUnlockSource -> in <lambda>() method
114 if (biometricUnlockSource == BiometricUnlockSource.FINGERPRINT_SENSOR) { in <lambda>()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/keyguard/data/repository/
DKeyguardRepositoryImplTest.kt505 fun biometricUnlockSource() = in <lambda>() method