Home
last modified time | relevance | path

Searched refs:fingerprintPropertyInteractor (Results 1 – 10 of 10) sorted by relevance

/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/deviceentry/domain/interactor/
DBiometricMessageInteractorKosmos.kt20 import com.android.systemui.biometrics.domain.interactor.fingerprintPropertyInteractor
31 fingerprintPropertyInteractor = fingerprintPropertyInteractor, in <lambda>()
DDeviceEntryUdfpsInteractorKosmos.kt21 import com.android.systemui.biometrics.domain.interactor.fingerprintPropertyInteractor
30 fingerprintPropertyInteractor = fingerprintPropertyInteractor, in <lambda>()
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/keyguard/domain/interactor/
DKeyguardBlueprintInteractorKosmos.kt20 import com.android.systemui.biometrics.domain.interactor.fingerprintPropertyInteractor
38 fingerprintPropertyInteractor = fingerprintPropertyInteractor, in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/deviceentry/domain/interactor/
DDeviceEntryUdfpsInteractor.kt38 fingerprintPropertyInteractor: FingerprintPropertyInteractor, in <lambda>()
44 val isUdfpsSupported: StateFlow<Boolean> = fingerprintPropertyInteractor.isUdfps in <lambda>()
70 fingerprintPropertyInteractor.sensorLocation in <lambda>()
DBiometricMessageInteractor.kt61 fingerprintPropertyInteractor: FingerprintPropertyInteractor, in <lambda>()
119 fingerprintPropertyInteractor.isUdfps.flatMapLatest { isUdfps -> in <lambda>()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/deviceentry/domain/interactor/
DDeviceEntryUdfpsInteractorTest.kt25 import com.android.systemui.biometrics.domain.interactor.fingerprintPropertyInteractor
60 fingerprintPropertyInteractor = kosmos.fingerprintPropertyInteractor, in setUp()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/viewmodel/
DAlternateBouncerUdfpsIconViewModel.kt46 fingerprintPropertyInteractor: FingerprintPropertyInteractor, in <lambda>()
63 fingerprintPropertyInteractor.udfpsSensorBounds.map { bounds -> in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/domain/interactor/
DKeyguardBlueprintInteractor.kt58 private val fingerprintPropertyInteractor: FingerprintPropertyInteractor, in <lambda>() constant in com.android.systemui.keyguard.domain.interactor.KeyguardBlueprintInteractor
84 fingerprintPropertyInteractor.propertiesInitialized in <lambda>()
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/biometrics/domain/interactor/
DFingerprintPropertyInteractorKosmos.kt26 val Kosmos.fingerprintPropertyInteractor by Fixture { in <lambda>() constant
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/biometrics/domain/interactor/
DFingerprintPropertyInteractorTest.kt44 private val underTest by lazy { kosmos.fingerprintPropertyInteractor } in <lambda>()