Home
last modified time | relevance | path

Searched refs:isAuthRunning (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/log/
DFaceAuthenticationLogger.kt82 fun skippingDetection(isAuthRunning: Boolean, detectCancellationNotNull: Boolean) { in skippingDetection()
87 bool1 = isAuthRunning in skippingDetection()
106 isAuthRunning: Boolean, in cancelSignalNotReceived()
115 bool1 = isAuthRunning in cancelSignalNotReceived()
/frameworks/base/packages/SystemUI/src/com/android/systemui/deviceentry/data/repository/
DNoopDeviceEntryFaceAuthRepository.kt50 override val isAuthRunning: StateFlow<Boolean> = MutableStateFlow(false).asStateFlow() constant in com.android.systemui.deviceentry.data.repository.NoopDeviceEntryFaceAuthRepository
DDeviceEntryFaceAuthRepository.kt113 val isAuthRunning: StateFlow<Boolean> in <lambda>() constant
196 override val isAuthRunning: StateFlow<Boolean> constant
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/keyguard/data/repository/
DFakeDeviceEntryFaceAuthRepository.kt57 override val isAuthRunning: StateFlow<Boolean> = _isAuthRunning constant in com.android.systemui.keyguard.data.repository.FakeDeviceEntryFaceAuthRepository
/frameworks/base/packages/SystemUI/src/com/android/systemui/deviceentry/domain/interactor/
DSystemUIDeviceEntryFaceAuthInteractor.kt267 override fun isRunning(): Boolean = repository.isAuthRunning.value in <lambda>()
323 repository.isAuthRunning in <lambda>()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/deviceentry/data/repository/
DDeviceEntryFaceAuthRepositoryTest.kt1074 val isAuthRunning by collectLastValue(underTest.isAuthRunning) in retryFaceAuthAfterCancel() constant
1084 assertThat(isAuthRunning).isEqualTo(true) in retryFaceAuthAfterCancel()
1209 authRunning = collectLastValue(underTest.isAuthRunning) in initCollectors()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/deviceentry/domain/interactor/
DDeviceEntryFaceAuthInteractorTest.kt373 assertThat(faceAuthRepository.isAuthRunning.value).isTrue() in faceAuthIsCancelledWhenUserInputOnPrimaryBouncer()
379 assertThat(faceAuthRepository.isAuthRunning.value).isFalse() in faceAuthIsCancelledWhenUserInputOnPrimaryBouncer()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/bouncer/domain/interactor/
DBouncerInteractorTest.kt284 collectLastValue(kosmos.fakeDeviceEntryFaceAuthRepository.isAuthRunning) in <lambda>()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/scene/domain/startable/
DSceneContainerStartableTest.kt1257 assertThat(kosmos.fakeDeviceEntryFaceAuthRepository.isAuthRunning.value).isTrue() in <lambda>()