Searched refs:runningAuthRequest (Results 1 – 2 of 2) sorted by relevance
138 assertThat(faceAuthRepository.runningAuthRequest.value) in faceAuthIsRequestedWhenLockscreenBecomesVisibleFromOffState()157 assertThat(faceAuthRepository.runningAuthRequest.value).isNull() in whenFaceIsLockedOutAnyAttemptsToTriggerFaceAuthMustProvideLockoutError()180 assertThat(faceAuthRepository.runningAuthRequest.value) in faceAuthIsRequestedWhenLockscreenBecomesVisibleFromAodState()205 assertThat(faceAuthRepository.runningAuthRequest.value).isNull() in faceAuthIsNotRequestedWhenLockscreenBecomesVisibleDueToIgnoredWakeReasons()228 assertThat(faceAuthRepository.runningAuthRequest.value) in faceAuthIsRequestedWhenLockscreenBecomesVisibleFromDozingState()259 assertThat(faceAuthRepository.runningAuthRequest.value!!.first) in faceAuthLockedOutStateIsUpdatedAfterUserSwitch()261 assertThat(faceAuthRepository.runningAuthRequest.value!!.second).isEqualTo(false) in faceAuthLockedOutStateIsUpdatedAfterUserSwitch()275 assertThat(faceAuthRepository.runningAuthRequest.value) in faceAuthIsRequestedWhenPrimaryBouncerIsVisible()290 assertThat(faceAuthRepository.runningAuthRequest.value) in faceAuthIsRequestedWhenAlternateBouncerIsVisible()307 assertThat(faceAuthRepository.runningAuthRequest.value) in faceAuthIsRequestedWhenUdfpsSensorTouched()[all …]
53 val runningAuthRequest: StateFlow<Pair<FaceAuthUiEvent, Boolean>?> = constant in com.android.systemui.keyguard.data.repository.FakeDeviceEntryFaceAuthRepository