Home
last modified time | relevance | path

Searched defs:biometricUnlockState (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/scene/domain/startable/
DScrimStartable.kt103 val biometricUnlockState = flowValues[7] as BiometricUnlockModel in <lambda>() constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/domain/interactor/
DFromDozingTransitionInteractor.kt105 biometricUnlockState, in <lambda>() method
231 biometricUnlockState, in <lambda>() method
DKeyguardWakeDirectlyToGoneInteractor.kt146 val biometricUnlockState = values[2] as BiometricUnlockModel in <lambda>() constant
DFromDreamingTransitionInteractor.kt280 .filterRelevantKeyguardStateAnd { biometricUnlockState -> in <lambda>() method
DKeyguardInteractor.kt291 val biometricUnlockState: StateFlow<BiometricUnlockModel> = repository.biometricUnlockState in <lambda>() constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/data/repository/
DLightRevealScrimRepository.kt167 .flatMapLatest { biometricUnlockState -> in biometricUnlockState() method
DKeyguardRepository.kt209 val biometricUnlockState: StateFlow<BiometricUnlockModel> in <lambda>() constant
572 override val biometricUnlockState: StateFlow<BiometricUnlockModel> = constant
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/keyguard/data/repository/
DFakeKeyguardRepository.kt100 override val biometricUnlockState: StateFlow<BiometricUnlockModel> = constant in com.android.systemui.keyguard.data.repository.FakeKeyguardRepository