Home
last modified time | relevance | path

Searched refs:faceAuthLogger (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/deviceentry/data/repository/
DDeviceEntryFaceAuthRepository.kt157 private val faceAuthLogger: FaceAuthenticationLogger, constant
241 faceAuthLogger.addLockoutResetCallbackDone() in <lambda>()
312 faceAuthLogger.watchdogScheduled() in listenForSchedulingWatchdog()
352 faceAuthLogger.clearingPendingAuthRequest( in clearPendingAuthRequest()
432 faceAuthLogger.canFaceAuthRunChanged(it) in observeFaceAuthGatingChecks()
435 faceAuthLogger.cancellingFaceAuth() in observeFaceAuthGatingChecks()
447 faceAuthLogger.authenticationFailed() in onAuthenticationFailed()
469 faceAuthLogger.hardwareError(errorStatus) in onAuthenticationError()
472 faceAuthLogger.authenticationError( in onAuthenticationError()
500 faceAuthLogger.faceAuthSuccess(result) in onAuthenticationSucceeded()
[all …]
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/deviceentry/domain/interactor/
DDeviceEntryFaceAuthInteractorKosmos.kt40 val Kosmos.faceAuthLogger by Kosmos.Fixture { mock<FaceAuthenticationLogger>() } in <lambda>() constant
51 faceAuthenticationLogger = faceAuthLogger, in <lambda>()
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/
DTestMocksModule.kt149 val faceAuthLogger: LogBuffer = mock(), constant