Home
last modified time | relevance | path

Searched refs:_detectionStatus (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/keyguard/data/repository/
DFakeDeviceEntryFaceAuthRepository.kt43 private val _detectionStatus = MutableStateFlow<FaceDetectionStatus?>(null) constant in com.android.systemui.keyguard.data.repository.FakeDeviceEntryFaceAuthRepository
45 get() = _detectionStatus.filterNotNull()
47 _detectionStatus.value = status in setDetectionStatus()
/frameworks/base/packages/SystemUI/src/com/android/systemui/deviceentry/data/repository/
DDeviceEntryFaceAuthRepository.kt185 private val _detectionStatus = MutableStateFlow<FaceDetectionStatus?>(null) constant
187 get() = _detectionStatus.filterNotNull()
536 _detectionStatus.value = FaceDetectionStatus(sensorId, userId, isStrong) in isStrong()