Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/domain/interactor/
DFromDozingTransitionInteractor.kt99 biometricUnlockState, in <lambda>() method
171 biometricUnlockState, in <lambda>() method
DFromAodTransitionInteractor.kt78 ) { isKeyguardShowing, isKeyguardDismissible, biometricUnlockState -> in <lambda>() method
105 biometricUnlockState, in <lambda>() method
DFromDreamingLockscreenHostedTransitionInteractor.kt112 .filterRelevantKeyguardStateAnd { biometricUnlockState -> in <lambda>() method
DWindowManagerLockscreenVisibilityInteractor.kt244 ) { isDozing, isAodAvailable, biometricUnlockState -> in <lambda>() method
DFromDreamingTransitionInteractor.kt202 .filterRelevantKeyguardStateAnd { biometricUnlockState -> in <lambda>() method
DKeyguardInteractor.kt293 val biometricUnlockState: Flow<BiometricUnlockModel> = repository.biometricUnlockState in <lambda>() constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/scene/domain/startable/
DScrimStartable.kt101 val biometricUnlockState = flowValues[6] as BiometricUnlockModel in <lambda>() constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/data/repository/
DLightRevealScrimRepository.kt162 .flatMapLatest { biometricUnlockState -> in biometricUnlockState() method
DKeyguardRepository.kt186 val biometricUnlockState: StateFlow<BiometricUnlockModel> in <lambda>() constant
610 override val biometricUnlockState: StateFlow<BiometricUnlockModel> = constant
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/keyguard/data/repository/
DFakeKeyguardRepository.kt107 override val biometricUnlockState: StateFlow<BiometricUnlockModel> = constant in com.android.systemui.keyguard.data.repository.FakeKeyguardRepository