Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/hardware/biometrics/
H A DBiometricAuthenticator.java139 private @AuthenticationResultType int mAuthenticationType; field in BiometricAuthenticator.AuthenticationResult
159 mAuthenticationType = authenticationType; in AuthenticationResult()
181 return mAuthenticationType; in getAuthenticationType()
/aosp14/frameworks/base/services/autofill/java/com/android/server/autofill/
H A DFillResponseEventLogger.java311 event.mAuthenticationType = val; in maybeSetAuthenticationType()
452 + " mAuthenticationType=" + event.mAuthenticationType in logAndEndEvent()
473 event.mAuthenticationType, in logAndEndEvent()
494 int mAuthenticationType = AUTHENTICATION_TYPE_UNKNOWN; field in FillResponseEventLogger.FillResponseEventInternal
H A DPresentationStatsEventLogger.java441 event.mAuthenticationType = val; in maybeSetAuthenticationType()
560 + " mAuthenticationType=" + event.mAuthenticationType in logAndEndEvent()
600 event.mAuthenticationType, in logAndEndEvent()
634 int mAuthenticationType = AUTHENTICATION_TYPE_UNKNOWN; field in PresentationStatsEventLogger.PresentationStatsEventInternal