Home
last modified time | relevance | path

Searched refs:biometricUnlockInteractor (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/scene/domain/startable/
DScrimStartableKosmos.kt23 import com.android.systemui.keyguard.domain.interactor.biometricUnlockInteractor
44 biometricUnlockInteractor = biometricUnlockInteractor, in <lambda>()
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/keyguard/domain/interactor/
DBiometricUnlockInteractorKosmos.kt23 val Kosmos.biometricUnlockInteractor by Fixture { in <lambda>() constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/scene/domain/startable/
DScrimStartable.kt64 biometricUnlockInteractor: BiometricUnlockInteractor, in <lambda>()
80 biometricUnlockInteractor.unlockState, in <lambda>()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/scene/domain/startable/
DScrimStartableTest.kt30 import com.android.systemui.keyguard.domain.interactor.biometricUnlockInteractor in <lambda>()
298 kosmos.biometricUnlockInteractor.setBiometricUnlockState( in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DBiometricUnlockController.java295 BiometricUnlockInteractor biometricUnlockInteractor, in BiometricUnlockController() argument
306 mBiometricUnlockInteractor = biometricUnlockInteractor; in BiometricUnlockController()