Home
last modified time | relevance | path

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

/frameworks/base/core/proto/android/server/
Dbiometrics.proto44 * Authentication started, BiometricPrompt is showing and the hardware is authenticating.
88 * The client binder died, and sensors were authenticating at the time. Cancel has been
/frameworks/base/packages/SystemUI/src/com/android/systemui/log/
DFaceAuthenticationLogger.kt60 fun authenticating(uiEvent: FaceAuthUiEvent) { in authenticating() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/data/repository/
DKeyguardFaceAuthManager.kt232 faceAuthLogger.authenticating(uiEvent) in authenticate()