Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/deviceentry/data/repository/
DDeviceEntryFaceAuthRepository.kt533 private val detectionCallback = constant
659 detectionCallback, in detect()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/deviceentry/data/repository/
DDeviceEntryFaceAuthRepositoryTest.kt134 private lateinit var detectionCallback: ArgumentCaptor<FaceManager.FaceDetectionCallback> variable in com.android.systemui.deviceentry.data.repository.DeviceEntryFaceAuthRepositoryTest
380 detectionCallback.value.onFaceDetected(1, 1, true) in faceDetectionRunsAndPropagatesDetectionStatus()
1226 detectionCallback.capture(), in successResult()