Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/domain/interactor/
H A DFromAodTransitionInteractor.kt76 keyguardInteractor.biometricUnlockState
79 val (biometricUnlockState, keyguardState) = pair
81 keyguardState == KeyguardState.AOD && isWakeAndUnlock(biometricUnlockState)
H A DFromDozingTransitionInteractor.kt78 keyguardInteractor.biometricUnlockState
80 .collect { (biometricUnlockState, lastStartedTransition) ->
83 isWakeAndUnlock(biometricUnlockState)
H A DWindowManagerLockscreenVisibilityInteractor.kt145 keyguardInteractor.biometricUnlockState,
146 ) { isDozing, biometricUnlockState ->
149 isDozing && !BiometricUnlockModel.isWakeAndUnlock(biometricUnlockState)
H A DFromDreamingTransitionInteractor.kt97 keyguardInteractor.biometricUnlockState
99 .collect { (biometricUnlockState, lastStartedTransitionStep) ->
102 biometricUnlockState == BiometricUnlockModel.WAKE_AND_UNLOCK_FROM_DREAM
H A DFromDreamingLockscreenHostedTransitionInteractor.kt125 keyguardInteractor.biometricUnlockState
127 .collect { (biometricUnlockState, lastStartedTransitionStep) ->
130 biometricUnlockState == BiometricUnlockModel.WAKE_AND_UNLOCK_FROM_DREAM
H A DKeyguardInteractor.kt169 val biometricUnlockState: Flow<BiometricUnlockModel> = repository.biometricUnlockState
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/data/repository/
H A DLightRevealScrimRepository.kt148 keyguardRepository.biometricUnlockState,
151 ) { biometricUnlockState, biometricReveal, nonBiometricReveal ->
154 when (biometricUnlockState) {
H A DKeyguardRepository.kt170 val biometricUnlockState: Flow<BiometricUnlockModel>
541 override val biometricUnlockState: Flow<BiometricUnlockModel> = conflatedCallbackFlow {
/aosp14/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/keyguard/data/repository/
H A DFakeKeyguardRepository.kt104 override val biometricUnlockState: Flow<BiometricUnlockModel> = _biometricUnlockState
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/data/repository/
H A DKeyguardRepositoryImplTest.kt524 fun biometricUnlockState() = regex
527 val job = underTest.biometricUnlockState.onEach(values::add).launchIn(this)