Searched refs:detectionCallback (Results 1 – 2 of 2) sorted by relevance
91 private lateinit var detectionCallback: ArgumentCaptor<FaceManager.FaceDetectionCallback> variable in com.android.systemui.keyguard.data.repository.KeyguardFaceAuthManagerTest263 detectionCallback.value.onFaceDetected(1, 1, true) in faceDetectionRunsAndPropagatesDetectionStatus()381 detectionCallback.capture(), in successResult()
195 private val detectionCallback = constant258 faceManager?.detectFace(cancellationSignal, detectionCallback, currentUserId) in detect()