Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/autofill/java/com/android/server/autofill/
H A DFillResponseEventLogger.java329 event.mAuthenticationFailureReason = val; in maybeSetAuthenticationFailureReason()
454 + " mAuthenticationFailureReason=" + event.mAuthenticationFailureReason in logAndEndEvent()
475 event.mAuthenticationFailureReason, in logAndEndEvent()
496 int mAuthenticationFailureReason = -1; field in FillResponseEventLogger.FillResponseEventInternal