Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/data/repository/
DKeyguardFaceAuthManagerTest.kt91 private lateinit var detectionCallback: ArgumentCaptor<FaceManager.FaceDetectionCallback> variable in com.android.systemui.keyguard.data.repository.KeyguardFaceAuthManagerTest
263 detectionCallback.value.onFaceDetected(1, 1, true) in faceDetectionRunsAndPropagatesDetectionStatus()
381 detectionCallback.capture(), in successResult()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/data/repository/
DKeyguardFaceAuthManager.kt195 private val detectionCallback = constant
258 faceManager?.detectFace(cancellationSignal, detectionCallback, currentUserId) in detect()