Home
last modified time | relevance | path

Searched refs:authenticationStatus (Results 1 – 13 of 13) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/data/repository/
H A DDeviceEntryFingerprintAuthRepositoryTest.kt186 val authenticationStatus by collectLastValue(underTest.authenticationStatus) regex
204 val authenticationStatus by collectLastValue(underTest.authenticationStatus) regex
212 assertThat(authenticationStatus)
219 val authenticationStatus by collectLastValue(underTest.authenticationStatus) regex
237 val authenticationStatus by collectLastValue(underTest.authenticationStatus) regex
255 val authenticationStatus by collectLastValue(underTest.authenticationStatus) regex
271 val authenticationStatus by collectLastValue(underTest.authenticationStatus) regex
280 assertThat(authenticationStatus).isNull()
285 assertThat(authenticationStatus).isNull()
292 assertThat(authenticationStatus).isNull()
[all …]
H A DDeviceEntryFaceAuthRepositoryTest.kt468 val emittedValues by collectValues(underTest.authenticationStatus)
1106 authStatus = collectLastValue(underTest.authenticationStatus)
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/data/repository/
H A DDeviceEntryFingerprintAuthRepository.kt60 val authenticationStatus: Flow<FingerprintAuthenticationStatus>
165 override val authenticationStatus: Flow<FingerprintAuthenticationStatus>
235 authenticationStatus: FingerprintAuthenticationStatus
242 authenticationStatus,
H A DNoopDeviceEntryFaceAuthRepository.kt43 override val authenticationStatus: Flow<FaceAuthenticationStatus>
H A DDeviceEntryFaceAuthRepository.kt93 val authenticationStatus: Flow<FaceAuthenticationStatus>
174 override val authenticationStatus: Flow<FaceAuthenticationStatus>
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/domain/interactor/
H A DBiometricMessageInteractor.kt60 fingerprintAuthRepository.authenticationStatus
76 fingerprintAuthRepository.authenticationStatus
91 fingerprintAuthRepository.authenticationStatus
H A DSystemUIKeyguardFaceAuthInteractor.kt205 override val authenticationStatus =
206 merge(faceAuthenticationStatusOverride.filterNotNull(), repository.authenticationStatus)
237 authenticationStatus
H A DOccludingAppDeviceEntryInteractor.kt76 fingerprintAuthRepository.authenticationStatus
81 fingerprintAuthRepository.authenticationStatus
H A DKeyguardFaceAuthInteractor.kt30 val authenticationStatus: Flow<FaceAuthenticationStatus>
H A DNoopKeyguardFaceAuthInteractor.kt34 override val authenticationStatus: Flow<FaceAuthenticationStatus>
/aosp14/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/keyguard/data/repository/
H A DFakeDeviceEntryFingerprintAuthRepository.kt49 override val authenticationStatus: Flow<FingerprintAuthenticationStatus>
H A DFakeDeviceEntryFaceAuthRepository.kt38 override val authenticationStatus: Flow<FaceAuthenticationStatus> =
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/domain/interactor/
H A DKeyguardFaceAuthInteractorTest.kt166 val authenticationStatus = collectLastValue(underTest.authenticationStatus) regex
171 val outputValue = authenticationStatus()!! as ErrorFaceAuthenticationStatus