Searched refs:biometricUnlockState (Results 1 – 10 of 10) sorted by relevance
76 keyguardInteractor.biometricUnlockState79 val (biometricUnlockState, keyguardState) = pair81 keyguardState == KeyguardState.AOD && isWakeAndUnlock(biometricUnlockState)
78 keyguardInteractor.biometricUnlockState80 .collect { (biometricUnlockState, lastStartedTransition) ->83 isWakeAndUnlock(biometricUnlockState)
145 keyguardInteractor.biometricUnlockState,146 ) { isDozing, biometricUnlockState ->149 isDozing && !BiometricUnlockModel.isWakeAndUnlock(biometricUnlockState)
97 keyguardInteractor.biometricUnlockState99 .collect { (biometricUnlockState, lastStartedTransitionStep) ->102 biometricUnlockState == BiometricUnlockModel.WAKE_AND_UNLOCK_FROM_DREAM
125 keyguardInteractor.biometricUnlockState127 .collect { (biometricUnlockState, lastStartedTransitionStep) ->130 biometricUnlockState == BiometricUnlockModel.WAKE_AND_UNLOCK_FROM_DREAM
169 val biometricUnlockState: Flow<BiometricUnlockModel> = repository.biometricUnlockState
148 keyguardRepository.biometricUnlockState,151 ) { biometricUnlockState, biometricReveal, nonBiometricReveal ->154 when (biometricUnlockState) {
170 val biometricUnlockState: Flow<BiometricUnlockModel>541 override val biometricUnlockState: Flow<BiometricUnlockModel> = conflatedCallbackFlow {
104 override val biometricUnlockState: Flow<BiometricUnlockModel> = _biometricUnlockState
524 fun biometricUnlockState() = regex527 val job = underTest.biometricUnlockState.onEach(values::add).launchIn(this)