Home
last modified time | relevance | path

Searched refs:deviceEntrySourceInteractor (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/deviceentry/domain/interactor/
DAuthRippleInteractor.kt34 deviceEntrySourceInteractor: DeviceEntrySourceInteractor, in <lambda>()
40 deviceEntrySourceInteractor.deviceEntryFromDeviceEntryIcon.map { in <lambda>()
49 deviceEntrySourceInteractor.deviceEntryFromBiometricSource in <lambda>()
DDeviceEntryHapticsInteractor.kt49 deviceEntrySourceInteractor: DeviceEntrySourceInteractor, in <lambda>()
83 deviceEntrySourceInteractor.deviceEntryFromBiometricSource in <lambda>()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/deviceentry/domain/interactor/
DAuthRippleInteractorTest.kt42 private val deviceEntrySourceInteractor = kosmos.deviceEntrySourceInteractor constant
54 deviceEntrySourceInteractor.attemptEnterDeviceFromDeviceEntryIcon() in enteringDeviceFromDeviceEntryIcon_udfpsNotSupported_doesNotShowAuthRipple()
65 deviceEntrySourceInteractor.attemptEnterDeviceFromDeviceEntryIcon() in enteringDeviceFromDeviceEntryIcon_udfpsSupported_showsAuthRipple()
DDeviceEntrySourceInteractorTest.kt42 private val underTest = kosmos.deviceEntrySourceInteractor
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/deviceentry/domain/interactor/
DAuthRippleInteractorKosmos.kt26 deviceEntrySourceInteractor = deviceEntrySourceInteractor, in <lambda>()
DDeviceEntryHapticsInteractorKosmos.kt33 deviceEntrySourceInteractor = deviceEntrySourceInteractor, in <lambda>()
DDeviceEntrySourceInteractorKosmos.kt24 val Kosmos.deviceEntrySourceInteractor by constant
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/keyguard/ui/viewmodel/
DDeviceEntryIconViewModelKosmos.kt21 import com.android.systemui.deviceentry.domain.interactor.deviceEntrySourceInteractor
52 deviceEntrySourceInteractor = deviceEntrySourceInteractor, in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/viewmodel/
DDeviceEntryIconViewModel.kt72 private val deviceEntrySourceInteractor: DeviceEntrySourceInteractor, in <lambda>() constant
281 deviceEntrySourceInteractor.attemptEnterDeviceFromDeviceEntryIcon() in <lambda>()