Searched refs:DetectionStatus (Results 1 – 3 of 3) sorted by relevance
34 import com.android.systemui.keyguard.shared.model.DetectionStatus in <lambda>()85 val detectionStatus: Flow<DetectionStatus> in <lambda>()198 _detectionStatus.value = DetectionStatus(sensorId, userId, isStrong) in isStrong()291 private val _detectionStatus = MutableStateFlow<DetectionStatus?>(null)292 override val detectionStatus: Flow<DetectionStatus>
53 data class DetectionStatus(val sensorId: Int, val userId: Int, val isStrongBiometric: Boolean) class
41 import com.android.systemui.keyguard.shared.model.DetectionStatus100 private lateinit var detectStatus: FlowValue<DetectionStatus?>265 assertThat(detectStatus()).isEqualTo(DetectionStatus(1, 1, true)) in faceDetectionRunsAndPropagatesDetectionStatus()