Home
last modified time | relevance | path

Searched refs:detectionStatus (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/deviceentry/domain/interactor/
DDeviceEntryFaceAuthInteractor.kt35 val detectionStatus: Flow<FaceDetectionStatus> constant
DNoopDeviceEntryFaceAuthInteractor.kt38 override val detectionStatus: Flow<FaceDetectionStatus> = emptyFlow() constant in com.android.systemui.deviceentry.domain.interactor.NoopDeviceEntryFaceAuthInteractor
DSystemUIDeviceEntryFaceAuthInteractor.kt284 override val detectionStatus = repository.detectionStatus in <lambda>() constant in com.android.systemui.deviceentry.domain.interactor.SystemUIDeviceEntryFaceAuthInteractor
313 detectionStatus in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/deviceentry/data/repository/
DNoopDeviceEntryFaceAuthRepository.kt45 override val detectionStatus: Flow<FaceDetectionStatus> constant in com.android.systemui.deviceentry.data.repository.NoopDeviceEntryFaceAuthRepository
DDeviceEntryFaceAuthRepository.kt107 val detectionStatus: Flow<FaceDetectionStatus> in <lambda>() constant
186 override val detectionStatus: Flow<FaceDetectionStatus> constant
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/keyguard/data/repository/
DFakeDeviceEntryFaceAuthRepository.kt44 override val detectionStatus: Flow<FaceDetectionStatus> constant in com.android.systemui.keyguard.data.repository.FakeDeviceEntryFaceAuthRepository
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/deviceentry/data/repository/
DDeviceEntryFaceAuthRepositoryTest.kt1208 detectStatus = collectLastValue(underTest.detectionStatus) in initCollectors()